2024-02-15T18:03:36.836 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-15T18:03:36.836 DEBUG:teuthology.run:Teuthology command: teuthology --name lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --owner scheduled_lflores@teuthology --archive /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668 --verbose -- /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668/orig.config.yaml 2024-02-15T18:03:36.874 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-15T18:03:36.956 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668 branch: wip-yuri10-testing-2024-02-08-0854-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7561668' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-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-yuri10-testing-2024-02-08-0854-pacific 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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-tracker-64343-pacific sha1: bedfc49c6a823fb0ff75911e476e1f3cb464ad3e owner: scheduled_lflores@teuthology priority: 25 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_bedfc49c6a823fb0ff75911e476e1f3cb464ad3e/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: bedfc49c6a823fb0ff75911e476e1f3cb464ad3e targets: smithi043.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGwVOxdQwxzi/FjHLkNt6ijq54nuaDJOq/UX3nX0ot+AK7Y+bC92zazTLJCIs7QD/unaA+ykR8mRYOr67wpI3PE= smithi164.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDNbwTR7cTLt7tmAg9YU+HQez9mM5h4NwPRHJHLGUmBPO5lHj3F9sL0XvrWThmHc78IRkKlU1TRAZPUktNGfFhc= 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: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-15_17:32:20 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: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-02-15T18:03:36.956 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_bedfc49c6a823fb0ff75911e476e1f3cb464ad3e/qa; will attempt to use it 2024-02-15T18:03:36.957 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_bedfc49c6a823fb0ff75911e476e1f3cb464ad3e/qa/tasks 2024-02-15T18:03:36.957 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-15T18:03:37.072 INFO:teuthology.task.internal:Checking packages... 2024-02-15T18:03:37.098 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-15T18:03:37.099 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-15T18:03:37.099 INFO:teuthology.packaging:ref: None 2024-02-15T18:03:37.099 INFO:teuthology.packaging:tag: None 2024-02-15T18:03:37.099 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-15T18:03:37.099 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:03:37.099 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-15T18:03:37.299 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-15T18:03:37.300 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-15T18:03:37.829 INFO:teuthology.task.internal:no buildpackages task found 2024-02-15T18:03:37.829 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-15T18:03:38.260 INFO:teuthology.task.internal:Saving configuration 2024-02-15T18:03:38.421 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-15T18:03:38.597 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-15T18:03:38.629 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-15 17:58:11.906640', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGwVOxdQwxzi/FjHLkNt6ijq54nuaDJOq/UX3nX0ot+AK7Y+bC92zazTLJCIs7QD/unaA+ykR8mRYOr67wpI3PE='} 2024-02-15T18:03:38.654 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-15 17:58:11.908515', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDNbwTR7cTLt7tmAg9YU+HQez9mM5h4NwPRHJHLGUmBPO5lHj3F9sL0XvrWThmHc78IRkKlU1TRAZPUktNGfFhc='} 2024-02-15T18:03:38.654 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-15T18:03:38.662 INFO:teuthology.task.internal:roles: ubuntu@smithi043.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-15T18:03:38.662 INFO:teuthology.task.internal:roles: ubuntu@smithi164.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-15T18:03:38.662 INFO:teuthology.run_tasks:Running task console_log... 2024-02-15T18:03:38.756 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f367d87eee0>, signals=[15]) 2024-02-15T18:03:38.756 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-15T18:03:38.762 INFO:teuthology.task.internal:Opening connections... 2024-02-15T18:03:38.763 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:03:38.764 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:03:38.842 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi164.front.sepia.ceph.com 2024-02-15T18:03:38.843 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:03:38.922 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-15T18:03:38.929 DEBUG:teuthology.orchestra.run.smithi043:> uname -m 2024-02-15T18:03:38.952 INFO:teuthology.orchestra.run.smithi043.stdout:x86_64 2024-02-15T18:03:38.953 DEBUG:teuthology.orchestra.run.smithi043:> cat /etc/os-release 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:NAME="CentOS Stream" 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION="8" 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:ID="centos" 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:ID_LIKE="rhel fedora" 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION_ID="8" 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:PLATFORM_ID="platform:el8" 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:ANSI_COLOR="0;31" 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:HOME_URL="https://centos.org/" 2024-02-15T18:03:39.015 INFO:teuthology.orchestra.run.smithi043.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-15T18:03:39.016 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-15T18:03:39.016 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-15T18:03:39.016 INFO:teuthology.lock.ops:Updating smithi043.front.sepia.ceph.com on lock server 2024-02-15T18:03:39.040 DEBUG:teuthology.orchestra.run.smithi164:> uname -m 2024-02-15T18:03:39.062 INFO:teuthology.orchestra.run.smithi164.stdout:x86_64 2024-02-15T18:03:39.062 DEBUG:teuthology.orchestra.run.smithi164:> cat /etc/os-release 2024-02-15T18:03:39.123 INFO:teuthology.orchestra.run.smithi164.stdout:NAME="CentOS Stream" 2024-02-15T18:03:39.123 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION="8" 2024-02-15T18:03:39.123 INFO:teuthology.orchestra.run.smithi164.stdout:ID="centos" 2024-02-15T18:03:39.123 INFO:teuthology.orchestra.run.smithi164.stdout:ID_LIKE="rhel fedora" 2024-02-15T18:03:39.124 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_ID="8" 2024-02-15T18:03:39.124 INFO:teuthology.orchestra.run.smithi164.stdout:PLATFORM_ID="platform:el8" 2024-02-15T18:03:39.124 INFO:teuthology.orchestra.run.smithi164.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-15T18:03:39.124 INFO:teuthology.orchestra.run.smithi164.stdout:ANSI_COLOR="0;31" 2024-02-15T18:03:39.124 INFO:teuthology.orchestra.run.smithi164.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-15T18:03:39.124 INFO:teuthology.orchestra.run.smithi164.stdout:HOME_URL="https://centos.org/" 2024-02-15T18:03:39.124 INFO:teuthology.orchestra.run.smithi164.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-15T18:03:39.124 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-15T18:03:39.124 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-15T18:03:39.124 INFO:teuthology.lock.ops:Updating smithi164.front.sepia.ceph.com on lock server 2024-02-15T18:03:39.148 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-15T18:03:39.158 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-15T18:03:39.163 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-15T18:03:39.163 DEBUG:teuthology.orchestra.run.smithi043:> test '!' -e /home/ubuntu/cephtest 2024-02-15T18:03:39.166 DEBUG:teuthology.orchestra.run.smithi164:> test '!' -e /home/ubuntu/cephtest 2024-02-15T18:03:39.186 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-15T18:03:39.192 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-15T18:03:39.192 DEBUG:teuthology.orchestra.run.smithi043:> test -z $(ls -A /var/lib/ceph) 2024-02-15T18:03:39.228 DEBUG:teuthology.orchestra.run.smithi164:> test -z $(ls -A /var/lib/ceph) 2024-02-15T18:03:39.257 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-15T18:03:39.314 INFO:teuthology.run_tasks:Running task kernel... 2024-02-15T18:03:39.331 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-15T18:03:39.331 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-15T18:03:39.332 DEBUG:teuthology.orchestra.run.smithi043:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-15T18:03:39.332 DEBUG:teuthology.orchestra.run.smithi164:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-15T18:03:39.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:03:39.352 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-02-15T18:03:39.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:03:39.354 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2024-02-15T18:03:39.411 INFO:teuthology.orchestra.run.smithi164.stdout:4.18.0-489.el8.x86_64 2024-02-15T18:03:39.411 INFO:teuthology.task.kernel:Running kernel on smithi164: 4.18.0-489.el8.x86_64 2024-02-15T18:03:39.412 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum install -y kernel 2024-02-15T18:03:39.416 INFO:teuthology.orchestra.run.smithi043.stdout:4.18.0-489.el8.x86_64 2024-02-15T18:03:39.416 INFO:teuthology.task.kernel:Running kernel on smithi043: 4.18.0-489.el8.x86_64 2024-02-15T18:03:39.416 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum install -y kernel 2024-02-15T18:04:07.824 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 8 - AppStream 1.1 MB/s | 27 MB 00:25 2024-02-15T18:04:13.140 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 8 - BaseOS 21 MB/s | 10 MB 00:00 2024-02-15T18:04:15.065 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 8 - Extras 59 kB/s | 18 kB 00:00 2024-02-15T18:04:15.741 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2024-02-15T18:04:16.042 INFO:teuthology.orchestra.run.smithi164.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2024-02-15T18:04:22.975 INFO:teuthology.orchestra.run.smithi164.stdout:Extra Packages for Enterprise Linux 2.4 MB/s | 16 MB 00:06 2024-02-15T18:04:26.758 INFO:teuthology.orchestra.run.smithi164.stdout:lab-extras 350 kB/s | 24 kB 00:00 2024-02-15T18:04:29.745 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-15T18:04:29.745 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-15T18:04:29.864 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-02-15T18:04:29.865 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-02-15T18:04:29.865 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-02-15T18:04:29.865 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-02-15T18:04:29.865 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-02-15T18:04:29.865 INFO:teuthology.orchestra.run.smithi164.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-15T18:04:29.865 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-02-15T18:04:29.866 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-15T18:04:29.866 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-15T18:04:29.866 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:04:29.866 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-02-15T18:04:29.866 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-02-15T18:04:29.866 INFO:teuthology.orchestra.run.smithi164.stdout:Install 3 Packages 2024-02-15T18:04:29.866 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:04:29.866 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 90 M 2024-02-15T18:04:29.867 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 97 M 2024-02-15T18:04:29.867 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-02-15T18:04:30.435 INFO:teuthology.orchestra.run.smithi164.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 27 MB/s | 10 MB 00:00 2024-02-15T18:04:31.088 INFO:teuthology.orchestra.run.smithi164.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 35 MB/s | 36 MB 00:01 2024-02-15T18:04:31.527 INFO:teuthology.orchestra.run.smithi164.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 29 MB/s | 43 MB 00:01 2024-02-15T18:04:31.527 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-02-15T18:04:31.527 INFO:teuthology.orchestra.run.smithi164.stdout:Total 54 MB/s | 90 MB 00:01 2024-02-15T18:04:32.216 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-02-15T18:04:32.623 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-02-15T18:04:32.623 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-02-15T18:04:33.853 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-02-15T18:04:33.879 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-02-15T18:04:36.624 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-02-15T18:04:37.108 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T18:04:40.663 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T18:04:41.066 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T18:04:44.502 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T18:04:44.815 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T18:04:49.158 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - AppStream 415 kB/s | 27 MB 01:07 2024-02-15T18:04:54.957 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - BaseOS 18 MB/s | 10 MB 00:00 2024-02-15T18:04:56.941 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - Extras 60 kB/s | 18 kB 00:00 2024-02-15T18:04:57.609 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2024-02-15T18:04:57.910 INFO:teuthology.orchestra.run.smithi043.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2024-02-15T18:05:02.522 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 3.6 MB/s | 16 MB 00:04 2024-02-15T18:05:06.563 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 397 kB/s | 24 kB 00:00 2024-02-15T18:05:06.726 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-15T18:05:06.749 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T18:05:07.096 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T18:05:07.096 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-15T18:05:07.096 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-15T18:05:07.577 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T18:05:07.577 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:05:07.577 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-02-15T18:05:07.577 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-15T18:05:07.577 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-15T18:05:07.577 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:05:07.577 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-02-15T18:05:07.716 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T18:05:07.933 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T18:05:07.933 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T18:05:07.934 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-15T18:05:07.934 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-15T18:05:07.934 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-15T18:05:07.934 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-15T18:05:07.934 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi164.front.sepia.ceph.com, path=None, version=distro) 2024-02-15T18:05:07.934 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T18:05:08.146 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T18:05:08.146 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T18:05:08.146 DEBUG:teuthology.orchestra.run.smithi164:> sudo rpm -qi grub2-tools 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Name : grub2-tools 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Epoch : 1 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Version : 2.02 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Release : 129.el8 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: x86_64 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Group : System Environment/Base 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Size : 9265586 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:License : GPLv3+ 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-15T18:05:08.180 INFO:teuthology.orchestra.run.smithi164.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:Relocations : (not relocatable) 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:Packager : CentOS BuildSystem 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:Vendor : CentOS 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:Summary : Support tools for GRUB. 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:Description : 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:hardware devices. 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:05:08.181 INFO:teuthology.orchestra.run.smithi164.stdout:This subpackage provides tools for support of all platforms. 2024-02-15T18:05:08.182 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-15T18:05:08.182 INFO:teuthology.task.kernel:Updating grub on smithi164 to boot 4.18.0-539.el8.x86_64 2024-02-15T18:05:08.182 DEBUG:teuthology.orchestra.run.smithi164:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-15T18:05:09.720 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-15T18:05:09.720 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-15T18:05:09.839 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-02-15T18:05:09.839 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout:Install 3 Packages 2024-02-15T18:05:09.840 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:05:09.841 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 90 M 2024-02-15T18:05:09.841 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 97 M 2024-02-15T18:05:09.841 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-02-15T18:05:09.880 INFO:teuthology.orchestra.run.smithi164.stderr:Generating grub configuration file ... 2024-02-15T18:05:10.254 INFO:teuthology.orchestra.run.smithi043.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 28 MB/s | 10 MB 00:00 2024-02-15T18:05:10.879 INFO:teuthology.orchestra.run.smithi043.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 36 MB/s | 36 MB 00:00 2024-02-15T18:05:11.312 INFO:teuthology.orchestra.run.smithi043.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 30 MB/s | 43 MB 00:01 2024-02-15T18:05:11.313 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-02-15T18:05:11.313 INFO:teuthology.orchestra.run.smithi043.stdout:Total 61 MB/s | 90 MB 00:01 2024-02-15T18:05:12.023 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-02-15T18:05:12.440 INFO:teuthology.orchestra.run.smithi164.stderr:done 2024-02-15T18:05:12.441 DEBUG:teuthology.orchestra.run.smithi164:> mktemp 2024-02-15T18:05:12.466 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-02-15T18:05:12.466 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-02-15T18:05:12.470 INFO:teuthology.orchestra.run.smithi164.stdout:/tmp/tmp.yxSpFs4z2v 2024-02-15T18:05:12.471 DEBUG:teuthology.orchestra.run.smithi164:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.yxSpFs4z2v 2024-02-15T18:05:12.545 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 0666 /tmp/tmp.yxSpFs4z2v 2024-02-15T18:05:12.689 DEBUG:teuthology.orchestra.remote:smithi164:/tmp/tmp.yxSpFs4z2v is 6KB 2024-02-15T18:05:12.738 DEBUG:teuthology.orchestra.run.smithi164:> rm -fr /tmp/tmp.yxSpFs4z2v 2024-02-15T18:05:12.755 DEBUG:teuthology.orchestra.run.smithi164:> sudo /bin/ls /boot/loader/entries || true 2024-02-15T18:05:12.836 INFO:teuthology.orchestra.run.smithi164.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-15T18:05:12.836 INFO:teuthology.orchestra.run.smithi164.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-15T18:05:12.836 INFO:teuthology.orchestra.run.smithi164.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-15T18:05:12.836 INFO:teuthology.orchestra.run.smithi164.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-15T18:05:12.837 DEBUG:teuthology.orchestra.run.smithi164:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-15T18:05:12.984 DEBUG:teuthology.orchestra.run.smithi164:> sudo shutdown -r now 2024-02-15T18:05:13.758 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-02-15T18:05:13.782 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-02-15T18:05:16.691 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-02-15T18:05:17.224 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T18:05:20.939 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T18:05:21.307 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T18:05:24.989 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T18:05:25.319 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T18:05:42.987 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-15T18:05:42.987 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-15T18:05:42.988 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:05:48.951 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-15T18:05:48.975 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T18:05:49.348 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T18:05:49.348 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-15T18:05:49.348 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-15T18:05:49.841 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T18:05:49.841 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:05:49.841 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-02-15T18:05:49.841 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-15T18:05:49.841 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-15T18:05:49.841 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:05:49.842 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-02-15T18:05:49.998 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T18:05:50.224 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T18:05:50.225 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T18:05:50.225 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-15T18:05:50.225 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-15T18:05:50.225 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-15T18:05:50.225 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-15T18:05:50.225 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi043.front.sepia.ceph.com, path=None, version=distro) 2024-02-15T18:05:50.225 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T18:05:50.446 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T18:05:50.446 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T18:05:50.446 DEBUG:teuthology.orchestra.run.smithi043:> sudo rpm -qi grub2-tools 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Name : grub2-tools 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Epoch : 1 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Version : 2.02 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Release : 129.el8 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Architecture: x86_64 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Group : System Environment/Base 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Size : 9265586 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:License : GPLv3+ 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-15T18:05:50.481 INFO:teuthology.orchestra.run.smithi043.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:Relocations : (not relocatable) 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:Packager : CentOS BuildSystem 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:Vendor : CentOS 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:Summary : Support tools for GRUB. 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:Description : 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:hardware devices. 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:05:50.482 INFO:teuthology.orchestra.run.smithi043.stdout:This subpackage provides tools for support of all platforms. 2024-02-15T18:05:50.483 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-15T18:05:50.483 INFO:teuthology.task.kernel:Updating grub on smithi043 to boot 4.18.0-539.el8.x86_64 2024-02-15T18:05:50.484 DEBUG:teuthology.orchestra.run.smithi043:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-15T18:05:52.006 INFO:teuthology.orchestra.run.smithi043.stderr:Generating grub configuration file ... 2024-02-15T18:05:54.032 INFO:teuthology.orchestra.run.smithi043.stderr:done 2024-02-15T18:05:54.033 DEBUG:teuthology.orchestra.run.smithi043:> mktemp 2024-02-15T18:05:54.055 INFO:teuthology.orchestra.run.smithi043.stdout:/tmp/tmp.tLq96wDPQ0 2024-02-15T18:05:54.055 DEBUG:teuthology.orchestra.run.smithi043:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.tLq96wDPQ0 2024-02-15T18:05:54.127 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 0666 /tmp/tmp.tLq96wDPQ0 2024-02-15T18:05:54.384 DEBUG:teuthology.orchestra.remote:smithi043:/tmp/tmp.tLq96wDPQ0 is 6KB 2024-02-15T18:05:54.433 DEBUG:teuthology.orchestra.run.smithi043:> rm -fr /tmp/tmp.tLq96wDPQ0 2024-02-15T18:05:54.451 DEBUG:teuthology.orchestra.run.smithi043:> sudo /bin/ls /boot/loader/entries || true 2024-02-15T18:05:54.584 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-15T18:05:54.584 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-15T18:05:54.584 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-15T18:05:54.584 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-15T18:05:54.585 DEBUG:teuthology.orchestra.run.smithi043:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-15T18:05:54.700 DEBUG:teuthology.orchestra.run.smithi043:> sudo shutdown -r now 2024-02-15T18:06:17.660 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-02-15T18:06:24.708 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-15T18:06:24.708 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-02-15T18:06:24.709 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:06:26.663 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-15T18:06:26.663 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:07:24.769 DEBUG:teuthology.orchestra.remote:timed out 2024-02-15T18:07:26.668 DEBUG:teuthology.orchestra.remote:timed out 2024-02-15T18:07:33.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-02-15T18:07:33.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:07:34.188 DEBUG:teuthology.orchestra.run.smithi043:> true 2024-02-15T18:07:34.460 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-02-15T18:07:34.461 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-15T18:07:34.461 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2024-02-15T18:07:34.478 INFO:teuthology.orchestra.run.smithi043.stdout:4.18.0-539.el8.x86_64 2024-02-15T18:07:34.479 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-15T18:07:34.479 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-15T18:07:34.479 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-15T18:07:35.479 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-15T18:07:35.480 DEBUG:teuthology.orchestra.run.smithi043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-15T18:07:35.606 INFO:teuthology.orchestra.run.smithi043.stdout:ttyS1 2024-02-15T18:07:35.619 DEBUG:teuthology.parallel:result is None 2024-02-15T18:07:38.669 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-15T18:07:38.670 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:07:39.039 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-02-15T18:07:39.368 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-15T18:07:39.368 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-15T18:07:39.368 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-02-15T18:07:39.388 INFO:teuthology.orchestra.run.smithi164.stdout:4.18.0-539.el8.x86_64 2024-02-15T18:07:39.388 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-15T18:07:39.389 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-15T18:07:39.389 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-15T18:07:40.389 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-15T18:07:40.390 DEBUG:teuthology.orchestra.run.smithi164:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-15T18:07:40.494 INFO:teuthology.orchestra.run.smithi164.stdout:ttyS1 2024-02-15T18:07:40.512 DEBUG:teuthology.parallel:result is None 2024-02-15T18:07:40.512 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-15T18:07:40.520 INFO:teuthology.task.internal:Creating test directory... 2024-02-15T18:07:40.520 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-15T18:07:40.524 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-15T18:07:40.545 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-15T18:07:40.552 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-15T18:07:40.563 INFO:teuthology.task.internal:Creating archive directory... 2024-02-15T18:07:40.564 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-15T18:07:40.592 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-15T18:07:40.625 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-15T18:07:40.633 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-15T18:07:40.633 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-15T18:07:40.661 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-15T18:07:40.692 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T18:07:40.696 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T18:07:40.704 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T18:07:40.707 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T18:07:40.709 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-15T18:07:40.716 INFO:teuthology.task.internal:Configuring sudo... 2024-02-15T18:07:40.716 DEBUG:teuthology.orchestra.run.smithi043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-15T18:07:40.752 DEBUG:teuthology.orchestra.run.smithi164:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-15T18:07:40.784 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-15T18:07:40.794 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-15T18:07:40.794 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-15T18:07:40.829 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-15T18:07:40.848 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T18:07:40.938 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T18:07:40.990 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T18:07:41.079 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T18:07:41.125 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-02-15T18:07:41.125 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-15T18:07:41.195 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T18:07:41.244 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T18:07:41.295 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T18:07:41.380 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T18:07:41.426 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-15T18:07:41.426 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-15T18:07:41.494 DEBUG:teuthology.orchestra.run.smithi043:> sudo service rsyslog restart 2024-02-15T18:07:41.496 DEBUG:teuthology.orchestra.run.smithi164:> sudo service rsyslog restart 2024-02-15T18:07:41.552 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T18:07:41.589 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T18:07:42.077 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-15T18:07:42.086 INFO:teuthology.task.internal:Starting timer... 2024-02-15T18:07:42.086 INFO:teuthology.run_tasks:Running task pcp... 2024-02-15T18:07:42.134 INFO:teuthology.run_tasks:Running task selinux... 2024-02-15T18:07:42.149 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-15T18:07:42.149 DEBUG:teuthology.orchestra.run.smithi043:> sudo service auditd rotate 2024-02-15T18:07:42.247 INFO:teuthology.orchestra.run.smithi043.stdout:Rotating logs: 2024-02-15T18:07:42.249 DEBUG:teuthology.orchestra.run.smithi164:> sudo service auditd rotate 2024-02-15T18:07:42.343 INFO:teuthology.orchestra.run.smithi164.stdout:Rotating logs: 2024-02-15T18:07:42.345 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-15T18:07:42.345 DEBUG:teuthology.orchestra.run.smithi043:> /usr/sbin/getenforce 2024-02-15T18:07:42.372 INFO:teuthology.orchestra.run.smithi043.stdout:Permissive 2024-02-15T18:07:42.372 DEBUG:teuthology.orchestra.run.smithi164:> /usr/sbin/getenforce 2024-02-15T18:07:42.397 INFO:teuthology.orchestra.run.smithi164.stdout:Permissive 2024-02-15T18:07:42.397 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi043.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi164.front.sepia.ceph.com': 'permissive'} 2024-02-15T18:07:42.397 DEBUG:teuthology.orchestra.run.smithi043:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-15T18:07:42.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:07:42.444 DEBUG:teuthology.orchestra.run.smithi164:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-15T18:07:42.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:07:42.472 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-15T18:07:42.472 DEBUG:teuthology.orchestra.run.smithi043:> sudo /usr/sbin/setenforce permissive 2024-02-15T18:07:42.515 DEBUG:teuthology.orchestra.run.smithi164:> sudo /usr/sbin/setenforce permissive 2024-02-15T18:07:42.553 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-15T18:07:42.563 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-15T18:07:42.581 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-15T18:07:42.582 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi043.front.sepia.ceph.com,smithi164.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-15T18:14:48.456 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi043.front.sepia.ceph.com'), Remote(name='ubuntu@smithi164.front.sepia.ceph.com')] 2024-02-15T18:14:48.457 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-02-15T18:14:48.459 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:14:48.533 DEBUG:teuthology.orchestra.run.smithi043:> true 2024-02-15T18:14:48.603 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-02-15T18:14:48.604 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-15T18:14:48.604 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:14:48.679 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-02-15T18:14:48.747 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-15T18:14:48.747 INFO:teuthology.run_tasks:Running task clock... 2024-02-15T18:14:48.759 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-15T18:14:48.760 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-15T18:14:48.760 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-15T18:14:48.763 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-15T18:14:48.763 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-15T18:14:48.795 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-15T18:14:48.810 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-15T18:14:48.820 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-15T18:14:48.834 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-15T18:14:48.883 INFO:teuthology.orchestra.run.smithi043.stderr:sudo: ntpd: command not found 2024-02-15T18:14:48.895 INFO:teuthology.orchestra.run.smithi043.stdout:506 Cannot talk to daemon 2024-02-15T18:14:48.910 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-15T18:14:48.910 INFO:teuthology.orchestra.run.smithi164.stderr:sudo: ntpd: command not found 2024-02-15T18:14:48.921 INFO:teuthology.orchestra.run.smithi164.stdout:506 Cannot talk to daemon 2024-02-15T18:14:48.923 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-15T18:14:48.934 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-15T18:14:48.948 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-15T18:14:49.003 INFO:teuthology.orchestra.run.smithi043.stderr:bash: ntpq: command not found 2024-02-15T18:14:49.006 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T18:14:49.006 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2024-02-15T18:14:49.006 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:14:49.006 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:14:49.007 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:14:49.007 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:14:49.018 INFO:teuthology.orchestra.run.smithi164.stderr:bash: ntpq: command not found 2024-02-15T18:14:49.022 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T18:14:49.022 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2024-02-15T18:14:49.022 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:14:49.022 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:14:49.022 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:14:49.022 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:14:49.023 INFO:teuthology.run_tasks:Running task pexec... 2024-02-15T18:14:49.037 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-15T18:14:49.037 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:14:49.037 DEBUG:teuthology.orchestra.run.smithi043:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-15T18:14:49.038 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi164.front.sepia.ceph.com 2024-02-15T18:14:49.038 DEBUG:teuthology.orchestra.run.smithi164:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-15T18:14:49.853 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:02:41 ago on Thu 15 Feb 2024 06:12:08 PM UTC. 2024-02-15T18:14:49.872 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:34 ago on Thu 15 Feb 2024 06:12:15 PM UTC. 2024-02-15T18:14:51.859 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-02-15T18:14:51.860 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-02-15T18:14:51.860 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-02-15T18:14:51.860 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-02-15T18:14:51.860 INFO:teuthology.orchestra.run.smithi164.stdout:Resetting modules: 2024-02-15T18:14:51.860 INFO:teuthology.orchestra.run.smithi164.stdout: container-tools 2024-02-15T18:14:51.860 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:14:51.860 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-02-15T18:14:51.860 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-02-15T18:14:51.860 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:14:52.085 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-02-15T18:14:52.086 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-02-15T18:14:52.087 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-02-15T18:14:52.087 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-02-15T18:14:52.087 INFO:teuthology.orchestra.run.smithi043.stdout:Resetting modules: 2024-02-15T18:14:52.087 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools 2024-02-15T18:14:52.087 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:14:52.087 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-02-15T18:14:52.087 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-02-15T18:14:52.087 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:14:52.114 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-02-15T18:14:52.352 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-02-15T18:14:52.959 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:02:44 ago on Thu 15 Feb 2024 06:12:08 PM UTC. 2024-02-15T18:14:53.229 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:38 ago on Thu 15 Feb 2024 06:12:15 PM UTC. 2024-02-15T18:14:54.957 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-02-15T18:14:54.992 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-02-15T18:14:54.992 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-02-15T18:14:54.992 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout:Installing group/module packages: 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-15T18:14:54.993 INFO:teuthology.orchestra.run.smithi164.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout:Installing weak dependencies: 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout:Installing module profiles: 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout: container-tools/common 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout:Enabling module streams: 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout: container-tools rhel8 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout:Install 13 Packages 2024-02-15T18:14:54.994 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:14:54.995 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 28 M 2024-02-15T18:14:54.995 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 92 M 2024-02-15T18:14:54.995 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-02-15T18:14:55.406 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-02-15T18:14:55.444 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-02-15T18:14:55.444 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-02-15T18:14:55.444 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout:Installing group/module packages: 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout:Installing weak dependencies: 2024-02-15T18:14:55.445 INFO:teuthology.orchestra.run.smithi043.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-15T18:14:55.446 INFO:teuthology.orchestra.run.smithi043.stdout:Installing module profiles: 2024-02-15T18:14:55.446 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools/common 2024-02-15T18:14:55.446 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:14:55.446 INFO:teuthology.orchestra.run.smithi043.stdout:Enabling module streams: 2024-02-15T18:14:55.446 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools rhel8 2024-02-15T18:14:55.446 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:14:55.446 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-02-15T18:14:55.446 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-02-15T18:14:55.446 INFO:teuthology.orchestra.run.smithi043.stdout:Install 13 Packages 2024-02-15T18:14:55.446 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:14:55.447 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 28 M 2024-02-15T18:14:55.447 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 92 M 2024-02-15T18:14:55.447 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-02-15T18:14:58.002 INFO:teuthology.orchestra.run.smithi164.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 236 kB/s | 688 kB 00:02 2024-02-15T18:14:58.086 INFO:teuthology.orchestra.run.smithi164.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 455 kB/s | 38 kB 00:00 2024-02-15T18:14:58.128 INFO:teuthology.orchestra.run.smithi164.stdout:(3/13): aardvark-dns-1.10.0-1.module_el8+871+55 339 kB/s | 1.0 MB 00:03 2024-02-15T18:14:58.253 INFO:teuthology.orchestra.run.smithi164.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 1.5 MB/s | 257 kB 00:00 2024-02-15T18:14:58.428 INFO:teuthology.orchestra.run.smithi164.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.0 MB/s | 180 kB 00:00 2024-02-15T18:14:58.504 INFO:teuthology.orchestra.run.smithi164.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 331 kB/s | 25 kB 00:00 2024-02-15T18:14:58.629 INFO:teuthology.orchestra.run.smithi164.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 752 kB/s | 94 kB 00:00 2024-02-15T18:14:59.016 INFO:teuthology.orchestra.run.smithi043.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 199 kB/s | 688 kB 00:03 2024-02-15T18:14:59.091 INFO:teuthology.orchestra.run.smithi043.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 292 kB/s | 1.0 MB 00:03 2024-02-15T18:14:59.108 INFO:teuthology.orchestra.run.smithi043.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 413 kB/s | 38 kB 00:00 2024-02-15T18:14:59.533 INFO:teuthology.orchestra.run.smithi043.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 581 kB/s | 257 kB 00:00 2024-02-15T18:14:59.646 INFO:teuthology.orchestra.run.smithi164.stdout:(8/13): buildah-1.33.5-1.module_el8+885+7da147f 2.1 MB/s | 9.7 MB 00:04 2024-02-15T18:14:59.650 INFO:teuthology.orchestra.run.smithi043.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.5 MB/s | 180 kB 00:00 2024-02-15T18:14:59.717 INFO:teuthology.orchestra.run.smithi043.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 373 kB/s | 25 kB 00:00 2024-02-15T18:14:59.801 INFO:teuthology.orchestra.run.smithi043.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-02-15T18:15:00.235 INFO:teuthology.orchestra.run.smithi043.stdout:(8/13): netavark-1.10.2-1.module_el8+885+7da147 3.8 MB/s | 4.3 MB 00:01 2024-02-15T18:15:00.535 INFO:teuthology.orchestra.run.smithi043.stdout:(9/13): buildah-1.33.5-1.module_el8+885+7da147f 1.9 MB/s | 9.7 MB 00:04 2024-02-15T18:15:00.594 INFO:teuthology.orchestra.run.smithi043.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 907 kB/s | 53 kB 00:00 2024-02-15T18:15:00.652 INFO:teuthology.orchestra.run.smithi043.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 704 kB/s | 41 kB 00:00 2024-02-15T18:15:01.352 INFO:teuthology.orchestra.run.smithi043.stdout:(12/13): skopeo-1.14.3-0.1.module_el8+885+7da14 5.7 MB/s | 8.8 MB 00:01 2024-02-15T18:15:01.429 INFO:teuthology.orchestra.run.smithi164.stdout:(9/13): skopeo-1.14.3-0.1.module_el8+885+7da147 3.1 MB/s | 8.8 MB 00:02 2024-02-15T18:15:01.488 INFO:teuthology.orchestra.run.smithi164.stdout:(10/13): netavark-1.10.2-1.module_el8+885+7da14 1.3 MB/s | 4.3 MB 00:03 2024-02-15T18:15:01.513 INFO:teuthology.orchestra.run.smithi164.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 632 kB/s | 53 kB 00:00 2024-02-15T18:15:01.546 INFO:teuthology.orchestra.run.smithi164.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 703 kB/s | 41 kB 00:00 2024-02-15T18:15:02.631 INFO:teuthology.orchestra.run.smithi164.stdout:(13/13): toolbox-0.0.99.5-1.module_el8+847+7863 868 kB/s | 2.5 MB 00:02 2024-02-15T18:15:02.631 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-02-15T18:15:02.631 INFO:teuthology.orchestra.run.smithi164.stdout:Total 3.6 MB/s | 28 MB 00:07 2024-02-15T18:15:02.828 INFO:teuthology.orchestra.run.smithi043.stdout:(13/13): toolbox-0.0.99.5-1.module_el8+847+7863 999 kB/s | 2.5 MB 00:02 2024-02-15T18:15:02.828 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-02-15T18:15:02.828 INFO:teuthology.orchestra.run.smithi043.stdout:Total 3.7 MB/s | 28 MB 00:07 2024-02-15T18:15:02.904 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-02-15T18:15:02.925 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-02-15T18:15:02.925 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-02-15T18:15:03.109 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-02-15T18:15:03.132 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-02-15T18:15:03.132 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-02-15T18:15:03.195 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-02-15T18:15:03.198 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-02-15T18:15:03.411 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-02-15T18:15:03.414 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-02-15T18:15:03.928 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-02-15T18:15:04.108 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-02-15T18:15:04.932 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-15T18:15:05.100 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-15T18:15:05.109 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T18:15:05.316 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T18:15:05.321 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-15T18:15:05.477 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-15T18:15:05.558 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-15T18:15:05.671 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-15T18:15:05.782 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-15T18:15:05.901 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-15T18:15:06.360 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-15T18:15:06.526 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-15T18:15:07.324 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-15T18:15:07.589 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-15T18:15:07.622 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-15T18:15:07.795 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-15T18:15:07.858 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-15T18:15:07.994 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-15T18:15:08.304 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-15T18:15:08.433 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-15T18:15:08.513 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T18:15:08.636 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T18:15:08.770 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T18:15:08.883 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T18:15:08.962 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T18:15:09.068 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T18:15:09.389 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T18:15:09.389 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-15T18:15:09.389 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T18:15:09.389 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-15T18:15:09.389 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-15T18:15:09.389 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-15T18:15:09.389 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-15T18:15:09.389 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-15T18:15:09.390 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-15T18:15:09.390 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-15T18:15:09.390 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-15T18:15:09.390 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T18:15:09.390 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-15T18:15:09.513 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-15T18:15:09.514 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T18:15:09.514 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T18:15:09.908 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-15T18:15:09.908 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:15:09.908 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-02-15T18:15:09.908 INFO:teuthology.orchestra.run.smithi164.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-15T18:15:09.908 INFO:teuthology.orchestra.run.smithi164.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-15T18:15:09.908 INFO:teuthology.orchestra.run.smithi164.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-15T18:15:09.908 INFO:teuthology.orchestra.run.smithi164.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-15T18:15:09.908 INFO:teuthology.orchestra.run.smithi164.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-15T18:15:09.909 INFO:teuthology.orchestra.run.smithi164.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-15T18:15:09.909 INFO:teuthology.orchestra.run.smithi164.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-15T18:15:09.909 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-15T18:15:09.909 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-15T18:15:09.909 INFO:teuthology.orchestra.run.smithi164.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-15T18:15:09.909 INFO:teuthology.orchestra.run.smithi164.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-15T18:15:09.909 INFO:teuthology.orchestra.run.smithi164.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-15T18:15:09.909 INFO:teuthology.orchestra.run.smithi164.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-15T18:15:09.909 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:15:09.909 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-02-15T18:15:10.039 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-15T18:15:10.039 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:15:10.039 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-02-15T18:15:10.039 INFO:teuthology.orchestra.run.smithi043.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-15T18:15:10.039 INFO:teuthology.orchestra.run.smithi043.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-15T18:15:10.039 INFO:teuthology.orchestra.run.smithi043.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-15T18:15:10.039 INFO:teuthology.orchestra.run.smithi043.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-15T18:15:10.039 INFO:teuthology.orchestra.run.smithi043.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-15T18:15:10.039 INFO:teuthology.orchestra.run.smithi043.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-15T18:15:10.040 INFO:teuthology.orchestra.run.smithi043.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-15T18:15:10.040 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-15T18:15:10.040 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-15T18:15:10.040 INFO:teuthology.orchestra.run.smithi043.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-15T18:15:10.040 INFO:teuthology.orchestra.run.smithi043.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-15T18:15:10.040 INFO:teuthology.orchestra.run.smithi043.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-15T18:15:10.040 INFO:teuthology.orchestra.run.smithi043.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-15T18:15:10.040 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:15:10.040 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-02-15T18:15:10.219 DEBUG:teuthology.parallel:result is None 2024-02-15T18:15:10.358 DEBUG:teuthology.parallel:result is None 2024-02-15T18:15:10.358 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-15T18:15:10.437 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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-15T18:15:10.437 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-02-15T18:15:10.438 INFO:tasks.cephadm:Cluster fsid is 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:10.438 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-15T18:15:10.438 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-15T18:15:10.438 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi043': '172.21.15.43', 'mon.smithi164': '172.21.15.164'} 2024-02-15T18:15:10.438 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-15T18:15:10.438 DEBUG:teuthology.orchestra.run.smithi043:> sudo hostname $(hostname -s) 2024-02-15T18:15:10.468 DEBUG:teuthology.orchestra.run.smithi164:> sudo hostname $(hostname -s) 2024-02-15T18:15:10.496 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-15T18:15:10.497 DEBUG:teuthology.orchestra.run.smithi043:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-15T18:15:10.924 INFO:teuthology.orchestra.run.smithi043.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 15 18:15 /home/ubuntu/cephtest/cephadm 2024-02-15T18:15:10.925 DEBUG:teuthology.orchestra.run.smithi164:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-15T18:15:11.209 INFO:teuthology.orchestra.run.smithi164.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 15 18:15 /home/ubuntu/cephtest/cephadm 2024-02-15T18:15:11.209 DEBUG:teuthology.orchestra.run.smithi043:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-15T18:15:11.233 DEBUG:teuthology.orchestra.run.smithi164:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-15T18:15:11.264 DEBUG:teuthology.orchestra.run.smithi043:> sudo mkdir -p /etc/ceph 2024-02-15T18:15:11.307 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /etc/ceph 2024-02-15T18:15:11.335 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 777 /etc/ceph 2024-02-15T18:15:11.378 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 777 /etc/ceph 2024-02-15T18:15:11.405 INFO:tasks.cephadm:Writing seed config... 2024-02-15T18:15:11.406 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-15T18:15:11.406 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-15T18:15:11.406 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-15T18:15:11.406 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-15T18:15:11.406 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-15T18:15:11.407 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-15T18:15:11.407 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-15T18:15:11.407 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-15T18:15:11.407 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-02-15T18:15:11.407 DEBUG:teuthology.orchestra.run.smithi043:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-15T18:15:11.440 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 27dc5e9e-cc2e-11ee-95ba-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-15T18:15:11.440 DEBUG:teuthology.orchestra.run.smithi043:mon.smithi043> sudo journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043.service 2024-02-15T18:15:11.482 INFO:tasks.cephadm:Bootstrapping... 2024-02-15T18:15:11.483 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.43 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:15:11.514 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:-- Logs begin at Thu 2024-02-15 18:07:15 UTC. -- 2024-02-15T18:15:11.767 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-15T18:15:13.273 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: 4.9.3-dev 2024-02-15T18:15:13.284 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying podman|docker is present... 2024-02-15T18:15:13.284 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-15T18:15:13.309 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: 4.9.3-dev 2024-02-15T18:15:13.323 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying lvm2 is present... 2024-02-15T18:15:13.323 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying time synchronization is in place... 2024-02-15T18:15:13.323 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-enabled chrony.service 2024-02-15T18:15:13.330 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-15T18:15:13.331 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-active chrony.service 2024-02-15T18:15:13.337 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2024-02-15T18:15:13.338 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-15T18:15:13.344 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: enabled 2024-02-15T18:15:13.344 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-active chronyd.service 2024-02-15T18:15:13.351 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: active 2024-02-15T18:15:13.351 INFO:teuthology.orchestra.run.smithi043.stderr:Unit chronyd.service is enabled and running 2024-02-15T18:15:13.351 INFO:teuthology.orchestra.run.smithi043.stderr:Repeating the final host check... 2024-02-15T18:15:13.351 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-15T18:15:13.373 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: 4.9.3-dev 2024-02-15T18:15:13.383 INFO:teuthology.orchestra.run.smithi043.stderr:podman|docker (/bin/podman) is present 2024-02-15T18:15:13.383 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl is present 2024-02-15T18:15:13.383 INFO:teuthology.orchestra.run.smithi043.stderr:lvcreate is present 2024-02-15T18:15:13.384 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-enabled chrony.service 2024-02-15T18:15:13.389 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-15T18:15:13.390 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-active chrony.service 2024-02-15T18:15:13.396 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2024-02-15T18:15:13.396 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-15T18:15:13.402 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: enabled 2024-02-15T18:15:13.403 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-active chronyd.service 2024-02-15T18:15:13.409 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: active 2024-02-15T18:15:13.409 INFO:teuthology.orchestra.run.smithi043.stderr:Unit chronyd.service is enabled and running 2024-02-15T18:15:13.409 INFO:teuthology.orchestra.run.smithi043.stderr:Host looks OK 2024-02-15T18:15:13.409 INFO:teuthology.orchestra.run.smithi043.stderr:Cluster fsid: 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:13.410 INFO:teuthology.orchestra.run.smithi043.stderr:Acquiring lock 140086515269760 on /run/cephadm/27dc5e9e-cc2e-11ee-95ba-87774f69a715.lock 2024-02-15T18:15:13.410 INFO:teuthology.orchestra.run.smithi043.stderr:Lock 140086515269760 acquired on /run/cephadm/27dc5e9e-cc2e-11ee-95ba-87774f69a715.lock 2024-02-15T18:15:13.410 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying IP 172.21.15.43 port 3300 ... 2024-02-15T18:15:13.411 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying IP 172.21.15.43 port 6789 ... 2024-02-15T18:15:13.411 INFO:teuthology.orchestra.run.smithi043.stderr:Base mon IP is 172.21.15.43, final addrv is [v2:172.21.15.43:3300,v1:172.21.15.43:6789] 2024-02-15T18:15:13.411 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /sbin/ip route ls 2024-02-15T18:15:13.413 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.43 metric 100 2024-02-15T18:15:13.413 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.43 metric 100 2024-02-15T18:15:13.414 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /sbin/ip -6 route ls 2024-02-15T18:15:13.416 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-15T18:15:13.416 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-15T18:15:13.416 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1770sec hoplimit 64 pref medium 2024-02-15T18:15:13.416 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /sbin/ip -6 addr ls 2024-02-15T18:15:13.419 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-15T18:15:13.419 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-15T18:15:13.419 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-15T18:15:13.419 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-15T18:15:13.419 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1358/64 scope link 2024-02-15T18:15:13.419 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-15T18:15:13.420 INFO:teuthology.orchestra.run.smithi043.stderr:Mon IP `172.21.15.43` is in CIDR network `172.21.0.0/20` 2024-02-15T18:15:13.420 INFO:teuthology.orchestra.run.smithi043.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-15T18:15:13.421 INFO:teuthology.orchestra.run.smithi043.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-15T18:15:13.421 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-02-15T18:15:13.515 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-02-15T18:15:20.428 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Getting image source signatures 2024-02-15T18:15:20.434 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-15T18:15:20.434 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-15T18:15:38.066 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-15T18:15:38.207 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Writing manifest to image destination 2024-02-15T18:15:38.485 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-15T18:15:38.494 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-02-15T18:15:39.147 INFO:teuthology.orchestra.run.smithi043.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-15T18:15:39.827 INFO:teuthology.orchestra.run.smithi043.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-15T18:15:39.828 INFO:teuthology.orchestra.run.smithi043.stderr:Extracting ceph user uid/gid from container image... 2024-02-15T18:15:39.828 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-15T18:15:40.319 INFO:teuthology.orchestra.run.smithi043.stderr:stat: 167 167 2024-02-15T18:15:40.865 INFO:teuthology.orchestra.run.smithi043.stderr:Creating initial keys... 2024-02-15T18:15:40.865 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-15T18:15:41.425 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-authtool: AQDNVM5l5Y85ExAAjvFTE0p5iJsgwZO4pyJs3Q== 2024-02-15T18:15:41.937 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-15T18:15:42.473 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-authtool: AQDOVM5lmfoiFhAAh0+zN7pySzltwwamHejlTg== 2024-02-15T18:15:42.944 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-15T18:15:43.486 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-authtool: AQDPVM5lxR4AFxAAMHvXEmufkybaHauUHNMp4A== 2024-02-15T18:15:44.195 INFO:teuthology.orchestra.run.smithi043.stderr:Creating initial monmap... 2024-02-15T18:15:44.195 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpj8f5mbhf:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 --addv smithi043 [v2:172.21.15.43:3300,v1:172.21.15.43:6789] /tmp/monmap 2024-02-15T18:15:44.743 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-15T18:15:44.743 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:44.743 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-15T18:15:45.247 INFO:teuthology.orchestra.run.smithi043.stderr:monmaptool for smithi043 [v2:172.21.15.43:3300,v1:172.21.15.43:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-15T18:15:45.247 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: set fsid to 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:45.247 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-15T18:15:45.247 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-02-15T18:15:45.247 INFO:teuthology.orchestra.run.smithi043.stderr:Creating mon... 2024-02-15T18:15:45.248 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043:/var/lib/ceph/mon/ceph-smithi043:z -v /tmp/ceph-tmpaxklikx4:/tmp/keyring:z -v /tmp/ceph-tmpj8f5mbhf:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi043 --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-02-15T18:15:45.938 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.869+0000 7f21e189b700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T18:15:45.938 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.870+0000 7f21e189b700 1 imported monmap: 2024-02-15T18:15:45.938 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-15T18:15:45.938 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:45.938 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: last_changed 2024-02-15T18:15:44.663130+0000 2024-02-15T18:15:45.938 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: created 2024-02-15T18:15:44.663130+0000 2024-02-15T18:15:45.938 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-15T18:15:45.938 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] mon.smithi043 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.870+0000 7f21e189b700 0 /usr/bin/ceph-mon: set fsid to 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Compile date Jul 8 2021 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: DB SUMMARY 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi043/store.db dir, Total Num: 0, files: 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi043/store.db: 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.939 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.error_if_exists: 0 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.create_if_missing: 1 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.env: 0x559b403b41c0 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.fs: Posix File System 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.info_log: 0x559b42486c20 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.statistics: (nil) 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.use_fsync: 0 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T18:15:45.940 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.db_log_dir: 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi043/store.db 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T18:15:45.941 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.write_buffer_manager: 0x559b4248f530 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T18:15:45.942 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.unordered_write: 0 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.row_cache: None 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.wal_filter: None 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.two_write_queues: 0 2024-02-15T18:15:45.943 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.atomic_flush: 0 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T18:15:45.944 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.max_open_files: -1 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Compression algorithms supported: 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: kZSTD supported: 0 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: kXpressCompression supported: 0 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T18:15:45.945 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: kZlibCompression supported: 1 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.871+0000 7f21e189b700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi043/store.db/MANIFEST-000001 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.merge_operator: 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_filter: None 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T18:15:45.946 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559b423a0160) 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: block_cache: 0x559b423d6d10 2024-02-15T18:15:45.947 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-15T18:15:45.948 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T18:15:45.949 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compression: NoCompression 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.num_levels: 7 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T18:15:45.950 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T18:15:45.951 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T18:15:45.952 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.table_properties_collectors: 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T18:15:45.953 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.bloom_locality: 0 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.ttl: 2592000 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi043/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.954 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.872+0000 7f21e189b700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.873+0000 7f21e189b700 4 rocksdb: DB pointer 0x559b4249b800 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.873+0000 7f21ca724700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.873+0000 7f21ca724700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.955 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:15:45.956 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.957 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:15:45.958 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: 2024-02-15T18:15:45.959 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.875+0000 7f21e189b700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-15T18:15:45.959 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.875+0000 7f21e189b700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-15T18:15:45.959 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:15:45.875+0000 7f21e189b700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi043 for mon.smithi043 2024-02-15T18:15:46.489 INFO:teuthology.orchestra.run.smithi043.stderr:create mon.smithi043 on 2024-02-15T18:15:46.490 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:46.496 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl disable ceph.target 2024-02-15T18:15:46.598 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl enable ceph.target 2024-02-15T18:15:46.605 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-15T18:15:46.690 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl start ceph.target 2024-02-15T18:15:46.697 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl enable ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715.target 2024-02-15T18:15:46.704 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715.target. 2024-02-15T18:15:46.705 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715.target. 2024-02-15T18:15:46.790 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl start ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715.target 2024-02-15T18:15:46.797 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl daemon-reload 2024-02-15T18:15:46.889 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043 2024-02-15T18:15:46.916 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl reset-failed ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043 2024-02-15T18:15:46.922 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Failed to reset failed state of unit ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043.service: Unit ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043.service not loaded. 2024-02-15T18:15:46.922 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl enable ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043 2024-02-15T18:15:46.928 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Created symlink /etc/systemd/system/ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715.target.wants/ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043.service → /etc/systemd/system/ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@.service. 2024-02-15T18:15:47.017 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl start ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043 2024-02-15T18:15:47.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:47 smithi043 systemd[1]: Starting Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:15:47.693 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T18:15:47.701 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: disabled 2024-02-15T18:15:47.701 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T18:15:47.708 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2024-02-15T18:15:47.709 INFO:teuthology.orchestra.run.smithi043.stderr:firewalld.service is not enabled 2024-02-15T18:15:47.709 INFO:teuthology.orchestra.run.smithi043.stderr:Not possible to enable service . firewalld.service is not available 2024-02-15T18:15:47.710 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mon to start... 2024-02-15T18:15:47.710 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mon... 2024-02-15T18:15:47.710 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043:/var/lib/ceph/mon/ceph-smithi043:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-02-15T18:15:47.915 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: cluster 2024-02-15T18:15:47.657247+0000 mon.smithi043 (mon.0) 0 : [INF] mkfs 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:47.915 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: cluster 2024-02-15T18:15:47.642824+0000 mon.smithi043 (mon.0) 1 : cluster [INF] mon.smithi043 is new leader, mons smithi043 in quorum (ranks 0) 2024-02-15T18:15:47.916 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:47 smithi043 bash[34055]: 08219a7d214189fdd4b2e751ebd801edb163dbdfd4b4d7c7eb846430f500e9a3 2024-02-15T18:15:47.916 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:47 smithi043 systemd[1]: Started Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:15:48.260 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: cluster: 2024-02-15T18:15:48.260 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: id: 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:48.260 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-15T18:15:48.260 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:15:48.260 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: services: 2024-02-15T18:15:48.260 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi043 (age 0.601626s) 2024-02-15T18:15:48.260 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-15T18:15:48.260 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-15T18:15:48.260 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:15:48.261 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: data: 2024-02-15T18:15:48.261 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-15T18:15:48.261 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-15T18:15:48.261 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-15T18:15:48.261 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: pgs: 2024-02-15T18:15:48.261 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:15:49.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: cluster 2024-02-15T18:15:47.656797+0000 mon.smithi043 (mon.0) 2 : cluster [INF] mon.smithi043 is new leader, mons smithi043 in quorum (ranks 0) 2024-02-15T18:15:49.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: cluster 2024-02-15T18:15:47.656939+0000 mon.smithi043 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0]} 2024-02-15T18:15:49.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: cluster 2024-02-15T18:15:47.658348+0000 mon.smithi043 (mon.0) 4 : cluster [DBG] fsmap 2024-02-15T18:15:49.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: cluster 2024-02-15T18:15:47.660067+0000 mon.smithi043 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-15T18:15:49.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: cluster 2024-02-15T18:15:47.660420+0000 mon.smithi043 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-15T18:15:49.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: audit 2024-02-15T18:15:48.258398+0000 mon.smithi043 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.43:0/1213754589' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-15T18:15:49.032 INFO:teuthology.orchestra.run.smithi043.stderr:mon is available 2024-02-15T18:15:49.032 INFO:teuthology.orchestra.run.smithi043.stderr:Assimilating anything we can from ceph.conf... 2024-02-15T18:15:49.032 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z -v /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043:/var/lib/ceph/mon/ceph-smithi043:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi043/config 2024-02-15T18:15:49.601 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:15:49.601 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [global] 2024-02-15T18:15:49.601 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: fsid = 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:49.601 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-15T18:15:49.601 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.43:3300,v1:172.21.15.43:6789] 2024-02-15T18:15:49.601 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-15T18:15:49.601 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-15T18:15:49.602 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-15T18:15:49.602 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-15T18:15:49.602 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:15:49.602 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [mgr] 2024-02-15T18:15:49.602 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-15T18:15:49.602 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:15:49.602 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [osd] 2024-02-15T18:15:49.602 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-15T18:15:49.602 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-15T18:15:49.943 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: audit 2024-02-15T18:15:49.597079+0000 mon.smithi043 (mon.0) 8 : audit [INF] from='client.? 172.21.15.43:0/2691734041' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-15T18:15:49.943 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: audit 2024-02-15T18:15:49.599723+0000 mon.smithi043 (mon.0) 9 : audit [INF] from='client.? 172.21.15.43:0/2691734041' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-15T18:15:50.188 INFO:teuthology.orchestra.run.smithi043.stderr:Generating new minimal ceph.conf... 2024-02-15T18:15:50.188 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z -v /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043:/var/lib/ceph/mon/ceph-smithi043:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi043/config 2024-02-15T18:15:51.199 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: audit 2024-02-15T18:15:50.835599+0000 mon.smithi043 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.43:0/3286953087' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:51.387 INFO:teuthology.orchestra.run.smithi043.stderr:Restarting the monitor... 2024-02-15T18:15:51.387 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl restart ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043 2024-02-15T18:15:51.494 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:51 smithi043 systemd[1]: Stopping Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:15:51.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: debug 2024-02-15T18:15:51.494+0000 7febf8cf6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi043 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-15T18:15:51.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34070]: debug 2024-02-15T18:15:51.494+0000 7febf8cf6700 -1 mon.smithi043@0(leader) e1 *** Got Signal Terminated *** 2024-02-15T18:15:52.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 podman[34392]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043 2024-02-15T18:15:52.665 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043.service: Succeeded. 2024-02-15T18:15:52.665 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 systemd[1]: Stopped Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:15:52.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 systemd[1]: Starting Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:15:52.835 INFO:teuthology.orchestra.run.smithi043.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-15T18:15:52.835 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-15T18:15:53.035 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.767+0000 7f166f9b5700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.767+0000 7f166f9b5700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.767+0000 7f166f9b5700 0 pidfile_write: ignore empty --pid-file 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.772+0000 7f166f9b5700 0 load: jerasure load: lrc load: isa 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Compile date Jul 8 2021 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: DB SUMMARY 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: CURRENT file: CURRENT 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T18:15:53.036 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi043/store.db dir, Total Num: 1, files: 000004.sst 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi043/store.db: 000006.log size: 86193 ; 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.error_if_exists: 0 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.create_if_missing: 0 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.env: 0x555b9fc011c0 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.fs: Posix File System 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.info_log: 0x555ba0eeba40 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T18:15:53.037 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.statistics: (nil) 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.use_fsync: 0 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T18:15:53.038 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.db_log_dir: 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi043/store.db 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.write_buffer_manager: 0x555ba1b62030 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T18:15:53.039 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T18:15:53.040 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T18:15:53.040 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T18:15:53.040 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T18:15:53.040 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T18:15:53.040 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T18:15:53.040 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T18:15:53.040 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T18:15:53.040 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.unordered_write: 0 2024-02-15T18:15:53.040 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T18:15:53.042 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T18:15:53.042 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T18:15:53.042 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T18:15:53.042 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.row_cache: None 2024-02-15T18:15:53.042 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.wal_filter: None 2024-02-15T18:15:53.042 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T18:15:53.042 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T18:15:53.042 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T18:15:53.042 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.two_write_queues: 0 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.atomic_flush: 0 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T18:15:53.043 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_open_files: -1 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Compression algorithms supported: 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: kZSTD supported: 0 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: kXpressCompression supported: 0 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T18:15:53.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: kZlibCompression supported: 1 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi043/store.db/MANIFEST-000005 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.merge_operator: 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_filter: None 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555ba0e04170) 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cache_index_and_filter_blocks: 1 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T18:15:53.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: pin_top_level_index_and_filter: 1 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: index_type: 0 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: data_block_index_type: 0 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: index_shortening: 1 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: hash_index_allow_collision: 1 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: checksum: 1 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: no_block_cache: 0 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: block_cache: 0x555ba0e3af10 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: block_cache_name: BinnedLRUCache 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: block_cache_options: 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: capacity : 536870912 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: num_shard_bits : 4 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: strict_capacity_limit : 0 2024-02-15T18:15:53.046 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: high_pri_pool_ratio: 0.000 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: block_cache_compressed: (nil) 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: persistent_cache: (nil) 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: block_size: 4096 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: block_size_deviation: 10 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: block_restart_interval: 16 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: index_block_restart_interval: 1 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: metadata_block_size: 4096 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: partition_filters: 0 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: use_delta_encoding: 1 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: whole_key_filtering: 1 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: verify_compression: 0 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: read_amp_bytes_per_bit: 0 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: format_version: 2 2024-02-15T18:15:53.047 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: enable_index_compression: 1 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: block_align: 0 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compression: NoCompression 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.num_levels: 7 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T18:15:53.048 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T18:15:53.049 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T18:15:53.050 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.table_properties_collectors: 2024-02-15T18:15:53.051 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.bloom_locality: 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.ttl: 2592000 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.773+0000 7f166f9b5700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.774+0000 7f166f9b5700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi043/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.774+0000 7f166f9b5700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.774+0000 7f166f9b5700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020952774532, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.774+0000 7f166f9b5700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.774+0000 7f166f9b5700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.775+0000 7f166f9b5700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020952775451, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82924, "table_properties": {"data_size": 81182, "index_size": 347, "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": 9462, "raw_average_key_size": 47, "raw_value_size": 75724, "raw_average_value_size": 378, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708020952, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.775+0000 7f166f9b5700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.775+0000 7f166f9b5700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020952775891, "job": 1, "event": "recovery_finished"} 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.776+0000 7f166f9b5700 4 rocksdb: DB pointer 0x555ba0eff800 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.776+0000 7f16567bd700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.776+0000 7f16567bd700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ** DB Stats ** 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-15T18:15:53.053 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ** Compaction Stats [default] ** 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: L0 2/0 82.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.8 0.00 0.00 1 0.001 0 0 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Sum 2/0 82.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.8 0.00 0.00 1 0.001 0 0 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.8 0.00 0.00 1 0.001 0 0 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ** Compaction Stats [default] ** 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:15:53.054 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.8 0.00 0.00 1 0.001 0 0 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Cumulative compaction: 0.00 GB write, 26.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Interval compaction: 0.00 GB write, 26.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ** Compaction Stats [default] ** 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:15:53.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: L0 2/0 82.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.8 0.00 0.00 1 0.001 0 0 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Sum 2/0 82.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.8 0.00 0.00 1 0.001 0 0 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ** Compaction Stats [default] ** 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.8 0.00 0.00 1 0.001 0 0 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:15:53.056 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Cumulative compaction: 0.00 GB write, 26.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.777+0000 7f166f9b5700 0 starting mon.smithi043 rank 0 at public addrs [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] at bind addrs [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi043 fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.778+0000 7f166f9b5700 1 mon.smithi043@-1(???) e1 preinit fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.778+0000 7f166f9b5700 0 mon.smithi043@-1(???).mds e1 new map 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.778+0000 7f166f9b5700 0 mon.smithi043@-1(???).mds e1 print_map 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: e1 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: legacy client fscid: -1 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: No filesystems configured 2024-02-15T18:15:53.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.778+0000 7f166f9b5700 0 mon.smithi043@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.778+0000 7f166f9b5700 0 mon.smithi043@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.778+0000 7f166f9b5700 0 mon.smithi043@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.778+0000 7f166f9b5700 0 mon.smithi043@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:15:50.835599+0000 mon.smithi043 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.43:0/3286953087' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:15:52.778+0000 7f166f9b5700 1 mon.smithi043@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 bash[34464]: ff8f2ffd3c2b5ab5728804ba0a5ad165da457c6439ff07ec95a7b91a6255ad70 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 systemd[1]: Started Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:15:52.793932+0000 mon.smithi043 (mon.0) 1 : cluster [INF] mon.smithi043 is new leader, mons smithi043 in quorum (ranks 0) 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:15:52.793979+0000 mon.smithi043 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0]} 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:15:52.794014+0000 mon.smithi043 (mon.0) 3 : cluster [DBG] fsmap 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:15:52.794054+0000 mon.smithi043 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-15T18:15:53.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:15:52.794404+0000 mon.smithi043 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-15T18:15:54.350 INFO:teuthology.orchestra.run.smithi043.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-15T18:15:54.350 INFO:teuthology.orchestra.run.smithi043.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:15:54.350 INFO:teuthology.orchestra.run.smithi043.stderr:Creating mgr... 2024-02-15T18:15:54.350 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying port 9283 ... 2024-02-15T18:15:54.367 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl daemon-reload 2024-02-15T18:15:54.468 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mgr.smithi043.oyulcz 2024-02-15T18:15:54.496 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl reset-failed ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mgr.smithi043.oyulcz 2024-02-15T18:15:54.501 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Failed to reset failed state of unit ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mgr.smithi043.oyulcz.service: Unit ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mgr.smithi043.oyulcz.service not loaded. 2024-02-15T18:15:54.502 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl enable ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mgr.smithi043.oyulcz 2024-02-15T18:15:54.507 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Created symlink /etc/systemd/system/ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715.target.wants/ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mgr.smithi043.oyulcz.service → /etc/systemd/system/ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@.service. 2024-02-15T18:15:54.595 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl start ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mgr.smithi043.oyulcz 2024-02-15T18:15:54.602 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:15:53.423370+0000 mon.smithi043 (mon.0) 6 : audit [INF] from='client.? 172.21.15.43:0/2887389912' entity='client.admin' 2024-02-15T18:15:55.153 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T18:15:55.161 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: disabled 2024-02-15T18:15:55.161 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T18:15:55.169 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2024-02-15T18:15:55.170 INFO:teuthology.orchestra.run.smithi043.stderr:firewalld.service is not enabled 2024-02-15T18:15:55.170 INFO:teuthology.orchestra.run.smithi043.stderr:Not possible to enable service . firewalld.service is not available 2024-02-15T18:15:55.170 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T18:15:55.177 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: disabled 2024-02-15T18:15:55.178 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T18:15:55.185 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2024-02-15T18:15:55.186 INFO:teuthology.orchestra.run.smithi043.stderr:firewalld.service is not enabled 2024-02-15T18:15:55.186 INFO:teuthology.orchestra.run.smithi043.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-15T18:15:55.186 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mgr to start... 2024-02-15T18:15:55.186 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mgr... 2024-02-15T18:15:55.186 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-15T18:15:55.839 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:15:55.839 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsid": "27dc5e9e-cc2e-11ee-95ba-87774f69a715", 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "health": { 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "checks": {}, 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mutes": [] 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum": [ 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 0 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-15T18:15:55.840 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "smithi043" 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "monmap": { 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osdmap": { 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-15T18:15:55.841 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgmap": { 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-15T18:15:55.845 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsmap": { 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": false, 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modules": [ 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "iostat", 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "nfs", 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "restful" 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:55.846 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "servicemap": { 2024-02-15T18:15:55.847 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:15:55.847 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modified": "2024-02-15T18:15:47.657611+0000", 2024-02-15T18:15:55.847 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:15:55.847 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:55.847 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-15T18:15:55.847 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2024-02-15T18:15:56.204 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:15:55.836898+0000 mon.smithi043 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.43:0/3873370494' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-15T18:15:56.460 INFO:teuthology.orchestra.run.smithi043.stderr:mgr not available, waiting (1/15)... 2024-02-15T18:15:58.463 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-15T18:15:59.090 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsid": "27dc5e9e-cc2e-11ee-95ba-87774f69a715", 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "health": { 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "checks": {}, 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mutes": [] 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum": [ 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 0 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-15T18:15:59.091 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "smithi043" 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "monmap": { 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osdmap": { 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-15T18:15:59.092 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgmap": { 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-15T18:15:59.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsmap": { 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": false, 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modules": [ 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "iostat", 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "nfs", 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "restful" 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:59.097 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "servicemap": { 2024-02-15T18:15:59.098 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:15:59.098 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modified": "2024-02-15T18:15:47.657611+0000", 2024-02-15T18:15:59.098 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:15:59.098 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:15:59.098 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-15T18:15:59.098 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2024-02-15T18:15:59.437 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:15:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:15:59.088311+0000 mon.smithi043 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.43:0/2797834794' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-15T18:16:00.545 INFO:teuthology.orchestra.run.smithi043.stderr:mgr not available, waiting (2/15)... 2024-02-15T18:16:00.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:00.455479+0000 mon.smithi043 (mon.0) 9 : cluster [INF] Activating manager daemon smithi043.oyulcz 2024-02-15T18:16:00.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:00.458187+0000 mon.smithi043 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi043.oyulcz(active, starting, since 0.00279518s) 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:00.459189+0000 mon.smithi043 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.43:0/864877944' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:00.459331+0000 mon.smithi043 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.43:0/864877944' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:00.459447+0000 mon.smithi043 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.43:0/864877944' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:00.459557+0000 mon.smithi043 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.43:0/864877944' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:00.460025+0000 mon.smithi043 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.43:0/864877944' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr metadata", "who": "smithi043.oyulcz", "id": "smithi043.oyulcz"}]: dispatch 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:00.474466+0000 mon.smithi043 (mon.0) 16 : cluster [INF] Manager daemon smithi043.oyulcz is now available 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:00.481165+0000 mon.smithi043 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.43:0/864877944' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:00.487107+0000 mon.smithi043 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.43:0/864877944' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:00.488295+0000 mon.smithi043 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.43:0/864877944' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:00.492992+0000 mon.smithi043 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.43:0/864877944' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:00.494791+0000 mon.smithi043 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.43:0/864877944' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:02.547 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-15T18:16:02.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:01.461249+0000 mon.smithi043 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi043.oyulcz(active, since 1.00585s) 2024-02-15T18:16:03.317 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:16:03.317 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsid": "27dc5e9e-cc2e-11ee-95ba-87774f69a715", 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "health": { 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "checks": {}, 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mutes": [] 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum": [ 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 0 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "smithi043" 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2024-02-15T18:16:03.318 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "monmap": { 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osdmap": { 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:16:03.319 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgmap": { 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsmap": { 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:16:03.320 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": true, 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modules": [ 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "iostat", 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "nfs", 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "restful" 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "servicemap": { 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modified": "2024-02-15T18:15:47.657611+0000", 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2024-02-15T18:16:03.321 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-15T18:16:03.322 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2024-02-15T18:16:03.859 INFO:teuthology.orchestra.run.smithi043.stderr:mgr is available 2024-02-15T18:16:03.860 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z -v /tmp/tmphdxksect:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-15T18:16:04.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:03.311812+0000 mon.smithi043 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.43:0/337656286' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-15T18:16:04.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:03.460953+0000 mon.smithi043 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi043.oyulcz(active, since 3s) 2024-02-15T18:16:04.553 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [global] 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: fsid = 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [mgr] 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-15T18:16:04.554 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2024-02-15T18:16:04.555 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [osd] 2024-02-15T18:16:04.555 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-15T18:16:04.555 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-15T18:16:05.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:04.551966+0000 mon.smithi043 (mon.0) 25 : audit [INF] from='client.? 172.21.15.43:0/1964847202' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-15T18:16:05.040 INFO:teuthology.orchestra.run.smithi043.stderr:Enabling cephadm module... 2024-02-15T18:16:05.041 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-15T18:16:06.219 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:05.790603+0000 mon.smithi043 (mon.0) 26 : audit [INF] from='client.? 172.21.15.43:0/35446005' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-15T18:16:06.455 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-15T18:16:07.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:05.843585+0000 mon.smithi043 (mon.0) 27 : audit [INF] from='client.? 172.21.15.43:0/35446005' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-15T18:16:07.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:05.843643+0000 mon.smithi043 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi043.oyulcz(active, since 5s) 2024-02-15T18:16:08.675 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2024-02-15T18:16:08.675 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-15T18:16:08.675 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": true, 2024-02-15T18:16:08.675 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "active_name": "smithi043.oyulcz", 2024-02-15T18:16:08.675 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-15T18:16:08.675 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2024-02-15T18:16:09.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:08.223578+0000 mon.smithi043 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.43:0/1125413540' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-15T18:16:12.470 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for the mgr to restart... 2024-02-15T18:16:12.470 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mgr epoch 5... 2024-02-15T18:16:12.470 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-15T18:16:12.472 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:11.221116+0000 mon.smithi043 (mon.0) 30 : cluster [INF] Active manager daemon smithi043.oyulcz restarted 2024-02-15T18:16:12.472 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:11.221494+0000 mon.smithi043 (mon.0) 31 : cluster [INF] Activating manager daemon smithi043.oyulcz 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:11.223070+0000 mon.smithi043 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:11.273512+0000 mon.smithi043 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi043.oyulcz(active, starting, since 0.0520903s) 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.274460+0000 mon.smithi043 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.275295+0000 mon.smithi043 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr metadata", "who": "smithi043.oyulcz", "id": "smithi043.oyulcz"}]: dispatch 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.276027+0000 mon.smithi043 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.276185+0000 mon.smithi043 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.276332+0000 mon.smithi043 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:11.289462+0000 mon.smithi043 (mon.0) 39 : cluster [INF] Manager daemon smithi043.oyulcz is now available 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.303006+0000 mon.smithi043 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.305606+0000 mon.smithi043 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.307959+0000 mon.smithi043 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.401120+0000 mon.smithi043 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:12.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.401882+0000 mon.smithi043 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:12.474 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.402966+0000 mon.smithi043 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:12.474 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.407775+0000 mon.smithi043 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:12.474 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.414858+0000 mon.smithi043 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:16:12.474 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:11.416100+0000 mon.smithi043 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:16:13.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:12.276051+0000 mon.smithi043 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi043.oyulcz(active, since 1.05463s) 2024-02-15T18:16:15.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:13.788540+0000 mon.smithi043 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi043.oyulcz(active, since 2s) 2024-02-15T18:16:15.679 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2024-02-15T18:16:15.680 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap_epoch": 8, 2024-02-15T18:16:15.680 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "initialized": true 2024-02-15T18:16:15.680 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2024-02-15T18:16:16.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:14.990692+0000 mgr.smithi043.oyulcz (mgr.14116) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-15T18:16:16.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:14.996512+0000 mgr.smithi043.oyulcz (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-15T18:16:17.622 INFO:teuthology.orchestra.run.smithi043.stderr:mgr epoch 5 is available 2024-02-15T18:16:17.622 INFO:teuthology.orchestra.run.smithi043.stderr:Setting orchestrator backend to cephadm... 2024-02-15T18:16:17.622 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-15T18:16:18.994 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-15T18:16:19.672 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: value unchanged 2024-02-15T18:16:19.695 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:18.397008+0000 mgr.smithi043.oyulcz (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:19.695 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:18.400756+0000 mon.smithi043 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:19.695 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:18.404326+0000 mon.smithi043 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:20.242 INFO:teuthology.orchestra.run.smithi043.stderr:Generating ssh key... 2024-02-15T18:16:20.242 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-15T18:16:20.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:19.672284+0000 mgr.smithi043.oyulcz (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:21.548 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-15T18:16:22.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:16:20.925601+0000 mgr.smithi043.oyulcz (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-02-15T18:16:22.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:20.997662+0000 mon.smithi043 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:22.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:20.999335+0000 mon.smithi043 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:22.247 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtOvpPW1shuKEJYsQGhtYQOE9zifjy2Se8yhwMys4Ejm8ie/eDhXopjspg8GRqjeKSZsGq0gdeE1gxeuYftH7hlO+nsXkffHngkOZu9z982JuFvt8CXaeg4qKw68vXgkcqydtH4zoRYkaq3obnAUsRDZthunU7fH4Grg4MGDLsZyrFYNSjKh3//nUvXO4my8tDKg2O8cJVMJ/Dxb9GBYRjplbVGwXon8ICVFVBWJTfiZgqBg/+QsM0i7KJEWafenPdPafRZ0iasUO3s6xTFtR35uvFXjMxLPnMFx4b7i/Wqcz1JNTBVPvemFwrgRHngNvieOyV3dLfFH6c2F9nsA3KZbQ45smk00gwsD+Rrgd89mJdplEEmEltuZKTyddXjhHUNxHctUDPMB3jaNDV535ixqW6MDLI8WGJ6+uR6euzfcfsN6cJjnA8W0oDwlEx252N8RyRgJVeFoao4EQSk/90TeYUYMeGp7yAsz+16QbqmTsV2XLNXm6qtmADsmWyijs= ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:16:22.830 INFO:teuthology.orchestra.run.smithi043.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-15T18:16:22.830 INFO:teuthology.orchestra.run.smithi043.stderr:Adding key to root@localhost authorized_keys... 2024-02-15T18:16:22.831 INFO:teuthology.orchestra.run.smithi043.stderr:Adding host smithi043... 2024-02-15T18:16:22.831 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi043 172.21.15.43 2024-02-15T18:16:24.108 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Added host 'smithi043' with addr '172.21.15.43' 2024-02-15T18:16:24.136 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:22.247589+0000 mgr.smithi043.oyulcz (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:24.670 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying mon service with default placement... 2024-02-15T18:16:24.670 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-15T18:16:25.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:23.505486+0000 mgr.smithi043.oyulcz (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi043", "addr": "172.21.15.43", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:25.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:24.107159+0000 mon.smithi043 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:25.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:24.107692+0000 mon.smithi043 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:25.372 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-15T18:16:25.993 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying mgr service with default placement... 2024-02-15T18:16:25.993 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-15T18:16:26.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:16:24.107461+0000 mgr.smithi043.oyulcz (mgr.14116) 9 : cephadm [INF] Added host smithi043 2024-02-15T18:16:26.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:25.371929+0000 mon.smithi043 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:26.677 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-15T18:16:27.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:25.369006+0000 mgr.smithi043.oyulcz (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:27.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:16:25.369765+0000 mgr.smithi043.oyulcz (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-15T18:16:27.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:26.677731+0000 mon.smithi043 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:27.634 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying crash service with default placement... 2024-02-15T18:16:27.634 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-15T18:16:27.902 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:26.674971+0000 mgr.smithi043.oyulcz (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:27.902 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:16:26.675521+0000 mgr.smithi043.oyulcz (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-15T18:16:28.372 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-15T18:16:28.789 INFO:teuthology.orchestra.run.smithi043.stderr:Enabling mgr prometheus module... 2024-02-15T18:16:28.789 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-15T18:16:29.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:28.369675+0000 mgr.smithi043.oyulcz (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:29.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:16:28.370335+0000 mgr.smithi043.oyulcz (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-15T18:16:29.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:28.372480+0000 mon.smithi043 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.43:0/3931552652' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:30.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:29.489272+0000 mon.smithi043 (mon.0) 60 : audit [INF] from='client.? 172.21.15.43:0/3433272477' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-15T18:16:31.054 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying prometheus service with default placement... 2024-02-15T18:16:31.054 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-15T18:16:31.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:30.377520+0000 mon.smithi043 (mon.0) 61 : audit [INF] from='client.? 172.21.15.43:0/3433272477' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-15T18:16:31.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:30.377589+0000 mon.smithi043 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi043.oyulcz(active, since 19s) 2024-02-15T18:16:36.799 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-15T18:16:37.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:35.740217+0000 mon.smithi043 (mon.0) 63 : cluster [INF] Active manager daemon smithi043.oyulcz restarted 2024-02-15T18:16:37.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:35.740607+0000 mon.smithi043 (mon.0) 64 : cluster [INF] Activating manager daemon smithi043.oyulcz 2024-02-15T18:16:37.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:35.742101+0000 mon.smithi043 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-15T18:16:37.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:35.792841+0000 mon.smithi043 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi043.oyulcz(active, starting, since 0.0523251s) 2024-02-15T18:16:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:35.793948+0000 mon.smithi043 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:16:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:35.794530+0000 mon.smithi043 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr metadata", "who": "smithi043.oyulcz", "id": "smithi043.oyulcz"}]: dispatch 2024-02-15T18:16:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:35.795438+0000 mon.smithi043 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:16:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:35.795634+0000 mon.smithi043 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:16:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:35.795800+0000 mon.smithi043 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:16:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:35.809707+0000 mon.smithi043 (mon.0) 72 : cluster [INF] Manager daemon smithi043.oyulcz is now available 2024-02-15T18:16:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:35.913216+0000 mon.smithi043 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:35.914588+0000 mon.smithi043 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:35.931119+0000 mon.smithi043 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:16:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:35.938646+0000 mon.smithi043 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:16:37.354 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying grafana service with default placement... 2024-02-15T18:16:37.354 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-15T18:16:38.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:36.795002+0000 mon.smithi043 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi043.oyulcz(active, since 1.05449s) 2024-02-15T18:16:38.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:16:36.796757+0000 mgr.smithi043.oyulcz (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-15T18:16:38.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:36.798691+0000 mon.smithi043 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:38.107 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-15T18:16:38.759 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying node-exporter service with default placement... 2024-02-15T18:16:38.759 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-15T18:16:39.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:37.799948+0000 mon.smithi043 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi043.oyulcz(active, since 2s) 2024-02-15T18:16:39.058 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:38.104330+0000 mgr.smithi043.oyulcz (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:39.059 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:16:38.104826+0000 mgr.smithi043.oyulcz (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-15T18:16:39.059 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:38.107037+0000 mon.smithi043 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:39.519 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-15T18:16:40.165 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying alertmanager service with default placement... 2024-02-15T18:16:40.165 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-15T18:16:40.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:39.516492+0000 mgr.smithi043.oyulcz (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:40.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:16:39.517153+0000 mgr.smithi043.oyulcz (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-15T18:16:40.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:39.519377+0000 mon.smithi043 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:40.914 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-15T18:16:41.529 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-15T18:16:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:40.912108+0000 mgr.smithi043.oyulcz (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:16:40.912662+0000 mgr.smithi043.oyulcz (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-15T18:16:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:40.914873+0000 mon.smithi043 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:42.827 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-15T18:16:43.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:42.241319+0000 mon.smithi043 (mon.0) 83 : audit [INF] from='client.? 172.21.15.43:0/1578519634' entity='client.admin' 2024-02-15T18:16:44.355 INFO:teuthology.orchestra.run.smithi043.stderr:Enabling the dashboard module... 2024-02-15T18:16:44.355 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-15T18:16:44.900 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:43.642663+0000 mon.smithi043 (mon.0) 84 : audit [INF] from='client.? 172.21.15.43:0/3131937859' entity='client.admin' 2024-02-15T18:16:46.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:45.323997+0000 mon.smithi043 (mon.0) 85 : audit [INF] from='client.? 172.21.15.43:0/2538848437' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-15T18:16:46.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:45.408672+0000 mon.smithi043 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:46.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:45.632328+0000 mon.smithi043 (mon.0) 87 : audit [INF] from='mgr.14144 172.21.15.43:0/3888477984' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:46.264 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-15T18:16:46.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:45.646322+0000 mon.smithi043 (mon.0) 88 : audit [INF] from='client.? 172.21.15.43:0/2538848437' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-15T18:16:46.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:45.646387+0000 mon.smithi043 (mon.0) 89 : cluster [DBG] mgrmap e13: smithi043.oyulcz(active, since 9s) 2024-02-15T18:16:47.082 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2024-02-15T18:16:47.082 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-15T18:16:47.082 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": true, 2024-02-15T18:16:47.082 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "active_name": "smithi043.oyulcz", 2024-02-15T18:16:47.082 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-15T18:16:47.082 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2024-02-15T18:16:47.764 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for the mgr to restart... 2024-02-15T18:16:47.765 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mgr epoch 13... 2024-02-15T18:16:47.765 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-15T18:16:47.982 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:47.082066+0000 mon.smithi043 (mon.0) 90 : audit [DBG] from='client.? 172.21.15.43:0/2759561146' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-15T18:16:52.136 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2024-02-15T18:16:52.136 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-15T18:16:52.136 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "initialized": true 2024-02-15T18:16:52.137 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2024-02-15T18:16:52.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:51.075481+0000 mon.smithi043 (mon.0) 91 : cluster [INF] Active manager daemon smithi043.oyulcz restarted 2024-02-15T18:16:52.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:51.075930+0000 mon.smithi043 (mon.0) 92 : cluster [INF] Activating manager daemon smithi043.oyulcz 2024-02-15T18:16:52.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:51.077563+0000 mon.smithi043 (mon.0) 93 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-15T18:16:52.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:51.128223+0000 mon.smithi043 (mon.0) 94 : cluster [DBG] mgrmap e14: smithi043.oyulcz(active, starting, since 0.0523823s) 2024-02-15T18:16:52.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:51.129348+0000 mon.smithi043 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:16:52.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:51.129897+0000 mon.smithi043 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr metadata", "who": "smithi043.oyulcz", "id": "smithi043.oyulcz"}]: dispatch 2024-02-15T18:16:52.511 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:51.130899+0000 mon.smithi043 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:16:52.511 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:51.131116+0000 mon.smithi043 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:16:52.511 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:51.131330+0000 mon.smithi043 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:16:52.511 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:51.145769+0000 mon.smithi043 (mon.0) 100 : cluster [INF] Manager daemon smithi043.oyulcz is now available 2024-02-15T18:16:52.511 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:51.251449+0000 mon.smithi043 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:52.511 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:51.253845+0000 mon.smithi043 (mon.0) 102 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:52.511 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:51.271154+0000 mon.smithi043 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:16:52.511 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:51.278747+0000 mon.smithi043 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:16:52.943 INFO:teuthology.orchestra.run.smithi043.stderr:mgr epoch 13 is available 2024-02-15T18:16:52.943 INFO:teuthology.orchestra.run.smithi043.stderr:Generating a dashboard self-signed certificate... 2024-02-15T18:16:52.943 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-15T18:16:53.212 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:52.130089+0000 mgr.smithi043.oyulcz (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-15T18:16:53.212 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:52.130546+0000 mon.smithi043 (mon.0) 105 : cluster [DBG] mgrmap e15: smithi043.oyulcz(active, since 1.05471s) 2024-02-15T18:16:53.212 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:52.136514+0000 mgr.smithi043.oyulcz (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-15T18:16:53.797 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-15T18:16:54.492 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:53.272643+0000 mon.smithi043 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:54.492 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:53.791082+0000 mon.smithi043 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:54.492 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:53.794767+0000 mon.smithi043 (mon.0) 108 : cluster [DBG] mgrmap e16: smithi043.oyulcz(active, since 2s) 2024-02-15T18:16:54.492 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:53.796756+0000 mon.smithi043 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:54.753 INFO:teuthology.orchestra.run.smithi043.stderr:Creating initial admin user... 2024-02-15T18:16:54.754 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivd3yxp6:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-15T18:16:55.469 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:53.700688+0000 mgr.smithi043.oyulcz (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:56.096 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$sgay4b1u9dVQcsAyBn1WMeGrGE8j1ssan89/KOvE0WfG/ULxwCwAW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708021016, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-15T18:16:56.821 INFO:teuthology.orchestra.run.smithi043.stderr:Fetching dashboard port number... 2024-02-15T18:16:56.821 INFO:teuthology.orchestra.run.smithi043.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=smithi043 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdc8obj5w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwlozlxtr:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-15T18:16:57.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:55.852437+0000 mgr.smithi043.oyulcz (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:57.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:56.097041+0000 mon.smithi043 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:16:57.618 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 8443 2024-02-15T18:16:58.338 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T18:16:58.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:16:57.618540+0000 mon.smithi043 (mon.0) 111 : audit [DBG] from='client.? 172.21.15.43:0/1593298657' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-15T18:16:58.348 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: disabled 2024-02-15T18:16:58.349 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T18:16:58.357 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2024-02-15T18:16:58.358 INFO:teuthology.orchestra.run.smithi043.stderr:firewalld.service is not enabled 2024-02-15T18:16:58.358 INFO:teuthology.orchestra.run.smithi043.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-15T18:16:58.362 INFO:teuthology.orchestra.run.smithi043.stderr:Ceph Dashboard is now available at: 2024-02-15T18:16:58.362 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-02-15T18:16:58.362 INFO:teuthology.orchestra.run.smithi043.stderr: URL: https://smithi043.front.sepia.ceph.com:8443/ 2024-02-15T18:16:58.362 INFO:teuthology.orchestra.run.smithi043.stderr: User: admin 2024-02-15T18:16:58.362 INFO:teuthology.orchestra.run.smithi043.stderr: Password: fga5htvvg3 2024-02-15T18:16:58.362 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-02-15T18:16:58.362 INFO:teuthology.orchestra.run.smithi043.stderr:You can access the Ceph CLI with: 2024-02-15T18:16:58.362 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-02-15T18:16:58.362 INFO:teuthology.orchestra.run.smithi043.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:16:58.362 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-02-15T18:16:58.363 INFO:teuthology.orchestra.run.smithi043.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-15T18:16:58.363 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-02-15T18:16:58.364 INFO:teuthology.orchestra.run.smithi043.stderr: ceph telemetry on 2024-02-15T18:16:58.364 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-02-15T18:16:58.364 INFO:teuthology.orchestra.run.smithi043.stderr:For more information see: 2024-02-15T18:16:58.364 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-02-15T18:16:58.364 INFO:teuthology.orchestra.run.smithi043.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-15T18:16:58.364 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-02-15T18:16:58.364 INFO:teuthology.orchestra.run.smithi043.stderr:Bootstrap complete. 2024-02-15T18:16:58.364 INFO:teuthology.orchestra.run.smithi043.stderr:Releasing lock 140086515269760 on /run/cephadm/27dc5e9e-cc2e-11ee-95ba-87774f69a715.lock 2024-02-15T18:16:58.364 INFO:teuthology.orchestra.run.smithi043.stderr:Lock 140086515269760 released on /run/cephadm/27dc5e9e-cc2e-11ee-95ba-87774f69a715.lock 2024-02-15T18:16:58.404 INFO:tasks.cephadm:Fetching config... 2024-02-15T18:16:58.405 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-02-15T18:16:58.405 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-15T18:16:58.427 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-15T18:16:58.427 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-02-15T18:16:58.427 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-15T18:16:58.487 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-15T18:16:58.487 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-02-15T18:16:58.487 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/keyring of=/dev/stdout 2024-02-15T18:16:58.556 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-15T18:16:58.556 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-02-15T18:16:58.556 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-15T18:16:58.616 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-15T18:16:58.617 DEBUG:teuthology.orchestra.run.smithi043:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtOvpPW1shuKEJYsQGhtYQOE9zifjy2Se8yhwMys4Ejm8ie/eDhXopjspg8GRqjeKSZsGq0gdeE1gxeuYftH7hlO+nsXkffHngkOZu9z982JuFvt8CXaeg4qKw68vXgkcqydtH4zoRYkaq3obnAUsRDZthunU7fH4Grg4MGDLsZyrFYNSjKh3//nUvXO4my8tDKg2O8cJVMJ/Dxb9GBYRjplbVGwXon8ICVFVBWJTfiZgqBg/+QsM0i7KJEWafenPdPafRZ0iasUO3s6xTFtR35uvFXjMxLPnMFx4b7i/Wqcz1JNTBVPvemFwrgRHngNvieOyV3dLfFH6c2F9nsA3KZbQ45smk00gwsD+Rrgd89mJdplEEmEltuZKTyddXjhHUNxHctUDPMB3jaNDV535ixqW6MDLI8WGJ6+uR6euzfcfsN6cJjnA8W0oDwlEx252N8RyRgJVeFoao4EQSk/90TeYUYMeGp7yAsz+16QbqmTsV2XLNXm6qtmADsmWyijs= ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-15T18:16:58.693 INFO:teuthology.orchestra.run.smithi043.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtOvpPW1shuKEJYsQGhtYQOE9zifjy2Se8yhwMys4Ejm8ie/eDhXopjspg8GRqjeKSZsGq0gdeE1gxeuYftH7hlO+nsXkffHngkOZu9z982JuFvt8CXaeg4qKw68vXgkcqydtH4zoRYkaq3obnAUsRDZthunU7fH4Grg4MGDLsZyrFYNSjKh3//nUvXO4my8tDKg2O8cJVMJ/Dxb9GBYRjplbVGwXon8ICVFVBWJTfiZgqBg/+QsM0i7KJEWafenPdPafRZ0iasUO3s6xTFtR35uvFXjMxLPnMFx4b7i/Wqcz1JNTBVPvemFwrgRHngNvieOyV3dLfFH6c2F9nsA3KZbQ45smk00gwsD+Rrgd89mJdplEEmEltuZKTyddXjhHUNxHctUDPMB3jaNDV535ixqW6MDLI8WGJ6+uR6euzfcfsN6cJjnA8W0oDwlEx252N8RyRgJVeFoao4EQSk/90TeYUYMeGp7yAsz+16QbqmTsV2XLNXm6qtmADsmWyijs= ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:16:58.705 DEBUG:teuthology.orchestra.run.smithi164:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtOvpPW1shuKEJYsQGhtYQOE9zifjy2Se8yhwMys4Ejm8ie/eDhXopjspg8GRqjeKSZsGq0gdeE1gxeuYftH7hlO+nsXkffHngkOZu9z982JuFvt8CXaeg4qKw68vXgkcqydtH4zoRYkaq3obnAUsRDZthunU7fH4Grg4MGDLsZyrFYNSjKh3//nUvXO4my8tDKg2O8cJVMJ/Dxb9GBYRjplbVGwXon8ICVFVBWJTfiZgqBg/+QsM0i7KJEWafenPdPafRZ0iasUO3s6xTFtR35uvFXjMxLPnMFx4b7i/Wqcz1JNTBVPvemFwrgRHngNvieOyV3dLfFH6c2F9nsA3KZbQ45smk00gwsD+Rrgd89mJdplEEmEltuZKTyddXjhHUNxHctUDPMB3jaNDV535ixqW6MDLI8WGJ6+uR6euzfcfsN6cJjnA8W0oDwlEx252N8RyRgJVeFoao4EQSk/90TeYUYMeGp7yAsz+16QbqmTsV2XLNXm6qtmADsmWyijs= ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-15T18:16:58.752 INFO:teuthology.orchestra.run.smithi164.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtOvpPW1shuKEJYsQGhtYQOE9zifjy2Se8yhwMys4Ejm8ie/eDhXopjspg8GRqjeKSZsGq0gdeE1gxeuYftH7hlO+nsXkffHngkOZu9z982JuFvt8CXaeg4qKw68vXgkcqydtH4zoRYkaq3obnAUsRDZthunU7fH4Grg4MGDLsZyrFYNSjKh3//nUvXO4my8tDKg2O8cJVMJ/Dxb9GBYRjplbVGwXon8ICVFVBWJTfiZgqBg/+QsM0i7KJEWafenPdPafRZ0iasUO3s6xTFtR35uvFXjMxLPnMFx4b7i/Wqcz1JNTBVPvemFwrgRHngNvieOyV3dLfFH6c2F9nsA3KZbQ45smk00gwsD+Rrgd89mJdplEEmEltuZKTyddXjhHUNxHctUDPMB3jaNDV535ixqW6MDLI8WGJ6+uR6euzfcfsN6cJjnA8W0oDwlEx252N8RyRgJVeFoao4EQSk/90TeYUYMeGp7yAsz+16QbqmTsV2XLNXm6qtmADsmWyijs= ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:16:58.763 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-15T18:16:59.442 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:16:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:16:58.100708+0000 mon.smithi043 (mon.0) 112 : cluster [DBG] mgrmap e17: smithi043.oyulcz(active, since 7s) 2024-02-15T18:17:02.024 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-15T18:17:02.024 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-15T18:17:02.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:00.891274+0000 mon.smithi043 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:02.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:01.188014+0000 mon.smithi043 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi043", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:17:02.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:01.191035+0000 mon.smithi043 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:02.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:17:01.197984+0000 mgr.smithi043.oyulcz (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi043 on smithi043 2024-02-15T18:17:02.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:01.534263+0000 mon.smithi043 (mon.0) 116 : audit [INF] from='client.? 172.21.15.43:0/2424688331' entity='client.admin' 2024-02-15T18:17:04.593 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi164 2024-02-15T18:17:04.593 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-15T18:17:04.594 DEBUG:teuthology.orchestra.run.smithi164:> dd of=/etc/ceph/ceph.conf 2024-02-15T18:17:04.615 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-15T18:17:04.616 DEBUG:teuthology.orchestra.run.smithi164:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:17:04.675 INFO:tasks.cephadm:Adding host smithi164 to orchestrator... 2024-02-15T18:17:04.676 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch host add smithi164 2024-02-15T18:17:05.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:04.050203+0000 mgr.smithi043.oyulcz (mgr.14164) 6 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:05.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:04.052514+0000 mon.smithi043 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:12.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:11.132251+0000 mgr.smithi043.oyulcz (mgr.14164) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:14.213 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:13.132550+0000 mgr.smithi043.oyulcz (mgr.14164) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:16.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:15.132937+0000 mgr.smithi043.oyulcz (mgr.14164) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:16.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:16.113781+0000 mon.smithi043 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:16.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:16.115310+0000 mon.smithi043 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi043", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:17:16.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:16.116795+0000 mon.smithi043 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi043", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-15T18:17:16.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:16.117385+0000 mon.smithi043 (mon.0) 121 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:17.475 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:17:16.117989+0000 mgr.smithi043.oyulcz (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi043 on smithi043 2024-02-15T18:17:17.475 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:16.267441+0000 mon.smithi043 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:18.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:17.133160+0000 mgr.smithi043.oyulcz (mgr.14164) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:19.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:18.277504+0000 mon.smithi043 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:19.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:18.390765+0000 mon.smithi043 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:19.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:18.392408+0000 mon.smithi043 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:19.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:18.392762+0000 mon.smithi043 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:17:19.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:18.393092+0000 mgr.smithi043.oyulcz (mgr.14164) 12 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:17:19.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:18.395132+0000 mon.smithi043 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:19.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:17:18.397972+0000 mgr.smithi043.oyulcz (mgr.14164) 13 : cephadm [INF] Deploying daemon grafana.smithi043 on smithi043 2024-02-15T18:17:20.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:19.133531+0000 mgr.smithi043.oyulcz (mgr.14164) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:22.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:21.133897+0000 mgr.smithi043.oyulcz (mgr.14164) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:22.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:21.270650+0000 mon.smithi043 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:24.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:23.134308+0000 mgr.smithi043.oyulcz (mgr.14164) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:26.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:25.134625+0000 mgr.smithi043.oyulcz (mgr.14164) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:28.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:27.134875+0000 mgr.smithi043.oyulcz (mgr.14164) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:30.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:29.135199+0000 mgr.smithi043.oyulcz (mgr.14164) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:32.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:31.135460+0000 mgr.smithi043.oyulcz (mgr.14164) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:33.387 INFO:teuthology.orchestra.run.smithi164.stdout:Added host 'smithi164' with addr '172.21.15.164' 2024-02-15T18:17:34.027 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch host ls --format=json 2024-02-15T18:17:34.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:32.800445+0000 mgr.smithi043.oyulcz (mgr.14164) 21 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:34.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:33.135786+0000 mgr.smithi043.oyulcz (mgr.14164) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:34.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:33.386062+0000 mon.smithi043 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:34.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:17:33.386393+0000 mgr.smithi043.oyulcz (mgr.14164) 23 : cephadm [INF] Added host smithi164 2024-02-15T18:17:36.023 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:17:36.024 INFO:teuthology.orchestra.run.smithi164.stdout:[{"addr": "172.21.15.43", "hostname": "smithi043", "labels": [], "status": ""}, {"addr": "172.21.15.164", "hostname": "smithi164", "labels": [], "status": ""}] 2024-02-15T18:17:36.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:35.136032+0000 mgr.smithi043.oyulcz (mgr.14164) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:37.176 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-15T18:17:37.177 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd crush tunables default 2024-02-15T18:17:37.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:36.022979+0000 mgr.smithi043.oyulcz (mgr.14164) 25 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:17:38.492 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:37.136348+0000 mgr.smithi043.oyulcz (mgr.14164) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:40.401 INFO:teuthology.orchestra.run.smithi043.stderr:adjusted tunables profile to default 2024-02-15T18:17:40.673 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:39.136615+0000 mgr.smithi043.oyulcz (mgr.14164) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:40.673 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:39.853769+0000 mon.smithi043 (mon.0) 130 : audit [INF] from='client.? 172.21.15.43:0/1896675066' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-15T18:17:40.673 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:40.244230+0000 mon.smithi043 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:41.179 INFO:tasks.cephadm:Adding mon.smithi043 on smithi043 2024-02-15T18:17:41.179 INFO:tasks.cephadm:Adding mon.smithi164 on smithi164 2024-02-15T18:17:41.179 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch apply mon '2;smithi043:172.21.15.43=smithi043;smithi164:172.21.15.164=smithi164' 2024-02-15T18:17:41.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:17:40.246460+0000 mgr.smithi043.oyulcz (mgr.14164) 28 : cephadm [INF] Deploying daemon node-exporter.smithi043 on smithi043 2024-02-15T18:17:41.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:40.391808+0000 mon.smithi043 (mon.0) 132 : audit [INF] from='client.? 172.21.15.43:0/1896675066' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-15T18:17:41.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:40.391855+0000 mon.smithi043 (mon.0) 133 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-15T18:17:41.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:41.275491+0000 mon.smithi043 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:42.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:41.136869+0000 mgr.smithi043.oyulcz (mgr.14164) 29 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:43.283 INFO:teuthology.orchestra.run.smithi164.stdout:Scheduled mon update... 2024-02-15T18:17:43.978 DEBUG:teuthology.orchestra.run.smithi164:mon.smithi164> sudo journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi164.service 2024-02-15T18:17:43.981 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:17:43.981 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:17:44.009 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:-- Logs begin at Thu 2024-02-15 18:06:46 UTC. -- 2024-02-15T18:17:44.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:43.137212+0000 mgr.smithi043.oyulcz (mgr.14164) 30 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:44.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:43.279402+0000 mgr.smithi043.oyulcz (mgr.14164) 31 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi043:172.21.15.43=smithi043;smithi164:172.21.15.164=smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:44.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:17:43.280853+0000 mgr.smithi043.oyulcz (mgr.14164) 32 : cephadm [INF] Saving service mon spec with placement smithi043:172.21.15.43=smithi043;smithi164:172.21.15.164=smithi164;count:2 2024-02-15T18:17:44.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:43.283331+0000 mon.smithi043 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:45.989 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:17:45.989 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","modified":"2024-02-15T18:15:44.663130Z","created":"2024-02-15T18:15:44.663130Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:17:45.990 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-15T18:17:46.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:45.137523+0000 mgr.smithi043.oyulcz (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:46.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:45.989431+0000 mon.smithi043 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.164:0/1754829662' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:17:47.642 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:17:47.642 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:17:48.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:47.137864+0000 mgr.smithi043.oyulcz (mgr.14164) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:50.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:49.138248+0000 mgr.smithi043.oyulcz (mgr.14164) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:51.315 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:17:51.316 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","modified":"2024-02-15T18:15:44.663130Z","created":"2024-02-15T18:15:44.663130Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:17:51.317 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-15T18:17:51.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:50.412026+0000 mon.smithi043 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:17:50.418200+0000 mgr.smithi043.oyulcz (mgr.14164) 36 : cephadm [INF] Deploying daemon prometheus.smithi043 on smithi043 2024-02-15T18:17:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:51.273009+0000 mon.smithi043 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:17:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:51.278518+0000 mon.smithi043 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:17:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:51.281065+0000 mon.smithi043 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:17:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:51.315947+0000 mon.smithi043 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.164:0/1434250411' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:17:52.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:51.138474+0000 mgr.smithi043.oyulcz (mgr.14164) 37 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:53.004 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:17:53.005 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:17:54.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:53.138752+0000 mgr.smithi043.oyulcz (mgr.14164) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:55.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:17:55.127225+0000 mon.smithi043 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.164:0/4174110403' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:17:56.124 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:17:56.124 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","modified":"2024-02-15T18:15:44.663130Z","created":"2024-02-15T18:15:44.663130Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:17:56.124 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-15T18:17:56.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:55.139110+0000 mgr.smithi043.oyulcz (mgr.14164) 39 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:17:58.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:17:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:57.139487+0000 mgr.smithi043.oyulcz (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:00.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:17:59.139728+0000 mgr.smithi043.oyulcz (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:01.140 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:18:01.140 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:18:02.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:01.139989+0000 mgr.smithi043.oyulcz (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:04.194 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:03.140365+0000 mgr.smithi043.oyulcz (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:06.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:05.140790+0000 mgr.smithi043.oyulcz (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:06.540 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:18:06.540 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","modified":"2024-02-15T18:15:44.663130Z","created":"2024-02-15T18:15:44.663130Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:18:06.542 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-15T18:18:07.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:06.540551+0000 mon.smithi043 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.164:0/2472416006' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:18:08.187 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:18:08.187 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:18:08.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:07.141212+0000 mgr.smithi043.oyulcz (mgr.14164) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:10.335 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:18:10.336 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","modified":"2024-02-15T18:15:44.663130Z","created":"2024-02-15T18:15:44.663130Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:18:10.337 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-15T18:18:10.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:09.141627+0000 mgr.smithi043.oyulcz (mgr.14164) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:11.459 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:10.336276+0000 mon.smithi043 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.164:0/3091337956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:18:12.129 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:18:12.129 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:18:12.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:11.142038+0000 mgr.smithi043.oyulcz (mgr.14164) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:12.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:11.780600+0000 mon.smithi043 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:12.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:11.781531+0000 mon.smithi043 (mon.0) 146 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:12.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:11.782581+0000 mon.smithi043 (mon.0) 147 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:12.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:11.783184+0000 mon.smithi043 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:18:13.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:12.224550+0000 mon.smithi043 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:13.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:13.140714+0000 mon.smithi043 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:14.494 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:13.142317+0000 mgr.smithi043.oyulcz (mgr.14164) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:15.237 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:18:15.237 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","modified":"2024-02-15T18:15:44.663130Z","created":"2024-02-15T18:15:44.663130Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:18:15.237 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-15T18:18:15.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:15.038069+0000 mon.smithi043 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.164:0/499322328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:18:16.891 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:18:16.891 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:18:17.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:15.142532+0000 mgr.smithi043.oyulcz (mgr.14164) 49 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:17.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:15.585988+0000 mon.smithi043 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:17.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:15.886873+0000 mon.smithi043 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:17.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:16.281828+0000 mon.smithi043 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:18.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:15.840735+0000 mgr.smithi043.oyulcz (mgr.14164) 50 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.conf 2024-02-15T18:18:18.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:15.858330+0000 mgr.smithi043.oyulcz (mgr.14164) 51 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:18:19.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:17.142902+0000 mgr.smithi043.oyulcz (mgr.14164) 52 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:19.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:17.943805+0000 mon.smithi043 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:20.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:18.711321+0000 mon.smithi043 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:20.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:18.712159+0000 mon.smithi043 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi164", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:18:20.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:18.715506+0000 mon.smithi043 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:20.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:18.717432+0000 mon.smithi043 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi164", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:18:20.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:18.719372+0000 mon.smithi043 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi164", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-15T18:18:20.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:18.720184+0000 mon.smithi043 (mon.0) 161 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:20.134 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:18:20.134 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","modified":"2024-02-15T18:15:44.663130Z","created":"2024-02-15T18:15:44.663130Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:18:20.134 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-15T18:18:21.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:18.720936+0000 mgr.smithi043.oyulcz (mgr.14164) 53 : cephadm [INF] Deploying daemon crash.smithi164 on smithi164 2024-02-15T18:18:21.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:19.143298+0000 mgr.smithi043.oyulcz (mgr.14164) 54 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:21.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:19.885542+0000 mon.smithi043 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.164:0/1279206155' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:18:21.975 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:18:21.975 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:18:23.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:21.143690+0000 mgr.smithi043.oyulcz (mgr.14164) 55 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:24.439 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:18:24.439 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","modified":"2024-02-15T18:15:44.663130Z","created":"2024-02-15T18:15:44.663130Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:18:24.441 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-15T18:18:24.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:23.144048+0000 mgr.smithi043.oyulcz (mgr.14164) 56 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:24.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:23.264985+0000 mon.smithi043 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:24.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:23.267330+0000 mon.smithi043 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.shzocc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:18:24.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:23.269345+0000 mon.smithi043 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.shzocc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-15T18:18:24.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:23.270162+0000 mon.smithi043 (mon.0) 166 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:18:24.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:23.271258+0000 mon.smithi043 (mon.0) 167 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:24.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:23.272072+0000 mgr.smithi043.oyulcz (mgr.14164) 57 : cephadm [INF] Deploying daemon mgr.smithi164.shzocc on smithi164 2024-02-15T18:18:25.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:24.439409+0000 mon.smithi043 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.164:0/3055660295' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:18:26.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:25.144353+0000 mgr.smithi043.oyulcz (mgr.14164) 58 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:26.944 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:18:26.944 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:18:27.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:26.285028+0000 mon.smithi043 (mon.0) 169 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:27.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:26.609003+0000 mon.smithi043 (mon.0) 170 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:27.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:26.610960+0000 mon.smithi043 (mon.0) 171 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:18:27.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:26.611841+0000 mon.smithi043 (mon.0) 172 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:27.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:26.612582+0000 mgr.smithi043.oyulcz (mgr.14164) 59 : cephadm [INF] Deploying daemon mon.smithi164 on smithi164 2024-02-15T18:18:29.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:27.144710+0000 mgr.smithi043.oyulcz (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:30.837 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:18:30.837 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","modified":"2024-02-15T18:15:44.663130Z","created":"2024-02-15T18:15:44.663130Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:18:30.837 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-15T18:18:31.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:29.145044+0000 mgr.smithi043.oyulcz (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:31.368 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:30 smithi164 systemd[1]: Starting Ceph mon.smithi164 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:18:31.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.520+0000 7fa956f12700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.520+0000 7fa956f12700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.520+0000 7fa956f12700 0 pidfile_write: ignore empty --pid-file 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 0 load: jerasure load: lrc load: isa 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Compile date Jul 8 2021 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: DB SUMMARY 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: CURRENT file: CURRENT 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T18:18:31.713 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi164/store.db dir, Total Num: 0, files: 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi164/store.db: 000003.log size: 511 ; 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.error_if_exists: 0 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.create_if_missing: 0 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.env: 0x5602595ff1c0 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.fs: Posix File System 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.info_log: 0x56025a081a40 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.statistics: (nil) 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.use_fsync: 0 2024-02-15T18:18:31.714 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.525+0000 7fa956f12700 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.db_log_dir: 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi164/store.db 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T18:18:31.715 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.write_buffer_manager: 0x56025acf8030 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T18:18:31.716 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.unordered_write: 0 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.row_cache: None 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.wal_filter: None 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.two_write_queues: 0 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.atomic_flush: 0 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T18:18:31.717 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T18:18:31.718 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_open_files: -1 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Compression algorithms supported: 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: kZSTD supported: 0 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: kXpressCompression supported: 0 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: kZlibCompression supported: 1 2024-02-15T18:18:31.719 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi164/store.db/MANIFEST-000001 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.merge_operator: 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_filter: None 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560259f9a170) 2024-02-15T18:18:31.720 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cache_index_and_filter_blocks: 1 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: pin_top_level_index_and_filter: 1 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: index_type: 0 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: data_block_index_type: 0 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: index_shortening: 1 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: hash_index_allow_collision: 1 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: checksum: 1 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: no_block_cache: 0 2024-02-15T18:18:31.721 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: block_cache: 0x560259fd0f10 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: block_cache_name: BinnedLRUCache 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: block_cache_options: 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: capacity : 536870912 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: num_shard_bits : 4 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: strict_capacity_limit : 0 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: high_pri_pool_ratio: 0.000 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: block_cache_compressed: (nil) 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: persistent_cache: (nil) 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: block_size: 4096 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: block_size_deviation: 10 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: block_restart_interval: 16 2024-02-15T18:18:31.722 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: index_block_restart_interval: 1 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: metadata_block_size: 4096 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: partition_filters: 0 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: use_delta_encoding: 1 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: whole_key_filtering: 1 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: verify_compression: 0 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: read_amp_bytes_per_bit: 0 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: format_version: 2 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: enable_index_compression: 1 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: block_align: 0 2024-02-15T18:18:31.723 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compression: NoCompression 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.num_levels: 7 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T18:18:31.724 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T18:18:31.725 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T18:18:31.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T18:18:31.727 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.table_properties_collectors: 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.bloom_locality: 0 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T18:18:31.728 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.ttl: 2592000 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi164/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021111527329, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.526+0000 7fa956f12700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.527+0000 7fa956f12700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.527+0000 7fa956f12700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021111527808, "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": 1708021111, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T18:18:31.729 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.527+0000 7fa956f12700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.527+0000 7fa956f12700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021111528176, "job": 1, "event": "recovery_finished"} 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.528+0000 7fa956f12700 4 rocksdb: DB pointer 0x56025a095800 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.528+0000 7fa93dd1a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.528+0000 7fa93dd1a700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ** DB Stats ** 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T18:18:31.730 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ** Compaction Stats [default] ** 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 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.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 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.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 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.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ** Compaction Stats [default] ** 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 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.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:18:31.731 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Cumulative compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Interval compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ** Compaction Stats [default] ** 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:18:31.732 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 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.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 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.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ** Compaction Stats [default] ** 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 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.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:18:31.733 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Cumulative compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.528+0000 7fa956f12700 0 mon.smithi164 does not exist in monmap, will attempt to join an existing cluster 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.528+0000 7fa956f12700 0 using public_addr v2:172.21.15.164:0/0 -> [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.529+0000 7fa956f12700 0 starting mon.smithi164 rank -1 at public addrs [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] at bind addrs [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi164 fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.530+0000 7fa956f12700 1 mon.smithi164@-1(???) e0 preinit fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.568+0000 7fa94051f700 0 mon.smithi164@-1(synchronizing).mds e1 new map 2024-02-15T18:18:31.734 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.568+0000 7fa94051f700 0 mon.smithi164@-1(synchronizing).mds e1 print_map 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: e1 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: legacy client fscid: -1 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: No filesystems configured 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.568+0000 7fa94051f700 1 mon.smithi164@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.568+0000 7fa94051f700 1 mon.smithi164@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.568+0000 7fa94051f700 1 mon.smithi164@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.568+0000 7fa94051f700 1 mon.smithi164@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-15T18:18:31.735 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.568+0000 7fa94051f700 1 mon.smithi164@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-15T18:18:31.736 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.568+0000 7fa94051f700 1 mon.smithi164@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-15T18:18:31.736 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.568+0000 7fa94051f700 1 mon.smithi164@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-15T18:18:31.736 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.570+0000 7fa94051f700 0 mon.smithi164@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-15T18:18:31.736 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.570+0000 7fa94051f700 0 mon.smithi164@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:18:31.736 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.570+0000 7fa94051f700 0 mon.smithi164@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:18:31.736 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.570+0000 7fa94051f700 0 mon.smithi164@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:18:31.736 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:29.145044+0000 mgr.smithi043.oyulcz (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:31.736 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:18:31.571+0000 7fa94051f700 1 mon.smithi164@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-02-15T18:18:31.736 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 bash[36858]: f6a13062255f479dad8fcd90e1d004e733699049791a40d5406b4dd726db054a 2024-02-15T18:18:31.736 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:31 smithi164 systemd[1]: Started Ceph mon.smithi164 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:18:33.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:18:33.002 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:18:36.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:31.145422+0000 mgr.smithi043.oyulcz (mgr.14164) 62 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:36.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:31.578137+0000 mon.smithi043 (mon.0) 176 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:18:36.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:31.578377+0000 mon.smithi043 (mon.0) 177 : cluster [INF] mon.smithi043 calling monitor election 2024-02-15T18:18:36.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:31.591252+0000 mon.smithi043 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:36.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:31.728921+0000 mon.smithi043 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.164:0/227919158' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/crt"}]: dispatch 2024-02-15T18:18:36.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:32.575137+0000 mon.smithi043 (mon.0) 180 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:36.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:33.145758+0000 mgr.smithi043.oyulcz (mgr.14164) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:36.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:33.575479+0000 mon.smithi043 (mon.0) 181 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:36.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:33.576226+0000 mon.smithi164 (mon.1) 1 : cluster [INF] mon.smithi164 calling monitor election 2024-02-15T18:18:36.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:34.575519+0000 mon.smithi043 (mon.0) 182 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:35.146078+0000 mgr.smithi043.oyulcz (mgr.14164) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:35.575661+0000 mon.smithi043 (mon.0) 183 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:36.575574+0000 mon.smithi043 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:36.605011+0000 mon.smithi043 (mon.0) 185 : cluster [INF] mon.smithi043 is new leader, mons smithi043,smithi164 in quorum (ranks 0,1) 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:36.613080+0000 mon.smithi043 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0],smithi164=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0]} 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:36.613130+0000 mon.smithi043 (mon.0) 187 : cluster [DBG] fsmap 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:36.613160+0000 mon.smithi043 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:36.613390+0000 mon.smithi043 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi043.oyulcz(active, since 105s) 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:36.614061+0000 mon.smithi043 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi164.shzocc started 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:36.615310+0000 mon.smithi043 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.164:0/227919158' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:36.616717+0000 mon.smithi043 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.164:0/227919158' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/key"}]: dispatch 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:36.617159+0000 mon.smithi043 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.164:0/227919158' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:18:36.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:36.620816+0000 mon.smithi043 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2024-02-15T18:18:36.963 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:36.626553+0000 mon.smithi043 (mon.0) 195 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:37.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:31.145422+0000 mgr.smithi043.oyulcz (mgr.14164) 62 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:37.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:31.578137+0000 mon.smithi043 (mon.0) 176 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:31.578377+0000 mon.smithi043 (mon.0) 177 : cluster [INF] mon.smithi043 calling monitor election 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:31.591252+0000 mon.smithi043 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:31.728921+0000 mon.smithi043 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.164:0/227919158' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/crt"}]: dispatch 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:32.575137+0000 mon.smithi043 (mon.0) 180 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:33.145758+0000 mgr.smithi043.oyulcz (mgr.14164) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:33.575479+0000 mon.smithi043 (mon.0) 181 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:33.576226+0000 mon.smithi164 (mon.1) 1 : cluster [INF] mon.smithi164 calling monitor election 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:34.575519+0000 mon.smithi043 (mon.0) 182 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:35.146078+0000 mgr.smithi043.oyulcz (mgr.14164) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:35.575661+0000 mon.smithi043 (mon.0) 183 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:36.575574+0000 mon.smithi043 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:36.605011+0000 mon.smithi043 (mon.0) 185 : cluster [INF] mon.smithi043 is new leader, mons smithi043,smithi164 in quorum (ranks 0,1) 2024-02-15T18:18:37.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:36.613080+0000 mon.smithi043 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0],smithi164=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0]} 2024-02-15T18:18:37.011 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:36.613130+0000 mon.smithi043 (mon.0) 187 : cluster [DBG] fsmap 2024-02-15T18:18:37.011 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:36.613160+0000 mon.smithi043 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-15T18:18:37.011 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:36.613390+0000 mon.smithi043 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi043.oyulcz(active, since 105s) 2024-02-15T18:18:37.011 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:36.614061+0000 mon.smithi043 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi164.shzocc started 2024-02-15T18:18:37.011 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:36.615310+0000 mon.smithi043 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.164:0/227919158' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:18:37.011 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:36.616717+0000 mon.smithi043 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.164:0/227919158' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/key"}]: dispatch 2024-02-15T18:18:37.011 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:36.617159+0000 mon.smithi043 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.164:0/227919158' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:18:37.011 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:36.620816+0000 mon.smithi043 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2024-02-15T18:18:37.011 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:36.626553+0000 mon.smithi043 (mon.0) 195 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:37.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:36.628159+0000 mgr.smithi043.oyulcz (mgr.14164) 65 : cephadm [INF] Deploying daemon node-exporter.smithi164 on smithi164 2024-02-15T18:18:37.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:36.673942+0000 mon.smithi043 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi043.oyulcz(active, since 105s), standbys: smithi164.shzocc 2024-02-15T18:18:37.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:36.674110+0000 mon.smithi043 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr metadata", "who": "smithi164.shzocc", "id": "smithi164.shzocc"}]: dispatch 2024-02-15T18:18:37.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:37.576230+0000 mon.smithi043 (mon.0) 198 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:38.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:36.628159+0000 mgr.smithi043.oyulcz (mgr.14164) 65 : cephadm [INF] Deploying daemon node-exporter.smithi164 on smithi164 2024-02-15T18:18:38.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:36.673942+0000 mon.smithi043 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi043.oyulcz(active, since 105s), standbys: smithi164.shzocc 2024-02-15T18:18:38.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:36.674110+0000 mon.smithi043 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr metadata", "who": "smithi164.shzocc", "id": "smithi164.shzocc"}]: dispatch 2024-02-15T18:18:38.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:37.576230+0000 mon.smithi043 (mon.0) 198 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:18:38.145 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-15T18:18:38.145 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":2,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","modified":"2024-02-15T18:18:31.575310Z","created":"2024-02-15T18:15:44.663130Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi164","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:3300","nonce":0},{"type":"v1","addr":"172.21.15.164:6789","nonce":0}]},"addr":"172.21.15.164:6789/0","public_addr":"172.21.15.164:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-15T18:18:38.146 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 2 2024-02-15T18:18:38.818 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:37.146355+0000 mgr.smithi043.oyulcz (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:38.818 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:38.143780+0000 mon.smithi043 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.164:0/1121567692' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:18:38.839 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-15T18:18:38.840 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph config generate-minimal-conf 2024-02-15T18:18:39.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:37.146355+0000 mgr.smithi043.oyulcz (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:39.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:38.143780+0000 mon.smithi043 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.164:0/1121567692' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:18:40.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:39.146675+0000 mgr.smithi043.oyulcz (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:40.884 INFO:teuthology.orchestra.run.smithi043.stdout:# minimal ceph.conf for 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:18:40.884 INFO:teuthology.orchestra.run.smithi043.stdout:[global] 2024-02-15T18:18:40.884 INFO:teuthology.orchestra.run.smithi043.stdout: fsid = 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:18:40.885 INFO:teuthology.orchestra.run.smithi043.stdout: mon_host = [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] 2024-02-15T18:18:40.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:39.146675+0000 mgr.smithi043.oyulcz (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:41.507 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-15T18:18:41.508 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-02-15T18:18:41.508 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/ceph/ceph.conf 2024-02-15T18:18:41.542 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-02-15T18:18:41.542 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:18:41.612 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-15T18:18:41.612 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/ceph/ceph.conf 2024-02-15T18:18:41.650 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-15T18:18:41.650 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:18:41.721 INFO:tasks.cephadm:Deploying OSDs... 2024-02-15T18:18:41.721 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-02-15T18:18:41.721 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/scratch_devs of=/dev/stdout 2024-02-15T18:18:41.742 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-15T18:18:41.742 DEBUG:teuthology.orchestra.run.smithi043:> stat /dev/vg_nvme/lv_1 2024-02-15T18:18:41.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:40.885107+0000 mon.smithi043 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.43:0/1246088198' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:41.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:41.292287+0000 mon.smithi043 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:41.777 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-15T18:18:41.778 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:18:41.778 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 6h/6d Inode: 170092 Links: 1 2024-02-15T18:18:41.778 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:18:41.778 INFO:teuthology.orchestra.run.smithi043.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:18:41.778 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2024-02-15 18:18:09.450391623 +0000 2024-02-15T18:18:41.778 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2024-02-15 18:13:15.780181039 +0000 2024-02-15T18:18:41.778 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2024-02-15 18:13:15.780181039 +0000 2024-02-15T18:18:41.778 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2024-02-15T18:18:41.778 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-15T18:18:41.846 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2024-02-15T18:18:41.846 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2024-02-15T18:18:41.846 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 0.00011018 s, 4.6 MB/s 2024-02-15T18:18:41.847 DEBUG:teuthology.orchestra.run.smithi043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-15T18:18:41.909 DEBUG:teuthology.orchestra.run.smithi043:> stat /dev/vg_nvme/lv_2 2024-02-15T18:18:41.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:40.885107+0000 mon.smithi043 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.43:0/1246088198' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:41.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:41.292287+0000 mon.smithi043 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:41.968 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-15T18:18:41.968 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:18:41.969 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 6h/6d Inode: 170181 Links: 1 2024-02-15T18:18:41.969 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:18:41.969 INFO:teuthology.orchestra.run.smithi043.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:18:41.969 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2024-02-15 18:18:09.450391623 +0000 2024-02-15T18:18:41.969 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2024-02-15 18:13:16.126176743 +0000 2024-02-15T18:18:41.969 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2024-02-15 18:13:16.126176743 +0000 2024-02-15T18:18:41.969 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2024-02-15T18:18:41.969 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-15T18:18:42.036 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2024-02-15T18:18:42.036 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2024-02-15T18:18:42.036 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 8.3372e-05 s, 6.1 MB/s 2024-02-15T18:18:42.037 DEBUG:teuthology.orchestra.run.smithi043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-15T18:18:42.096 DEBUG:teuthology.orchestra.run.smithi043:> stat /dev/vg_nvme/lv_3 2024-02-15T18:18:42.156 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-15T18:18:42.156 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:18:42.156 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 6h/6d Inode: 166616 Links: 1 2024-02-15T18:18:42.156 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:18:42.156 INFO:teuthology.orchestra.run.smithi043.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:18:42.156 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2024-02-15 18:18:09.450391623 +0000 2024-02-15T18:18:42.156 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2024-02-15 18:13:16.472172446 +0000 2024-02-15T18:18:42.156 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2024-02-15 18:13:16.472172446 +0000 2024-02-15T18:18:42.157 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2024-02-15T18:18:42.157 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-15T18:18:42.222 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2024-02-15T18:18:42.223 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2024-02-15T18:18:42.223 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 9.8027e-05 s, 5.2 MB/s 2024-02-15T18:18:42.224 DEBUG:teuthology.orchestra.run.smithi043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-15T18:18:42.284 DEBUG:teuthology.orchestra.run.smithi043:> stat /dev/vg_nvme/lv_4 2024-02-15T18:18:42.342 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-15T18:18:42.342 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:18:42.342 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 6h/6d Inode: 166753 Links: 1 2024-02-15T18:18:42.342 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:18:42.343 INFO:teuthology.orchestra.run.smithi043.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:18:42.343 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2024-02-15 18:18:09.450391623 +0000 2024-02-15T18:18:42.343 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2024-02-15 18:13:16.810168249 +0000 2024-02-15T18:18:42.343 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2024-02-15 18:13:16.810168249 +0000 2024-02-15T18:18:42.343 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2024-02-15T18:18:42.343 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-15T18:18:42.408 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2024-02-15T18:18:42.408 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2024-02-15T18:18:42.408 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 0.000100387 s, 5.1 MB/s 2024-02-15T18:18:42.409 DEBUG:teuthology.orchestra.run.smithi043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-15T18:18:42.469 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-15T18:18:42.469 DEBUG:teuthology.orchestra.run.smithi164:> dd if=/scratch_devs of=/dev/stdout 2024-02-15T18:18:42.493 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-15T18:18:42.493 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_1 2024-02-15T18:18:42.554 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-15T18:18:42.555 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:18:42.555 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 6h/6d Inode: 166394 Links: 1 2024-02-15T18:18:42.555 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:18:42.555 INFO:teuthology.orchestra.run.smithi164.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:18:42.555 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-15 18:18:37.045359498 +0000 2024-02-15T18:18:42.555 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-15 18:14:05.669875708 +0000 2024-02-15T18:18:42.555 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-15 18:14:05.669875708 +0000 2024-02-15T18:18:42.555 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-15T18:18:42.555 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-15T18:18:42.623 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-15T18:18:42.624 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-15T18:18:42.624 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000236144 s, 2.2 MB/s 2024-02-15T18:18:42.625 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-15T18:18:42.687 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_2 2024-02-15T18:18:42.746 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-15T18:18:42.747 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:18:42.747 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 6h/6d Inode: 167989 Links: 1 2024-02-15T18:18:42.747 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:18:42.747 INFO:teuthology.orchestra.run.smithi164.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:18:42.747 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-15 18:18:37.046359482 +0000 2024-02-15T18:18:42.747 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-15 18:14:06.032869800 +0000 2024-02-15T18:18:42.747 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-15 18:14:06.032869800 +0000 2024-02-15T18:18:42.747 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-15T18:18:42.747 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-15T18:18:42.814 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-15T18:18:42.815 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-15T18:18:42.815 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000219319 s, 2.3 MB/s 2024-02-15T18:18:42.816 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-15T18:18:42.876 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_3 2024-02-15T18:18:42.934 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-15T18:18:42.935 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:18:42.935 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 6h/6d Inode: 170017 Links: 1 2024-02-15T18:18:42.935 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:18:42.935 INFO:teuthology.orchestra.run.smithi164.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:18:42.935 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-15 18:18:37.046359482 +0000 2024-02-15T18:18:42.935 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-15 18:14:06.363864413 +0000 2024-02-15T18:18:42.935 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-15 18:14:06.363864413 +0000 2024-02-15T18:18:42.935 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-15T18:18:42.935 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-15T18:18:42.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:41.147186+0000 mgr.smithi043.oyulcz (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:42.985 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-15T18:18:42.986 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-15T18:18:42.986 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000203973 s, 2.5 MB/s 2024-02-15T18:18:42.987 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-15T18:18:43.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:41.147186+0000 mgr.smithi043.oyulcz (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:43.045 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_4 2024-02-15T18:18:43.103 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-15T18:18:43.103 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:18:43.103 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 6h/6d Inode: 166606 Links: 1 2024-02-15T18:18:43.103 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:18:43.103 INFO:teuthology.orchestra.run.smithi164.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:18:43.103 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-15 18:18:37.046359482 +0000 2024-02-15T18:18:43.103 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-15 18:14:06.717858651 +0000 2024-02-15T18:18:43.103 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-15 18:14:06.717858651 +0000 2024-02-15T18:18:43.103 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-15T18:18:43.104 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-15T18:18:43.169 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-15T18:18:43.169 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-15T18:18:43.169 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000223187 s, 2.3 MB/s 2024-02-15T18:18:43.170 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-15T18:18:43.229 INFO:tasks.cephadm:Deploying osd.0 on smithi043 with /dev/vg_nvme/lv_4... 2024-02-15T18:18:43.229 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-15T18:18:43.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:43.147555+0000 mgr.smithi043.oyulcz (mgr.14164) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:44.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:43.147555+0000 mgr.smithi043.oyulcz (mgr.14164) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:45.350 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-15T18:18:45.350 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-15T18:18:45.350 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 10+0 records in 2024-02-15T18:18:45.350 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2024-02-15T18:18:45.350 INFO:teuthology.orchestra.run.smithi043.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00829601 s, 1.3 GB/s 2024-02-15T18:18:45.350 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 2024-02-15T18:18:45.350 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping successful for: 2024-02-15T18:18:46.020 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi043:vg_nvme/lv_4 2024-02-15T18:18:46.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:45.147813+0000 mgr.smithi043.oyulcz (mgr.14164) 70 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:46.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:46.104135+0000 mon.smithi043 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:46.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:46.105386+0000 mon.smithi043 (mon.0) 203 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:46.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:46.106292+0000 mon.smithi043 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:46.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:46.106932+0000 mon.smithi043 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:18:46.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:45.147813+0000 mgr.smithi043.oyulcz (mgr.14164) 70 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:46.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:46.104135+0000 mon.smithi043 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:46.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:46.105386+0000 mon.smithi043 (mon.0) 203 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:46.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:46.106292+0000 mon.smithi043 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:46.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:46.106932+0000 mon.smithi043 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:18:47.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:46.296080+0000 mon.smithi043 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:47.652 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:46.296080+0000 mon.smithi043 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:48.572 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:47.148104+0000 mgr.smithi043.oyulcz (mgr.14164) 71 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:48.573 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:48.081669+0000 mon.smithi043 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:48.573 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:48.124650+0000 mon.smithi043 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:48.573 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:48.192530+0000 mon.smithi043 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:18:48.573 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:48.193898+0000 mon.smithi043 (mon.0) 210 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:18:48.573 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:48.194388+0000 mon.smithi043 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:48.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:47.148104+0000 mgr.smithi043.oyulcz (mgr.14164) 71 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:48.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:48.081669+0000 mon.smithi043 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:48.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:48.124650+0000 mon.smithi043 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:48.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:48.192530+0000 mon.smithi043 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:18:48.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:48.193898+0000 mon.smithi043 (mon.0) 210 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:18:48.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:48.194388+0000 mon.smithi043 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:49.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:48.082074+0000 mgr.smithi043.oyulcz (mgr.14164) 72 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-02-15T18:18:49.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:48.096125+0000 mgr.smithi043.oyulcz (mgr.14164) 73 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:18:49.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:48.191649+0000 mgr.smithi043.oyulcz (mgr.14164) 74 : audit [DBG] from='client.14222 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:49.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:48.082074+0000 mgr.smithi043.oyulcz (mgr.14164) 72 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-02-15T18:18:49.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:48.096125+0000 mgr.smithi043.oyulcz (mgr.14164) 73 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:18:49.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:48.191649+0000 mgr.smithi043.oyulcz (mgr.14164) 74 : audit [DBG] from='client.14222 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:50.361 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:49.148429+0000 mgr.smithi043.oyulcz (mgr.14164) 75 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:50.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:49.148429+0000 mgr.smithi043.oyulcz (mgr.14164) 75 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:51.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:51.124341+0000 mon.smithi043 (mon.0) 212 : audit [INF] from='client.? 172.21.15.43:0/164570758' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8d0b62f-e846-4870-be6d-4c9b70236e2e"}]: dispatch 2024-02-15T18:18:51.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:51.127528+0000 mon.smithi043 (mon.0) 213 : audit [INF] from='client.? 172.21.15.43:0/164570758' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8d0b62f-e846-4870-be6d-4c9b70236e2e"}]': finished 2024-02-15T18:18:51.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:51.127567+0000 mon.smithi043 (mon.0) 214 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-15T18:18:51.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:51.127658+0000 mon.smithi043 (mon.0) 215 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:18:51.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:51.275325+0000 mon.smithi043 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:18:51.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:51.281974+0000 mon.smithi043 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:18:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:51.124341+0000 mon.smithi043 (mon.0) 212 : audit [INF] from='client.? 172.21.15.43:0/164570758' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8d0b62f-e846-4870-be6d-4c9b70236e2e"}]: dispatch 2024-02-15T18:18:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:51.127528+0000 mon.smithi043 (mon.0) 213 : audit [INF] from='client.? 172.21.15.43:0/164570758' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8d0b62f-e846-4870-be6d-4c9b70236e2e"}]': finished 2024-02-15T18:18:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:51.127567+0000 mon.smithi043 (mon.0) 214 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-15T18:18:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:51.127658+0000 mon.smithi043 (mon.0) 215 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:18:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:51.275325+0000 mon.smithi043 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:18:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:51.281974+0000 mon.smithi043 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:18:52.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:51.148832+0000 mgr.smithi043.oyulcz (mgr.14164) 76 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:52.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:51.579952+0000 mon.smithi043 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.43:0/3232655709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:18:52.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:51.148832+0000 mgr.smithi043.oyulcz (mgr.14164) 76 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:52.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:51.579952+0000 mon.smithi043 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.43:0/3232655709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:18:53.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:52.709208+0000 mon.smithi043 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:53.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:52.709704+0000 mgr.smithi043.oyulcz (mgr.14164) 77 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.conf 2024-02-15T18:18:53.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:52.727512+0000 mon.smithi043 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:53.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:52.730221+0000 mon.smithi043 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:53.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:52.732794+0000 mon.smithi043 (mon.0) 222 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:18:53.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:52.733342+0000 mon.smithi043 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:18:53.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:52.733837+0000 mon.smithi043 (mon.0) 224 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:54.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:52.709208+0000 mon.smithi043 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:54.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:52.709704+0000 mgr.smithi043.oyulcz (mgr.14164) 77 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.conf 2024-02-15T18:18:54.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:52.727512+0000 mon.smithi043 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:54.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:52.730221+0000 mon.smithi043 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:54.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:52.732794+0000 mon.smithi043 (mon.0) 222 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:18:54.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:52.733342+0000 mon.smithi043 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:18:54.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:52.733837+0000 mon.smithi043 (mon.0) 224 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:54.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:52.732551+0000 mgr.smithi043.oyulcz (mgr.14164) 78 : cephadm [INF] Reconfiguring mon.smithi043 (unknown last config time)... 2024-02-15T18:18:54.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:52.734280+0000 mgr.smithi043.oyulcz (mgr.14164) 79 : cephadm [INF] Reconfiguring daemon mon.smithi043 on smithi043 2024-02-15T18:18:54.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:53.149161+0000 mgr.smithi043.oyulcz (mgr.14164) 80 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:54.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:52.732551+0000 mgr.smithi043.oyulcz (mgr.14164) 78 : cephadm [INF] Reconfiguring mon.smithi043 (unknown last config time)... 2024-02-15T18:18:54.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:52.734280+0000 mgr.smithi043.oyulcz (mgr.14164) 79 : cephadm [INF] Reconfiguring daemon mon.smithi043 on smithi043 2024-02-15T18:18:54.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:53.149161+0000 mgr.smithi043.oyulcz (mgr.14164) 80 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:56.859 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:55.149470+0000 mgr.smithi043.oyulcz (mgr.14164) 81 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:56.859 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:56.214061+0000 mon.smithi043 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:56.859 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:56.215052+0000 mon.smithi043 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.oyulcz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:18:56.859 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:56.215863+0000 mon.smithi043 (mon.0) 227 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:18:56.859 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:56.216541+0000 mon.smithi043 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:57.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:55.149470+0000 mgr.smithi043.oyulcz (mgr.14164) 81 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:57.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:56.214061+0000 mon.smithi043 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:18:57.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:56.215052+0000 mon.smithi043 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.oyulcz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:18:57.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:56.215863+0000 mon.smithi043 (mon.0) 227 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:18:57.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:56.216541+0000 mon.smithi043 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:57.876 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:56.214718+0000 mgr.smithi043.oyulcz (mgr.14164) 82 : cephadm [INF] Reconfiguring mgr.smithi043.oyulcz (unknown last config time)... 2024-02-15T18:18:57.877 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:56.217162+0000 mgr.smithi043.oyulcz (mgr.14164) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi043.oyulcz on smithi043 2024-02-15T18:18:58.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:56.214718+0000 mgr.smithi043.oyulcz (mgr.14164) 82 : cephadm [INF] Reconfiguring mgr.smithi043.oyulcz (unknown last config time)... 2024-02-15T18:18:58.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:56.217162+0000 mgr.smithi043.oyulcz (mgr.14164) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi043.oyulcz on smithi043 2024-02-15T18:18:59.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:57.149716+0000 mgr.smithi043.oyulcz (mgr.14164) 84 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:59.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:57.897153+0000 mon.smithi043 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T18:18:59.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:57.897797+0000 mon.smithi043 (mon.0) 230 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:57.149716+0000 mgr.smithi043.oyulcz (mgr.14164) 84 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:18:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:57.897153+0000 mon.smithi043 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T18:18:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:57.897797+0000 mon.smithi043 (mon.0) 230 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:59.808 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:57.898346+0000 mgr.smithi043.oyulcz (mgr.14164) 85 : cephadm [INF] Deploying daemon osd.0 on smithi043 2024-02-15T18:18:59.808 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:18:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:18:59.226067+0000 mon.smithi043 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:00.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:57.898346+0000 mgr.smithi043.oyulcz (mgr.14164) 85 : cephadm [INF] Deploying daemon osd.0 on smithi043 2024-02-15T18:19:00.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:18:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:18:59.226067+0000 mon.smithi043 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:00.946 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:18:59.150043+0000 mgr.smithi043.oyulcz (mgr.14164) 86 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:00.947 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:59.226745+0000 mgr.smithi043.oyulcz (mgr.14164) 87 : cephadm [INF] Reconfiguring alertmanager.smithi043 (dependencies changed)... 2024-02-15T18:19:00.947 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:18:59.229160+0000 mgr.smithi043.oyulcz (mgr.14164) 88 : cephadm [INF] Reconfiguring daemon alertmanager.smithi043 on smithi043 2024-02-15T18:19:01.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:18:59.150043+0000 mgr.smithi043.oyulcz (mgr.14164) 86 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:01.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:59.226745+0000 mgr.smithi043.oyulcz (mgr.14164) 87 : cephadm [INF] Reconfiguring alertmanager.smithi043 (dependencies changed)... 2024-02-15T18:19:01.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:18:59.229160+0000 mgr.smithi043.oyulcz (mgr.14164) 88 : cephadm [INF] Reconfiguring daemon alertmanager.smithi043 on smithi043 2024-02-15T18:19:02.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:01.150422+0000 mgr.smithi043.oyulcz (mgr.14164) 89 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:02.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:01.150422+0000 mgr.smithi043.oyulcz (mgr.14164) 89 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:03.013 INFO:teuthology.orchestra.run.smithi043.stdout:Created osd(s) 0 on host 'smithi043' 2024-02-15T18:19:04.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:03.007206+0000 mon.smithi043 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:04.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:03.011650+0000 mon.smithi043 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:04.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:03.150800+0000 mgr.smithi043.oyulcz (mgr.14164) 90 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:04.457 DEBUG:teuthology.orchestra.run.smithi043:osd.0> sudo journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.0.service 2024-02-15T18:19:04.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:03.007206+0000 mon.smithi043 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:04.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:03.011650+0000 mon.smithi043 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:04.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:03.150800+0000 mgr.smithi043.oyulcz (mgr.14164) 90 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:04.461 INFO:tasks.cephadm:Deploying osd.1 on smithi043 with /dev/vg_nvme/lv_3... 2024-02-15T18:19:04.461 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-15T18:19:04.494 INFO:journalctl@ceph.osd.0.smithi043.stdout:-- Logs begin at Thu 2024-02-15 18:07:15 UTC. -- 2024-02-15T18:19:06.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:05.151105+0000 mgr.smithi043.oyulcz (mgr.14164) 91 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:06.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:06.081430+0000 mon.smithi043 (mon.0) 234 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/472223135,v1:172.21.15.43:6803/472223135]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T18:19:06.475 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:05.151105+0000 mgr.smithi043.oyulcz (mgr.14164) 91 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:06.476 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:06.081430+0000 mon.smithi043 (mon.0) 234 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/472223135,v1:172.21.15.43:6803/472223135]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T18:19:06.476 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:19:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.0[44439]: debug 2024-02-15T18:19:06.077+0000 7f0827a52080 -1 osd.0 0 log_to_monitors {default=true} 2024-02-15T18:19:07.254 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:19:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.0[44439]: debug 2024-02-15T18:19:07.210+0000 7f081dfb5700 -1 osd.0 0 waiting for initial osdmap 2024-02-15T18:19:07.255 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:19:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.0[44439]: debug 2024-02-15T18:19:07.214+0000 7f081a731700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-15T18:19:07.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:06.206505+0000 mon.smithi043 (mon.0) 235 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/472223135,v1:172.21.15.43:6803/472223135]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T18:19:07.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:06.206548+0000 mon.smithi043 (mon.0) 236 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-15T18:19:07.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:06.206826+0000 mon.smithi043 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:19:07.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:06.207193+0000 mon.smithi043 (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/472223135,v1:172.21.15.43:6803/472223135]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:19:07.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:06.206505+0000 mon.smithi043 (mon.0) 235 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/472223135,v1:172.21.15.43:6803/472223135]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T18:19:07.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:06.206548+0000 mon.smithi043 (mon.0) 236 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-15T18:19:07.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:06.206826+0000 mon.smithi043 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:19:07.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:06.207193+0000 mon.smithi043 (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/472223135,v1:172.21.15.43:6803/472223135]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:19:08.395 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-15T18:19:08.395 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-15T18:19:08.395 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 10+0 records in 2024-02-15T18:19:08.395 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2024-02-15T18:19:08.395 INFO:teuthology.orchestra.run.smithi043.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00830218 s, 1.3 GB/s 2024-02-15T18:19:08.396 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping successful for: 2024-02-15T18:19:08.467 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:07.151462+0000 mgr.smithi043.oyulcz (mgr.14164) 92 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:08.467 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:07.208286+0000 mon.smithi043 (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/472223135,v1:172.21.15.43:6803/472223135]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2024-02-15T18:19:08.467 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:07.208369+0000 mon.smithi043 (mon.0) 240 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-15T18:19:08.467 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:07.208494+0000 mon.smithi043 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:19:08.467 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:07.212918+0000 mon.smithi043 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:19:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:07.151462+0000 mgr.smithi043.oyulcz (mgr.14164) 92 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:07.208286+0000 mon.smithi043 (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/472223135,v1:172.21.15.43:6803/472223135]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2024-02-15T18:19:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:07.208369+0000 mon.smithi043 (mon.0) 240 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-15T18:19:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:07.208494+0000 mon.smithi043 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:19:08.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:07.212918+0000 mon.smithi043 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:19:09.322 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi043:vg_nvme/lv_3 2024-02-15T18:19:09.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:07.037757+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:19:09.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:07.037944+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:19:09.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:08.213617+0000 mon.smithi043 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:19:09.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:08.216410+0000 mon.smithi043 (mon.0) 244 : cluster [INF] osd.0 [v2:172.21.15.43:6802/472223135,v1:172.21.15.43:6803/472223135] boot 2024-02-15T18:19:09.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:08.216438+0000 mon.smithi043 (mon.0) 245 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-15T18:19:09.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:08.216670+0000 mon.smithi043 (mon.0) 246 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:19:09.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:07.037757+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:19:09.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:07.037944+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:19:09.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:08.213617+0000 mon.smithi043 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:19:09.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:08.216410+0000 mon.smithi043 (mon.0) 244 : cluster [INF] osd.0 [v2:172.21.15.43:6802/472223135,v1:172.21.15.43:6803/472223135] boot 2024-02-15T18:19:09.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:08.216438+0000 mon.smithi043 (mon.0) 245 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-15T18:19:09.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:08.216670+0000 mon.smithi043 (mon.0) 246 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:19:10.377 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:09.151973+0000 mgr.smithi043.oyulcz (mgr.14164) 93 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:10.378 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:09.220400+0000 mon.smithi043 (mon.0) 247 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-15T18:19:10.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:09.151973+0000 mgr.smithi043.oyulcz (mgr.14164) 93 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:19:10.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:09.220400+0000 mon.smithi043 (mon.0) 247 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-15T18:19:11.294 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:10.245275+0000 mon.smithi043 (mon.0) 248 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:11.294 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:10.245785+0000 mgr.smithi043.oyulcz (mgr.14164) 94 : cephadm [INF] Reconfiguring crash.smithi043 (monmap changed)... 2024-02-15T18:19:11.295 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:10.246044+0000 mon.smithi043 (mon.0) 249 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi043", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:19:11.295 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:10.246697+0000 mon.smithi043 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:11.295 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:10.247166+0000 mgr.smithi043.oyulcz (mgr.14164) 95 : cephadm [INF] Reconfiguring daemon crash.smithi043 on smithi043 2024-02-15T18:19:11.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:10.245275+0000 mon.smithi043 (mon.0) 248 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:11.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:10.245785+0000 mgr.smithi043.oyulcz (mgr.14164) 94 : cephadm [INF] Reconfiguring crash.smithi043 (monmap changed)... 2024-02-15T18:19:11.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:10.246044+0000 mon.smithi043 (mon.0) 249 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi043", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:19:11.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:10.246697+0000 mon.smithi043 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:11.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:10.247166+0000 mgr.smithi043.oyulcz (mgr.14164) 95 : cephadm [INF] Reconfiguring daemon crash.smithi043 on smithi043 2024-02-15T18:19:12.444 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:11.152268+0000 mgr.smithi043.oyulcz (mgr.14164) 96 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:12.444 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:11.915311+0000 mon.smithi043 (mon.0) 251 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:19:12.444 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:11.916649+0000 mon.smithi043 (mon.0) 252 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:19:12.444 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:11.917264+0000 mon.smithi043 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:12.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:11.152268+0000 mgr.smithi043.oyulcz (mgr.14164) 96 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:12.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:11.915311+0000 mon.smithi043 (mon.0) 251 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:19:12.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:11.916649+0000 mon.smithi043 (mon.0) 252 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:19:12.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:11.917264+0000 mon.smithi043 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:13.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:11.914527+0000 mgr.smithi043.oyulcz (mgr.14164) 97 : audit [DBG] from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:13.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:12.489426+0000 mon.smithi043 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:13.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:12.489963+0000 mgr.smithi043.oyulcz (mgr.14164) 98 : cephadm [INF] Reconfiguring grafana.smithi043 (dependencies changed)... 2024-02-15T18:19:13.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:12.494217+0000 mgr.smithi043.oyulcz (mgr.14164) 99 : cephadm [INF] Reconfiguring daemon grafana.smithi043 on smithi043 2024-02-15T18:19:13.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:11.914527+0000 mgr.smithi043.oyulcz (mgr.14164) 97 : audit [DBG] from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:13.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:12.489426+0000 mon.smithi043 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:13.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:12.489963+0000 mgr.smithi043.oyulcz (mgr.14164) 98 : cephadm [INF] Reconfiguring grafana.smithi043 (dependencies changed)... 2024-02-15T18:19:13.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:12.494217+0000 mgr.smithi043.oyulcz (mgr.14164) 99 : cephadm [INF] Reconfiguring daemon grafana.smithi043 on smithi043 2024-02-15T18:19:14.700 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:13.152540+0000 mgr.smithi043.oyulcz (mgr.14164) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:14.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:13.152540+0000 mgr.smithi043.oyulcz (mgr.14164) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:16.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:15.152930+0000 mgr.smithi043.oyulcz (mgr.14164) 101 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:16.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:15.152930+0000 mgr.smithi043.oyulcz (mgr.14164) 101 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:18.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:17.153368+0000 mgr.smithi043.oyulcz (mgr.14164) 102 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:18.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:17.445936+0000 mon.smithi043 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:18.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:17.446595+0000 mgr.smithi043.oyulcz (mgr.14164) 103 : cephadm [INF] Reconfiguring prometheus.smithi043 (dependencies changed)... 2024-02-15T18:19:18.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:17.448878+0000 mgr.smithi043.oyulcz (mgr.14164) 104 : cephadm [INF] Reconfiguring daemon prometheus.smithi043 on smithi043 2024-02-15T18:19:18.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:17.153368+0000 mgr.smithi043.oyulcz (mgr.14164) 102 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:18.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:17.445936+0000 mon.smithi043 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:18.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:17.446595+0000 mgr.smithi043.oyulcz (mgr.14164) 103 : cephadm [INF] Reconfiguring prometheus.smithi043 (dependencies changed)... 2024-02-15T18:19:18.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:17.448878+0000 mgr.smithi043.oyulcz (mgr.14164) 104 : cephadm [INF] Reconfiguring daemon prometheus.smithi043 on smithi043 2024-02-15T18:19:19.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:18.493083+0000 mon.smithi043 (mon.0) 256 : audit [INF] from='client.? 172.21.15.43:0/181946318' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18d528cd-13f5-425a-a03d-2c921a0a8abd"}]: dispatch 2024-02-15T18:19:19.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:18.496136+0000 mon.smithi043 (mon.0) 257 : audit [INF] from='client.? 172.21.15.43:0/181946318' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18d528cd-13f5-425a-a03d-2c921a0a8abd"}]': finished 2024-02-15T18:19:19.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:18.496176+0000 mon.smithi043 (mon.0) 258 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-15T18:19:19.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:18.496268+0000 mon.smithi043 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:19.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:18.926730+0000 mon.smithi043 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.43:0/3590959241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:19:19.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:18.493083+0000 mon.smithi043 (mon.0) 256 : audit [INF] from='client.? 172.21.15.43:0/181946318' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18d528cd-13f5-425a-a03d-2c921a0a8abd"}]: dispatch 2024-02-15T18:19:19.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:18.496136+0000 mon.smithi043 (mon.0) 257 : audit [INF] from='client.? 172.21.15.43:0/181946318' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18d528cd-13f5-425a-a03d-2c921a0a8abd"}]': finished 2024-02-15T18:19:19.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:18.496176+0000 mon.smithi043 (mon.0) 258 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-15T18:19:19.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:18.496268+0000 mon.smithi043 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:19.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:18.926730+0000 mon.smithi043 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.43:0/3590959241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:19:20.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:19.153781+0000 mgr.smithi043.oyulcz (mgr.14164) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:20.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:19.153781+0000 mgr.smithi043.oyulcz (mgr.14164) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:22.587 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:21.154092+0000 mgr.smithi043.oyulcz (mgr.14164) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:22.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:21.154092+0000 mgr.smithi043.oyulcz (mgr.14164) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:24.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:23.154493+0000 mgr.smithi043.oyulcz (mgr.14164) 107 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:24.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:23.154493+0000 mgr.smithi043.oyulcz (mgr.14164) 107 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:26.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:25.154938+0000 mgr.smithi043.oyulcz (mgr.14164) 108 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:26.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:25.154938+0000 mgr.smithi043.oyulcz (mgr.14164) 108 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:28.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:27.155309+0000 mgr.smithi043.oyulcz (mgr.14164) 109 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:28.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:27.203386+0000 mon.smithi043 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:28.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:27.203836+0000 mgr.smithi043.oyulcz (mgr.14164) 110 : cephadm [INF] Reconfiguring crash.smithi164 (monmap changed)... 2024-02-15T18:19:28.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:27.204057+0000 mon.smithi043 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi164", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:19:28.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:27.204675+0000 mon.smithi043 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:28.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:27.205111+0000 mgr.smithi043.oyulcz (mgr.14164) 111 : cephadm [INF] Reconfiguring daemon crash.smithi164 on smithi164 2024-02-15T18:19:28.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:27.155309+0000 mgr.smithi043.oyulcz (mgr.14164) 109 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:28.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:27.203386+0000 mon.smithi043 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:28.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:27.203836+0000 mgr.smithi043.oyulcz (mgr.14164) 110 : cephadm [INF] Reconfiguring crash.smithi164 (monmap changed)... 2024-02-15T18:19:28.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:27.204057+0000 mon.smithi043 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi164", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:19:28.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:27.204675+0000 mon.smithi043 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:28.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:27.205111+0000 mgr.smithi043.oyulcz (mgr.14164) 111 : cephadm [INF] Reconfiguring daemon crash.smithi164 on smithi164 2024-02-15T18:19:29.306 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:28.560641+0000 mon.smithi043 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T18:19:29.306 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:28.561283+0000 mon.smithi043 (mon.0) 265 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:29.307 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:28.561800+0000 mgr.smithi043.oyulcz (mgr.14164) 112 : cephadm [INF] Deploying daemon osd.1 on smithi043 2024-02-15T18:19:29.307 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:28.654617+0000 mon.smithi043 (mon.0) 266 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:29.307 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:28.655118+0000 mgr.smithi043.oyulcz (mgr.14164) 113 : cephadm [INF] Reconfiguring mgr.smithi164.shzocc (monmap changed)... 2024-02-15T18:19:29.307 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:28.655359+0000 mon.smithi043 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.shzocc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:19:29.307 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:28.656019+0000 mon.smithi043 (mon.0) 268 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:19:29.307 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:28.656558+0000 mon.smithi043 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:29.307 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:28.657021+0000 mgr.smithi043.oyulcz (mgr.14164) 114 : cephadm [INF] Reconfiguring daemon mgr.smithi164.shzocc on smithi164 2024-02-15T18:19:29.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:28.560641+0000 mon.smithi043 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T18:19:29.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:28.561283+0000 mon.smithi043 (mon.0) 265 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:29.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:28.561800+0000 mgr.smithi043.oyulcz (mgr.14164) 112 : cephadm [INF] Deploying daemon osd.1 on smithi043 2024-02-15T18:19:29.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:28.654617+0000 mon.smithi043 (mon.0) 266 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:29.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:28.655118+0000 mgr.smithi043.oyulcz (mgr.14164) 113 : cephadm [INF] Reconfiguring mgr.smithi164.shzocc (monmap changed)... 2024-02-15T18:19:29.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:28.655359+0000 mon.smithi043 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.shzocc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:19:29.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:28.656019+0000 mon.smithi043 (mon.0) 268 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:19:29.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:28.656558+0000 mon.smithi043 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:29.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:28.657021+0000 mgr.smithi043.oyulcz (mgr.14164) 114 : cephadm [INF] Reconfiguring daemon mgr.smithi164.shzocc on smithi164 2024-02-15T18:19:30.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:29.155547+0000 mgr.smithi043.oyulcz (mgr.14164) 115 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:30.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:30.180476+0000 mon.smithi043 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:30.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:30.181323+0000 mon.smithi043 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:19:30.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:30.182006+0000 mon.smithi043 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:19:30.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:30.182653+0000 mon.smithi043 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:31.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:29.155547+0000 mgr.smithi043.oyulcz (mgr.14164) 115 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:31.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:30.180476+0000 mon.smithi043 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:31.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:30.181323+0000 mon.smithi043 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:19:31.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:30.182006+0000 mon.smithi043 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:19:31.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:30.182653+0000 mon.smithi043 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:31.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:30.181056+0000 mgr.smithi043.oyulcz (mgr.14164) 116 : cephadm [INF] Reconfiguring mon.smithi164 (monmap changed)... 2024-02-15T18:19:31.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:30.183217+0000 mgr.smithi043.oyulcz (mgr.14164) 117 : cephadm [INF] Reconfiguring daemon mon.smithi164 on smithi164 2024-02-15T18:19:31.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:30.181056+0000 mgr.smithi043.oyulcz (mgr.14164) 116 : cephadm [INF] Reconfiguring mon.smithi164 (monmap changed)... 2024-02-15T18:19:31.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:30.183217+0000 mgr.smithi043.oyulcz (mgr.14164) 117 : cephadm [INF] Reconfiguring daemon mon.smithi164 on smithi164 2024-02-15T18:19:32.327 INFO:teuthology.orchestra.run.smithi043.stdout:Created osd(s) 1 on host 'smithi043' 2024-02-15T18:19:32.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:31.155830+0000 mgr.smithi043.oyulcz (mgr.14164) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:31.707648+0000 mon.smithi043 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:31.710062+0000 mon.smithi043 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:31.710396+0000 mgr.smithi043.oyulcz (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.322205+0000 mon.smithi043 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.325717+0000 mon.smithi043 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.337014+0000 mon.smithi043 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.43:9093"}]: dispatch 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.341012+0000 mon.smithi043 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.343672+0000 mon.smithi043 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.348741+0000 mon.smithi043 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.43:3000"}]: dispatch 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.352426+0000 mon.smithi043 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:32.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.357583+0000 mon.smithi043 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:19:32.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.362085+0000 mon.smithi043 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.43:9095"}]: dispatch 2024-02-15T18:19:32.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.366130+0000 mon.smithi043 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:32.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.367661+0000 mon.smithi043 (mon.0) 286 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:32.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.368633+0000 mon.smithi043 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:32.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.369441+0000 mon.smithi043 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:19:33.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:31.155830+0000 mgr.smithi043.oyulcz (mgr.14164) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:33.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:31.707648+0000 mon.smithi043 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:33.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:31.710062+0000 mon.smithi043 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:19:33.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:31.710396+0000 mgr.smithi043.oyulcz (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.322205+0000 mon.smithi043 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.325717+0000 mon.smithi043 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.337014+0000 mon.smithi043 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.43:9093"}]: dispatch 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.341012+0000 mon.smithi043 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.343672+0000 mon.smithi043 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.348741+0000 mon.smithi043 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.43:3000"}]: dispatch 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.352426+0000 mon.smithi043 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.357583+0000 mon.smithi043 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.362085+0000 mon.smithi043 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.43:9095"}]: dispatch 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.366130+0000 mon.smithi043 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.367661+0000 mon.smithi043 (mon.0) 286 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.368633+0000 mon.smithi043 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.369441+0000 mon.smithi043 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:19:33.028 DEBUG:teuthology.orchestra.run.smithi043:osd.1> sudo journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.1.service 2024-02-15T18:19:33.031 INFO:tasks.cephadm:Deploying osd.2 on smithi043 with /dev/vg_nvme/lv_2... 2024-02-15T18:19:33.031 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-15T18:19:33.062 INFO:journalctl@ceph.osd.1.smithi043.stdout:-- Logs begin at Thu 2024-02-15 18:07:15 UTC. -- 2024-02-15T18:19:33.814 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.337359+0000 mgr.smithi043.oyulcz (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.43:9093"}]: dispatch 2024-02-15T18:19:33.814 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.344062+0000 mgr.smithi043.oyulcz (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:19:33.814 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.349003+0000 mgr.smithi043.oyulcz (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.43:3000"}]: dispatch 2024-02-15T18:19:33.814 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.357968+0000 mgr.smithi043.oyulcz (mgr.14164) 123 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:19:33.814 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:32.362391+0000 mgr.smithi043.oyulcz (mgr.14164) 124 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.43:9095"}]: dispatch 2024-02-15T18:19:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.337359+0000 mgr.smithi043.oyulcz (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.43:9093"}]: dispatch 2024-02-15T18:19:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.344062+0000 mgr.smithi043.oyulcz (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:19:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.349003+0000 mgr.smithi043.oyulcz (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.43:3000"}]: dispatch 2024-02-15T18:19:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.357968+0000 mgr.smithi043.oyulcz (mgr.14164) 123 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:19:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:32.362391+0000 mgr.smithi043.oyulcz (mgr.14164) 124 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.43:9095"}]: dispatch 2024-02-15T18:19:34.919 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:33.156100+0000 mgr.smithi043.oyulcz (mgr.14164) 125 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:34.919 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:34.262940+0000 mon.smithi043 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:35.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:33.156100+0000 mgr.smithi043.oyulcz (mgr.14164) 125 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:35.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:34.262940+0000 mon.smithi043 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:35.712 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:19:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.1[47736]: debug 2024-02-15T18:19:35.445+0000 7fce0b2c8080 -1 osd.1 0 log_to_monitors {default=true} 2024-02-15T18:19:35.869 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-15T18:19:35.870 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-15T18:19:35.870 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 10+0 records in 2024-02-15T18:19:35.870 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2024-02-15T18:19:35.870 INFO:teuthology.orchestra.run.smithi043.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0090406 s, 1.2 GB/s 2024-02-15T18:19:35.870 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping successful for: 2024-02-15T18:19:36.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:35.450114+0000 mon.smithi043 (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/697998091,v1:172.21.15.43:6811/697998091]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T18:19:36.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:35.450114+0000 mon.smithi043 (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/697998091,v1:172.21.15.43:6811/697998091]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T18:19:36.601 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi043:vg_nvme/lv_2 2024-02-15T18:19:36.994 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:19:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.1[47736]: debug 2024-02-15T18:19:36.721+0000 7fce0182b700 -1 osd.1 0 waiting for initial osdmap 2024-02-15T18:19:36.995 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:19:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.1[47736]: debug 2024-02-15T18:19:36.725+0000 7fcdfc7a4700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-15T18:19:36.995 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:35.156353+0000 mgr.smithi043.oyulcz (mgr.14164) 126 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:36.995 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:35.718159+0000 mon.smithi043 (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/697998091,v1:172.21.15.43:6811/697998091]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T18:19:36.995 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:35.718203+0000 mon.smithi043 (mon.0) 292 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-15T18:19:36.995 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:35.718320+0000 mon.smithi043 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:36.995 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:35.718643+0000 mon.smithi043 (mon.0) 294 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/697998091,v1:172.21.15.43:6811/697998091]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:19:37.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:35.156353+0000 mgr.smithi043.oyulcz (mgr.14164) 126 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:37.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:35.718159+0000 mon.smithi043 (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/697998091,v1:172.21.15.43:6811/697998091]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T18:19:37.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:35.718203+0000 mon.smithi043 (mon.0) 292 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-15T18:19:37.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:35.718320+0000 mon.smithi043 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:37.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:35.718643+0000 mon.smithi043 (mon.0) 294 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/697998091,v1:172.21.15.43:6811/697998091]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:19:38.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:36.719625+0000 mon.smithi043 (mon.0) 295 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/697998091,v1:172.21.15.43:6811/697998091]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2024-02-15T18:19:38.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:36.719697+0000 mon.smithi043 (mon.0) 296 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-15T18:19:38.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:36.720040+0000 mon.smithi043 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:38.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:36.724199+0000 mon.smithi043 (mon.0) 298 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:38.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:36.719625+0000 mon.smithi043 (mon.0) 295 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/697998091,v1:172.21.15.43:6811/697998091]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2024-02-15T18:19:38.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:36.719697+0000 mon.smithi043 (mon.0) 296 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-15T18:19:38.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:36.720040+0000 mon.smithi043 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:38.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:36.724199+0000 mon.smithi043 (mon.0) 298 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:39.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:36.490367+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:19:39.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:36.490568+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:19:39.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:37.156637+0000 mgr.smithi043.oyulcz (mgr.14164) 127 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:39.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:37.724825+0000 mon.smithi043 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:39.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:37.728745+0000 mon.smithi043 (mon.0) 300 : cluster [INF] osd.1 [v2:172.21.15.43:6810/697998091,v1:172.21.15.43:6811/697998091] boot 2024-02-15T18:19:39.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:37.728788+0000 mon.smithi043 (mon.0) 301 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-15T18:19:39.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:37.729083+0000 mon.smithi043 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:39.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:36.490367+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:19:39.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:36.490568+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:19:39.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:37.156637+0000 mgr.smithi043.oyulcz (mgr.14164) 127 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:19:39.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:37.724825+0000 mon.smithi043 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:39.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:37.728745+0000 mon.smithi043 (mon.0) 300 : cluster [INF] osd.1 [v2:172.21.15.43:6810/697998091,v1:172.21.15.43:6811/697998091] boot 2024-02-15T18:19:39.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:37.728788+0000 mon.smithi043 (mon.0) 301 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-15T18:19:39.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:37.729083+0000 mon.smithi043 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:19:40.177 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:38.825585+0000 mon.smithi043 (mon.0) 303 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-15T18:19:40.177 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:39.156897+0000 mgr.smithi043.oyulcz (mgr.14164) 128 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:40.177 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:39.401401+0000 mgr.smithi043.oyulcz (mgr.14164) 129 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:40.178 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:39.402125+0000 mon.smithi043 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:19:40.178 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:39.403360+0000 mon.smithi043 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:19:40.178 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:39.403911+0000 mon.smithi043 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:40.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:38.825585+0000 mon.smithi043 (mon.0) 303 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-15T18:19:40.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:39.156897+0000 mgr.smithi043.oyulcz (mgr.14164) 128 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:40.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:39.401401+0000 mgr.smithi043.oyulcz (mgr.14164) 129 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:40.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:39.402125+0000 mon.smithi043 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:19:40.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:39.403360+0000 mon.smithi043 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:19:40.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:39.403911+0000 mon.smithi043 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:42.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:41.157306+0000 mgr.smithi043.oyulcz (mgr.14164) 130 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:42.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:41.493317+0000 mon.smithi043 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:42.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:41.157306+0000 mgr.smithi043.oyulcz (mgr.14164) 130 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:42.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:41.493317+0000 mon.smithi043 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:43.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:42.722303+0000 mon.smithi043 (mon.0) 308 : audit [INF] from='client.? 172.21.15.43:0/1876335911' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d10e2ab0-819c-4302-ba35-ca5a698f5da5"}]: dispatch 2024-02-15T18:19:43.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:42.725841+0000 mon.smithi043 (mon.0) 309 : audit [INF] from='client.? 172.21.15.43:0/1876335911' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d10e2ab0-819c-4302-ba35-ca5a698f5da5"}]': finished 2024-02-15T18:19:43.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:42.725889+0000 mon.smithi043 (mon.0) 310 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-15T18:19:43.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:42.725979+0000 mon.smithi043 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:19:43.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:43.147824+0000 mon.smithi043 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.43:0/2249542759' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:19:43.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:42.722303+0000 mon.smithi043 (mon.0) 308 : audit [INF] from='client.? 172.21.15.43:0/1876335911' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d10e2ab0-819c-4302-ba35-ca5a698f5da5"}]: dispatch 2024-02-15T18:19:43.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:42.725841+0000 mon.smithi043 (mon.0) 309 : audit [INF] from='client.? 172.21.15.43:0/1876335911' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d10e2ab0-819c-4302-ba35-ca5a698f5da5"}]': finished 2024-02-15T18:19:43.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:42.725889+0000 mon.smithi043 (mon.0) 310 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-15T18:19:43.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:42.725979+0000 mon.smithi043 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:19:43.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:43.147824+0000 mon.smithi043 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.43:0/2249542759' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:19:44.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:43.157543+0000 mgr.smithi043.oyulcz (mgr.14164) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:44.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:43.157543+0000 mgr.smithi043.oyulcz (mgr.14164) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:46.659 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:45.157889+0000 mgr.smithi043.oyulcz (mgr.14164) 132 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:46.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:45.157889+0000 mgr.smithi043.oyulcz (mgr.14164) 132 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:48.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:47.158367+0000 mgr.smithi043.oyulcz (mgr.14164) 133 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:48.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:47.158367+0000 mgr.smithi043.oyulcz (mgr.14164) 133 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:49.811 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:48.652112+0000 mgr.smithi043.oyulcz (mgr.14164) 134 : cephadm [INF] Detected new or changed devices on smithi043 2024-02-15T18:19:49.811 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:48.656901+0000 mon.smithi043 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:49.811 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:48.933226+0000 mon.smithi043 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:19:49.811 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:48.933971+0000 mon.smithi043 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:19:49.811 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:48.938145+0000 mon.smithi043 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:49.811 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:48.941318+0000 mon.smithi043 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:49.812 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:48.944207+0000 mon.smithi043 (mon.0) 318 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:49.812 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:48.945093+0000 mon.smithi043 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:49.812 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:48.945637+0000 mon.smithi043 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:19:49.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:48.652112+0000 mgr.smithi043.oyulcz (mgr.14164) 134 : cephadm [INF] Detected new or changed devices on smithi043 2024-02-15T18:19:49.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:48.656901+0000 mon.smithi043 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:49.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:48.933226+0000 mon.smithi043 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:19:49.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:48.933971+0000 mon.smithi043 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:19:49.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:48.938145+0000 mon.smithi043 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:49.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:48.941318+0000 mon.smithi043 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:49.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:48.944207+0000 mon.smithi043 (mon.0) 318 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:49.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:48.945093+0000 mon.smithi043 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:49.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:48.945637+0000 mon.smithi043 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:19:50.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:48.934467+0000 mgr.smithi043.oyulcz (mgr.14164) 135 : cephadm [INF] Adjusting osd_memory_target on smithi043 to 6451M 2024-02-15T18:19:50.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:49.158651+0000 mgr.smithi043.oyulcz (mgr.14164) 136 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:50.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:49.831845+0000 mon.smithi043 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T18:19:50.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:49.832492+0000 mon.smithi043 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:51.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:48.934467+0000 mgr.smithi043.oyulcz (mgr.14164) 135 : cephadm [INF] Adjusting osd_memory_target on smithi043 to 6451M 2024-02-15T18:19:51.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:49.158651+0000 mgr.smithi043.oyulcz (mgr.14164) 136 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:51.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:49.831845+0000 mon.smithi043 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T18:19:51.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:49.832492+0000 mon.smithi043 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:19:49.832994+0000 mgr.smithi043.oyulcz (mgr.14164) 137 : cephadm [INF] Deploying daemon osd.2 on smithi043 2024-02-15T18:19:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:50.818219+0000 mon.smithi043 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:51.279597+0000 mon.smithi043 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:19:51.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:51.282961+0000 mon.smithi043 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:19:51.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:19:49.832994+0000 mgr.smithi043.oyulcz (mgr.14164) 137 : cephadm [INF] Deploying daemon osd.2 on smithi043 2024-02-15T18:19:51.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:50.818219+0000 mon.smithi043 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:51.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:51.279597+0000 mon.smithi043 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:19:51.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:51.282961+0000 mon.smithi043 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:19:52.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:51.158954+0000 mgr.smithi043.oyulcz (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:52.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:51.158954+0000 mgr.smithi043.oyulcz (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:54.091 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:53.159145+0000 mgr.smithi043.oyulcz (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:54.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:53.159145+0000 mgr.smithi043.oyulcz (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:54.265 INFO:teuthology.orchestra.run.smithi043.stdout:Created osd(s) 2 on host 'smithi043' 2024-02-15T18:19:54.953 DEBUG:teuthology.orchestra.run.smithi043:osd.2> sudo journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.2.service 2024-02-15T18:19:54.956 INFO:tasks.cephadm:Deploying osd.3 on smithi043 with /dev/vg_nvme/lv_1... 2024-02-15T18:19:54.956 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-15T18:19:54.987 INFO:journalctl@ceph.osd.2.smithi043.stdout:-- Logs begin at Thu 2024-02-15 18:07:15 UTC. -- 2024-02-15T18:19:55.574 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:54.260552+0000 mon.smithi043 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:55.574 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:54.264727+0000 mon.smithi043 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:55.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:54.260552+0000 mon.smithi043 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:55.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:54.264727+0000 mon.smithi043 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:56.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:55.159394+0000 mgr.smithi043.oyulcz (mgr.14164) 140 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:56.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:55.159394+0000 mgr.smithi043.oyulcz (mgr.14164) 140 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:57.723 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:19:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.2[51151]: debug 2024-02-15T18:19:57.357+0000 7faa839a1080 -1 osd.2 0 log_to_monitors {default=true} 2024-02-15T18:19:57.786 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-15T18:19:57.786 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-15T18:19:57.786 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 10+0 records in 2024-02-15T18:19:57.786 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2024-02-15T18:19:57.786 INFO:teuthology.orchestra.run.smithi043.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00921184 s, 1.1 GB/s 2024-02-15T18:19:57.786 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping successful for: 2024-02-15T18:19:58.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:57.159729+0000 mgr.smithi043.oyulcz (mgr.14164) 141 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:58.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:57.360451+0000 mon.smithi043 (mon.0) 328 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/428046168,v1:172.21.15.43:6819/428046168]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T18:19:58.722 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:57.159729+0000 mgr.smithi043.oyulcz (mgr.14164) 141 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:19:58.723 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:57.360451+0000 mon.smithi043 (mon.0) 328 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/428046168,v1:172.21.15.43:6819/428046168]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T18:19:58.746 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi043:vg_nvme/lv_1 2024-02-15T18:19:59.474 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:58.274846+0000 mon.smithi043 (mon.0) 329 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/428046168,v1:172.21.15.43:6819/428046168]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T18:19:59.475 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:58.274909+0000 mon.smithi043 (mon.0) 330 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-15T18:19:59.475 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:58.275020+0000 mon.smithi043 (mon.0) 331 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:19:59.475 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:58.275554+0000 mon.smithi043 (mon.0) 332 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/428046168,v1:172.21.15.43:6819/428046168]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:19:59.475 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:19:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:58.807663+0000 mon.smithi043 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:19:59.475 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:19:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.2[51151]: debug 2024-02-15T18:19:59.278+0000 7faa79f04700 -1 osd.2 0 waiting for initial osdmap 2024-02-15T18:19:59.475 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:19:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.2[51151]: debug 2024-02-15T18:19:59.283+0000 7faa75e7f700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-15T18:19:59.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:58.274846+0000 mon.smithi043 (mon.0) 329 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/428046168,v1:172.21.15.43:6819/428046168]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T18:19:59.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:58.274909+0000 mon.smithi043 (mon.0) 330 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-15T18:19:59.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:58.275020+0000 mon.smithi043 (mon.0) 331 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:19:59.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:58.275554+0000 mon.smithi043 (mon.0) 332 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/428046168,v1:172.21.15.43:6819/428046168]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:19:59.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:19:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:58.807663+0000 mon.smithi043 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:01.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:59.160151+0000 mgr.smithi043.oyulcz (mgr.14164) 142 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:20:01.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:59.275703+0000 mon.smithi043 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/428046168,v1:172.21.15.43:6819/428046168]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2024-02-15T18:20:01.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:59.275783+0000 mon.smithi043 (mon.0) 335 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-15T18:20:01.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:59.276104+0000 mon.smithi043 (mon.0) 336 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:20:01.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:19:59.280344+0000 mon.smithi043 (mon.0) 337 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:20:01.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:00.000173+0000 mon.smithi043 (mon.0) 338 : cluster [INF] overall HEALTH_OK 2024-02-15T18:20:01.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:59.160151+0000 mgr.smithi043.oyulcz (mgr.14164) 142 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:20:01.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:59.275703+0000 mon.smithi043 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/428046168,v1:172.21.15.43:6819/428046168]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2024-02-15T18:20:01.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:59.275783+0000 mon.smithi043 (mon.0) 335 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-15T18:20:01.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:59.276104+0000 mon.smithi043 (mon.0) 336 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:20:01.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:19:59.280344+0000 mon.smithi043 (mon.0) 337 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:20:01.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:00.000173+0000 mon.smithi043 (mon.0) 338 : cluster [INF] overall HEALTH_OK 2024-02-15T18:20:02.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:58.394312+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:20:02.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:19:58.394497+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:20:02.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:00.281769+0000 mon.smithi043 (mon.0) 339 : cluster [INF] osd.2 [v2:172.21.15.43:6818/428046168,v1:172.21.15.43:6819/428046168] boot 2024-02-15T18:20:02.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:00.281832+0000 mon.smithi043 (mon.0) 340 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-15T18:20:02.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:00.282482+0000 mon.smithi043 (mon.0) 341 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:20:02.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:00.282895+0000 mon.smithi043 (mon.0) 342 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-15T18:20:02.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:01.160452+0000 mgr.smithi043.oyulcz (mgr.14164) 143 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:20:02.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:01.281725+0000 mon.smithi043 (mon.0) 343 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-15T18:20:02.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:01.281770+0000 mon.smithi043 (mon.0) 344 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-15T18:20:02.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:01.282480+0000 mon.smithi043 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:20:02.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:58.394312+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:20:02.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:19:58.394497+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:20:02.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:00.281769+0000 mon.smithi043 (mon.0) 339 : cluster [INF] osd.2 [v2:172.21.15.43:6818/428046168,v1:172.21.15.43:6819/428046168] boot 2024-02-15T18:20:02.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:00.281832+0000 mon.smithi043 (mon.0) 340 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-15T18:20:02.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:00.282482+0000 mon.smithi043 (mon.0) 341 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:20:02.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:00.282895+0000 mon.smithi043 (mon.0) 342 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-15T18:20:02.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:01.160452+0000 mgr.smithi043.oyulcz (mgr.14164) 143 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:20:02.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:01.281725+0000 mon.smithi043 (mon.0) 343 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-15T18:20:02.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:01.281770+0000 mon.smithi043 (mon.0) 344 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-15T18:20:02.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:01.282480+0000 mon.smithi043 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:20:03.311 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:02.160197+0000 mgr.smithi043.oyulcz (mgr.14164) 144 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:03.312 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:02.283086+0000 mon.smithi043 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:20:03.312 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:02.283181+0000 mon.smithi043 (mon.0) 347 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-15T18:20:03.312 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:02.289339+0000 mon.smithi043 (mon.0) 348 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:20:03.312 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:02.290569+0000 mon.smithi043 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:20:03.312 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:02.291158+0000 mon.smithi043 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:03.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:02.160197+0000 mgr.smithi043.oyulcz (mgr.14164) 144 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:03.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:02.283086+0000 mon.smithi043 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:20:03.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:02.283181+0000 mon.smithi043 (mon.0) 347 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-15T18:20:03.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:02.289339+0000 mon.smithi043 (mon.0) 348 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:20:03.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:02.290569+0000 mon.smithi043 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:20:03.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:02.291158+0000 mon.smithi043 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:04.411 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:03.160747+0000 mgr.smithi043.oyulcz (mgr.14164) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:04.411 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:03.303835+0000 mon.smithi043 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:04.411 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:03.304952+0000 mgr.smithi043.oyulcz (mgr.14164) 146 : cluster [DBG] pgmap v107: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:04.411 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:03.307594+0000 mon.smithi043 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:04.411 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:03.310453+0000 mon.smithi043 (mon.0) 353 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:04.411 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:03.311277+0000 mon.smithi043 (mon.0) 354 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:04.411 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:03.311799+0000 mon.smithi043 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:04.411 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:03.827529+0000 mon.smithi043 (mon.0) 356 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T18:20:04.411 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:03.832653+0000 mon.smithi043 (mon.0) 357 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-15T18:20:04.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:03.160747+0000 mgr.smithi043.oyulcz (mgr.14164) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:04.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:03.303835+0000 mon.smithi043 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:04.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:03.304952+0000 mgr.smithi043.oyulcz (mgr.14164) 146 : cluster [DBG] pgmap v107: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:04.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:03.307594+0000 mon.smithi043 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:04.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:03.310453+0000 mon.smithi043 (mon.0) 353 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:04.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:03.311277+0000 mon.smithi043 (mon.0) 354 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:04.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:03.311799+0000 mon.smithi043 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:04.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:03.827529+0000 mon.smithi043 (mon.0) 356 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T18:20:04.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:03.832653+0000 mon.smithi043 (mon.0) 357 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-15T18:20:06.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:05.305241+0000 mgr.smithi043.oyulcz (mgr.14164) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:06.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:05.341747+0000 mon.smithi043 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:06.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:05.420590+0000 mon.smithi043 (mon.0) 359 : audit [INF] from='client.? 172.21.15.43:0/2141445438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e3ab52b-d8c5-428c-919c-7f9753d8ec36"}]: dispatch 2024-02-15T18:20:06.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:05.423994+0000 mon.smithi043 (mon.0) 360 : audit [INF] from='client.? 172.21.15.43:0/2141445438' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e3ab52b-d8c5-428c-919c-7f9753d8ec36"}]': finished 2024-02-15T18:20:06.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:05.424032+0000 mon.smithi043 (mon.0) 361 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-15T18:20:06.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:05.424135+0000 mon.smithi043 (mon.0) 362 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:06.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:05.863336+0000 mon.smithi043 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.43:0/4065730508' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:20:06.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:05.305241+0000 mgr.smithi043.oyulcz (mgr.14164) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:06.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:05.341747+0000 mon.smithi043 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:06.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:05.420590+0000 mon.smithi043 (mon.0) 359 : audit [INF] from='client.? 172.21.15.43:0/2141445438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e3ab52b-d8c5-428c-919c-7f9753d8ec36"}]: dispatch 2024-02-15T18:20:06.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:05.423994+0000 mon.smithi043 (mon.0) 360 : audit [INF] from='client.? 172.21.15.43:0/2141445438' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e3ab52b-d8c5-428c-919c-7f9753d8ec36"}]': finished 2024-02-15T18:20:06.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:05.424032+0000 mon.smithi043 (mon.0) 361 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-15T18:20:06.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:05.424135+0000 mon.smithi043 (mon.0) 362 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:06.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:05.863336+0000 mon.smithi043 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.43:0/4065730508' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:20:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:07.305625+0000 mgr.smithi043.oyulcz (mgr.14164) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:08.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:07.305625+0000 mgr.smithi043.oyulcz (mgr.14164) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:10.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:09.160576+0000 mon.smithi043 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:10.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:09.305994+0000 mgr.smithi043.oyulcz (mgr.14164) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:10.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:09.160576+0000 mon.smithi043 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:10.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:09.305994+0000 mgr.smithi043.oyulcz (mgr.14164) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:12.684 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:11.306402+0000 mgr.smithi043.oyulcz (mgr.14164) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:12.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:11.306402+0000 mgr.smithi043.oyulcz (mgr.14164) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:13.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:12.707836+0000 mon.smithi043 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T18:20:13.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:12.708573+0000 mon.smithi043 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:13.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:20:12.709126+0000 mgr.smithi043.oyulcz (mgr.14164) 151 : cephadm [INF] Deploying daemon osd.3 on smithi043 2024-02-15T18:20:13.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:12.707836+0000 mon.smithi043 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T18:20:13.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:12.708573+0000 mon.smithi043 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:13.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:20:12.709126+0000 mgr.smithi043.oyulcz (mgr.14164) 151 : cephadm [INF] Deploying daemon osd.3 on smithi043 2024-02-15T18:20:14.593 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:13.306743+0000 mgr.smithi043.oyulcz (mgr.14164) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:14.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:13.306743+0000 mgr.smithi043.oyulcz (mgr.14164) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:16.104 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:20:15.009330+0000 mgr.smithi043.oyulcz (mgr.14164) 153 : cephadm [INF] Detected new or changed devices on smithi043 2024-02-15T18:20:16.104 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:15.013913+0000 mon.smithi043 (mon.0) 367 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:16.104 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:15.014782+0000 mgr.smithi043.oyulcz (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:16.104 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:15.017290+0000 mon.smithi043 (mon.0) 368 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:16.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:20:15.009330+0000 mgr.smithi043.oyulcz (mgr.14164) 153 : cephadm [INF] Detected new or changed devices on smithi043 2024-02-15T18:20:16.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:15.013913+0000 mon.smithi043 (mon.0) 367 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:16.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:15.014782+0000 mgr.smithi043.oyulcz (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:16.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:15.017290+0000 mon.smithi043 (mon.0) 368 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:17.209 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:16.012166+0000 mon.smithi043 (mon.0) 369 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-15T18:20:17.210 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:16.012194+0000 mon.smithi043 (mon.0) 370 : cluster [INF] Cluster is now healthy 2024-02-15T18:20:17.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:16.012166+0000 mon.smithi043 (mon.0) 369 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-15T18:20:17.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:16.012194+0000 mon.smithi043 (mon.0) 370 : cluster [INF] Cluster is now healthy 2024-02-15T18:20:18.001 INFO:teuthology.orchestra.run.smithi043.stdout:Created osd(s) 3 on host 'smithi043' 2024-02-15T18:20:18.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:17.015258+0000 mgr.smithi043.oyulcz (mgr.14164) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:18.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:17.990261+0000 mon.smithi043 (mon.0) 371 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:18.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:17.991911+0000 mon.smithi043 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:18.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:17.994055+0000 mon.smithi043 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:18.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:17.994314+0000 mon.smithi043 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:18.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:17.999122+0000 mon.smithi043 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:18.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:17.015258+0000 mgr.smithi043.oyulcz (mgr.14164) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:17.990261+0000 mon.smithi043 (mon.0) 371 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:17.991911+0000 mon.smithi043 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:17.994055+0000 mon.smithi043 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:17.994314+0000 mon.smithi043 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:17.999122+0000 mon.smithi043 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:18.676 DEBUG:teuthology.orchestra.run.smithi043:osd.3> sudo journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.3.service 2024-02-15T18:20:18.679 INFO:tasks.cephadm:Deploying osd.4 on smithi164 with /dev/vg_nvme/lv_4... 2024-02-15T18:20:18.679 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-15T18:20:18.710 INFO:journalctl@ceph.osd.3.smithi043.stdout:-- Logs begin at Thu 2024-02-15 18:07:15 UTC. -- 2024-02-15T18:20:20.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:19.015573+0000 mgr.smithi043.oyulcz (mgr.14164) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:20.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:19.015573+0000 mgr.smithi043.oyulcz (mgr.14164) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:21.085 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-15T18:20:21.085 INFO:teuthology.orchestra.run.smithi164.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-15T18:20:21.085 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10+0 records in 2024-02-15T18:20:21.085 INFO:teuthology.orchestra.run.smithi164.stderr:10+0 records out 2024-02-15T18:20:21.085 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111246 s, 943 MB/s 2024-02-15T18:20:21.086 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping successful for: 2024-02-15T18:20:21.509 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:20:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.3[54768]: debug 2024-02-15T18:20:21.135+0000 7f27d6871080 -1 osd.3 0 log_to_monitors {default=true} 2024-02-15T18:20:21.783 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi164:vg_nvme/lv_4 2024-02-15T18:20:22.289 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:21.015804+0000 mgr.smithi043.oyulcz (mgr.14164) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:22.289 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:21.139781+0000 mon.smithi043 (mon.0) 376 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/2679355161,v1:172.21.15.43:6827/2679355161]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T18:20:22.299 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:21.015804+0000 mgr.smithi043.oyulcz (mgr.14164) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:22.299 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:21.139781+0000 mon.smithi043 (mon.0) 376 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/2679355161,v1:172.21.15.43:6827/2679355161]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T18:20:23.368 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:20:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.3[54768]: debug 2024-02-15T18:20:23.036+0000 7f27ccdd4700 -1 osd.3 0 waiting for initial osdmap 2024-02-15T18:20:23.368 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:20:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.3[54768]: debug 2024-02-15T18:20:23.041+0000 7f27c754c700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-15T18:20:23.368 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:22.032611+0000 mon.smithi043 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/2679355161,v1:172.21.15.43:6827/2679355161]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T18:20:23.368 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:22.032683+0000 mon.smithi043 (mon.0) 378 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-15T18:20:23.368 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:22.032791+0000 mon.smithi043 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:23.368 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:22.033107+0000 mon.smithi043 (mon.0) 380 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/2679355161,v1:172.21.15.43:6827/2679355161]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:20:23.368 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:22.914886+0000 mon.smithi043 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:23.369 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:22.032611+0000 mon.smithi043 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/2679355161,v1:172.21.15.43:6827/2679355161]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T18:20:23.369 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:22.032683+0000 mon.smithi043 (mon.0) 378 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-15T18:20:23.369 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:22.032791+0000 mon.smithi043 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:23.369 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:22.033107+0000 mon.smithi043 (mon.0) 380 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/2679355161,v1:172.21.15.43:6827/2679355161]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:20:23.369 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:22.914886+0000 mon.smithi043 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:24.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:23.016119+0000 mgr.smithi043.oyulcz (mgr.14164) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:24.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:23.034713+0000 mon.smithi043 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/2679355161,v1:172.21.15.43:6827/2679355161]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2024-02-15T18:20:24.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:23.034760+0000 mon.smithi043 (mon.0) 383 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-15T18:20:24.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:23.035108+0000 mon.smithi043 (mon.0) 384 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:24.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:23.039518+0000 mon.smithi043 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:24.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:23.016119+0000 mgr.smithi043.oyulcz (mgr.14164) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:24.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:23.034713+0000 mon.smithi043 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/2679355161,v1:172.21.15.43:6827/2679355161]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2024-02-15T18:20:24.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:23.034760+0000 mon.smithi043 (mon.0) 383 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-15T18:20:24.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:23.035108+0000 mon.smithi043 (mon.0) 384 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:24.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:23.039518+0000 mon.smithi043 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:25.377 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:22.156033+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:20:25.377 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:22.156210+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:20:25.377 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:24.037767+0000 mon.smithi043 (mon.0) 386 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:25.377 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:24.040365+0000 mon.smithi043 (mon.0) 387 : cluster [INF] osd.3 [v2:172.21.15.43:6826/2679355161,v1:172.21.15.43:6827/2679355161] boot 2024-02-15T18:20:25.377 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:24.040392+0000 mon.smithi043 (mon.0) 388 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-15T18:20:25.378 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:24.040865+0000 mon.smithi043 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:25.378 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:24.053415+0000 mgr.smithi043.oyulcz (mgr.14164) 159 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:25.378 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:24.054068+0000 mon.smithi043 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:20:25.378 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:24.055469+0000 mon.smithi043 (mon.0) 391 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:20:25.378 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:24.055999+0000 mon.smithi043 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:25.437 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:22.156033+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:20:25.437 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:22.156210+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:20:25.437 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:24.037767+0000 mon.smithi043 (mon.0) 386 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:25.438 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:24.040365+0000 mon.smithi043 (mon.0) 387 : cluster [INF] osd.3 [v2:172.21.15.43:6826/2679355161,v1:172.21.15.43:6827/2679355161] boot 2024-02-15T18:20:25.438 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:24.040392+0000 mon.smithi043 (mon.0) 388 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-15T18:20:25.438 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:24.040865+0000 mon.smithi043 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:20:25.438 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:24.053415+0000 mgr.smithi043.oyulcz (mgr.14164) 159 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:25.438 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:24.054068+0000 mon.smithi043 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:20:25.438 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:24.055469+0000 mon.smithi043 (mon.0) 391 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:20:25.438 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:24.055999+0000 mon.smithi043 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:26.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:25.016422+0000 mgr.smithi043.oyulcz (mgr.14164) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:26.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:25.051019+0000 mon.smithi043 (mon.0) 393 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-15T18:20:26.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:25.016422+0000 mgr.smithi043.oyulcz (mgr.14164) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:20:26.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:25.051019+0000 mon.smithi043 (mon.0) 393 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-15T18:20:27.702 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.280037+0000 mon.smithi043 (mon.0) 394 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:27.702 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.280920+0000 mon.smithi043 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.281481+0000 mon.smithi043 (mon.0) 396 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.282015+0000 mon.smithi043 (mon.0) 397 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.282601+0000 mon.smithi043 (mon.0) 398 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:20:26.282982+0000 mgr.smithi043.oyulcz (mgr.14164) 161 : cephadm [INF] Adjusting osd_memory_target on smithi043 to 3225M 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.285874+0000 mon.smithi043 (mon.0) 399 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.291731+0000 mon.smithi043 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.294550+0000 mon.smithi043 (mon.0) 401 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.295354+0000 mon.smithi043 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.295826+0000 mon.smithi043 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.450682+0000 mon.smithi164 (mon.1) 2 : audit [INF] from='client.? 172.21.15.164:0/2802279442' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65943e9d-3a3d-4573-9a13-3f60713c750f"}]: dispatch 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.451169+0000 mon.smithi043 (mon.0) 404 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65943e9d-3a3d-4573-9a13-3f60713c750f"}]: dispatch 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.454886+0000 mon.smithi043 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65943e9d-3a3d-4573-9a13-3f60713c750f"}]': finished 2024-02-15T18:20:27.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:26.454962+0000 mon.smithi043 (mon.0) 406 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-15T18:20:27.704 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.455114+0000 mon.smithi043 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:20:27.704 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:26.867023+0000 mon.smithi164 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.164:0/3555342716' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:20:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.280037+0000 mon.smithi043 (mon.0) 394 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.280920+0000 mon.smithi043 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.281481+0000 mon.smithi043 (mon.0) 396 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.282015+0000 mon.smithi043 (mon.0) 397 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.282601+0000 mon.smithi043 (mon.0) 398 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:20:26.282982+0000 mgr.smithi043.oyulcz (mgr.14164) 161 : cephadm [INF] Adjusting osd_memory_target on smithi043 to 3225M 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.285874+0000 mon.smithi043 (mon.0) 399 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.291731+0000 mon.smithi043 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.294550+0000 mon.smithi043 (mon.0) 401 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.295354+0000 mon.smithi043 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.295826+0000 mon.smithi043 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.450682+0000 mon.smithi164 (mon.1) 2 : audit [INF] from='client.? 172.21.15.164:0/2802279442' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65943e9d-3a3d-4573-9a13-3f60713c750f"}]: dispatch 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.451169+0000 mon.smithi043 (mon.0) 404 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65943e9d-3a3d-4573-9a13-3f60713c750f"}]: dispatch 2024-02-15T18:20:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.454886+0000 mon.smithi043 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65943e9d-3a3d-4573-9a13-3f60713c750f"}]': finished 2024-02-15T18:20:27.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:26.454962+0000 mon.smithi043 (mon.0) 406 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-15T18:20:27.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.455114+0000 mon.smithi043 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:20:27.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:26.867023+0000 mon.smithi164 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.164:0/3555342716' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:20:28.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:27.016740+0000 mgr.smithi043.oyulcz (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:28.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:27.016740+0000 mgr.smithi043.oyulcz (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:30.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:29.017070+0000 mgr.smithi043.oyulcz (mgr.14164) 163 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:30.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:29.017070+0000 mgr.smithi043.oyulcz (mgr.14164) 163 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:31.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:30.603863+0000 mon.smithi043 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:31.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:30.606662+0000 mon.smithi043 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:32.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:30.603863+0000 mon.smithi043 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:32.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:30.606662+0000 mon.smithi043 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:32.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:31.017521+0000 mgr.smithi043.oyulcz (mgr.14164) 164 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:33.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:31.017521+0000 mgr.smithi043.oyulcz (mgr.14164) 164 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:32.640693+0000 mon.smithi043 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T18:20:33.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:32.641588+0000 mon.smithi043 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:33.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:20:32.642330+0000 mgr.smithi043.oyulcz (mgr.14164) 165 : cephadm [INF] Deploying daemon osd.4 on smithi164 2024-02-15T18:20:34.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:32.640693+0000 mon.smithi043 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T18:20:34.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:32.641588+0000 mon.smithi043 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:34.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:20:32.642330+0000 mgr.smithi043.oyulcz (mgr.14164) 165 : cephadm [INF] Deploying daemon osd.4 on smithi164 2024-02-15T18:20:34.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:33.017956+0000 mgr.smithi043.oyulcz (mgr.14164) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:35.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:33.017956+0000 mgr.smithi043.oyulcz (mgr.14164) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:36.235 INFO:teuthology.orchestra.run.smithi164.stdout:Created osd(s) 4 on host 'smithi164' 2024-02-15T18:20:36.876 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:35.018384+0000 mgr.smithi043.oyulcz (mgr.14164) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:36.877 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:36.225919+0000 mon.smithi043 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:36.877 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:36.228797+0000 mon.smithi043 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:36.877 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:36.229057+0000 mon.smithi043 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:36.877 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:36.230463+0000 mon.smithi043 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:36.877 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:36.233120+0000 mon.smithi043 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:36.924 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:35.018384+0000 mgr.smithi043.oyulcz (mgr.14164) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:36.924 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:36.225919+0000 mon.smithi043 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:36.924 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:36.228797+0000 mon.smithi043 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:36.924 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:36.229057+0000 mon.smithi043 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:36.924 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:36.230463+0000 mon.smithi043 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:36.924 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:36.233120+0000 mon.smithi043 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:36.945 DEBUG:teuthology.orchestra.run.smithi164:osd.4> sudo journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.4.service 2024-02-15T18:20:36.947 INFO:tasks.cephadm:Deploying osd.5 on smithi164 with /dev/vg_nvme/lv_3... 2024-02-15T18:20:36.947 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-15T18:20:36.980 INFO:journalctl@ceph.osd.4.smithi164.stdout:-- Logs begin at Thu 2024-02-15 18:06:46 UTC. -- 2024-02-15T18:20:38.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:37.018720+0000 mgr.smithi043.oyulcz (mgr.14164) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:38.945 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:37.018720+0000 mgr.smithi043.oyulcz (mgr.14164) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:39.624 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:20:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.4[40807]: debug 2024-02-15T18:20:39.345+0000 7f459d0c5080 -1 osd.4 0 log_to_monitors {default=true} 2024-02-15T18:20:39.784 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-15T18:20:39.784 INFO:teuthology.orchestra.run.smithi164.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-15T18:20:39.784 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10+0 records in 2024-02-15T18:20:39.784 INFO:teuthology.orchestra.run.smithi164.stderr:10+0 records out 2024-02-15T18:20:39.784 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0138257 s, 758 MB/s 2024-02-15T18:20:39.784 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping successful for: 2024-02-15T18:20:39.903 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:39.348415+0000 mon.smithi164 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.164:6800/924359572,v1:172.21.15.164:6801/924359572]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:20:39.903 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:39.348794+0000 mon.smithi043 (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:20:39.959 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:39.348415+0000 mon.smithi164 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.164:6800/924359572,v1:172.21.15.164:6801/924359572]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:20:39.959 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:39.348794+0000 mon.smithi043 (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:20:40.495 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi164:vg_nvme/lv_3 2024-02-15T18:20:40.960 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:20:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.4[40807]: debug 2024-02-15T18:20:40.632+0000 7f4593628700 -1 osd.4 0 waiting for initial osdmap 2024-02-15T18:20:40.960 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:20:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.4[40807]: debug 2024-02-15T18:20:40.637+0000 7f458e5a1700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T18:20:40.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:39.019321+0000 mgr.smithi043.oyulcz (mgr.14164) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:40.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:39.623829+0000 mon.smithi043 (mon.0) 418 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T18:20:40.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:39.623910+0000 mon.smithi043 (mon.0) 419 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-15T18:20:40.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:39.624066+0000 mon.smithi043 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:20:40.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:39.627215+0000 mon.smithi164 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.164:6800/924359572,v1:172.21.15.164:6801/924359572]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:20:40.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:39.627504+0000 mon.smithi043 (mon.0) 421 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:20:40.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:40.577052+0000 mon.smithi043 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:41.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:39.019321+0000 mgr.smithi043.oyulcz (mgr.14164) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:41.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:39.623829+0000 mon.smithi043 (mon.0) 418 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T18:20:41.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:39.623910+0000 mon.smithi043 (mon.0) 419 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-15T18:20:41.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:39.624066+0000 mon.smithi043 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:20:41.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:39.627215+0000 mon.smithi164 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.164:6800/924359572,v1:172.21.15.164:6801/924359572]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:20:41.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:39.627504+0000 mon.smithi043 (mon.0) 421 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:20:41.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:40.577052+0000 mon.smithi043 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:41.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:40.625094+0000 mon.smithi043 (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=smithi164", "root=default"]}]': finished 2024-02-15T18:20:41.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:40.625193+0000 mon.smithi043 (mon.0) 424 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-15T18:20:41.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:40.625546+0000 mon.smithi043 (mon.0) 425 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:20:41.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:40.632742+0000 mon.smithi043 (mon.0) 426 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:20:41.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:41.009353+0000 mon.smithi043 (mon.0) 427 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:41.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:41.627328+0000 mon.smithi043 (mon.0) 428 : cluster [INF] osd.4 [v2:172.21.15.164:6800/924359572,v1:172.21.15.164:6801/924359572] boot 2024-02-15T18:20:41.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:41.627378+0000 mon.smithi043 (mon.0) 429 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-15T18:20:41.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:41.627555+0000 mon.smithi043 (mon.0) 430 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:20:42.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:40.625094+0000 mon.smithi043 (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=smithi164", "root=default"]}]': finished 2024-02-15T18:20:42.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:40.625193+0000 mon.smithi043 (mon.0) 424 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-15T18:20:42.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:40.625546+0000 mon.smithi043 (mon.0) 425 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:20:42.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:40.632742+0000 mon.smithi043 (mon.0) 426 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:20:42.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:41.009353+0000 mon.smithi043 (mon.0) 427 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:42.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:41.627328+0000 mon.smithi043 (mon.0) 428 : cluster [INF] osd.4 [v2:172.21.15.164:6800/924359572,v1:172.21.15.164:6801/924359572] boot 2024-02-15T18:20:42.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:41.627378+0000 mon.smithi043 (mon.0) 429 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-15T18:20:42.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:41.627555+0000 mon.smithi043 (mon.0) 430 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:20:42.806 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:40.353851+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:20:42.806 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:40.354027+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:20:42.806 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:41.019580+0000 mgr.smithi043.oyulcz (mgr.14164) 170 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:42.806 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:42.629052+0000 mon.smithi043 (mon.0) 431 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-15T18:20:43.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:40.353851+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:20:43.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:40.354027+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:20:43.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:41.019580+0000 mgr.smithi043.oyulcz (mgr.14164) 170 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:20:43.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:42.629052+0000 mon.smithi043 (mon.0) 431 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-15T18:20:44.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:43.019978+0000 mgr.smithi043.oyulcz (mgr.14164) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:44.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:43.630404+0000 mon.smithi043 (mon.0) 432 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-15T18:20:45.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:43.019978+0000 mgr.smithi043.oyulcz (mgr.14164) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:45.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:43.630404+0000 mon.smithi043 (mon.0) 432 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-15T18:20:45.843 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:44.717815+0000 mgr.smithi043.oyulcz (mgr.14164) 172 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:45.843 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:44.718805+0000 mon.smithi043 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:20:45.843 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:44.720452+0000 mon.smithi043 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:20:45.843 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:44.721208+0000 mon.smithi043 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:46.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:44.717815+0000 mgr.smithi043.oyulcz (mgr.14164) 172 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:46.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:44.718805+0000 mon.smithi043 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:20:46.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:44.720452+0000 mon.smithi043 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:20:46.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:44.721208+0000 mon.smithi043 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:46.940 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:45.020425+0000 mgr.smithi043.oyulcz (mgr.14164) 173 : cluster [DBG] pgmap v140: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:46.940 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:20:45.636212+0000 mgr.smithi043.oyulcz (mgr.14164) 174 : cephadm [INF] Detected new or changed devices on smithi164 2024-02-15T18:20:46.940 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:45.640831+0000 mon.smithi043 (mon.0) 436 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:46.940 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:45.900551+0000 mon.smithi043 (mon.0) 437 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:20:46.941 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:45.904999+0000 mon.smithi043 (mon.0) 438 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:46.941 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:45.908796+0000 mon.smithi043 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:46.941 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:45.912896+0000 mon.smithi043 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:46.941 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:45.913995+0000 mon.smithi043 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:46.941 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:45.914736+0000 mon.smithi043 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:47.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:45.020425+0000 mgr.smithi043.oyulcz (mgr.14164) 173 : cluster [DBG] pgmap v140: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:47.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:20:45.636212+0000 mgr.smithi043.oyulcz (mgr.14164) 174 : cephadm [INF] Detected new or changed devices on smithi164 2024-02-15T18:20:47.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:45.640831+0000 mon.smithi043 (mon.0) 436 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:47.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:45.900551+0000 mon.smithi043 (mon.0) 437 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:20:47.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:45.904999+0000 mon.smithi043 (mon.0) 438 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:47.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:45.908796+0000 mon.smithi043 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:47.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:45.912896+0000 mon.smithi043 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:47.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:45.913995+0000 mon.smithi043 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:47.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:45.914736+0000 mon.smithi043 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:47.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:20:45.901263+0000 mgr.smithi043.oyulcz (mgr.14164) 175 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 15970M 2024-02-15T18:20:48.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:20:45.901263+0000 mgr.smithi043.oyulcz (mgr.14164) 175 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 15970M 2024-02-15T18:20:48.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:47.020710+0000 mgr.smithi043.oyulcz (mgr.14164) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:48.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:47.706301+0000 mon.smithi164 (mon.1) 6 : audit [INF] from='client.? 172.21.15.164:0/1378168880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3fff44d8-c121-44b8-bacb-67d709093c28"}]: dispatch 2024-02-15T18:20:48.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:47.706690+0000 mon.smithi043 (mon.0) 443 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3fff44d8-c121-44b8-bacb-67d709093c28"}]: dispatch 2024-02-15T18:20:48.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:47.710129+0000 mon.smithi043 (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3fff44d8-c121-44b8-bacb-67d709093c28"}]': finished 2024-02-15T18:20:48.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:47.710185+0000 mon.smithi043 (mon.0) 445 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-15T18:20:48.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:47.710324+0000 mon.smithi043 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:20:48.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:48.115563+0000 mon.smithi164 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.164:0/719301123' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:20:49.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:47.020710+0000 mgr.smithi043.oyulcz (mgr.14164) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:49.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:47.706301+0000 mon.smithi164 (mon.1) 6 : audit [INF] from='client.? 172.21.15.164:0/1378168880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3fff44d8-c121-44b8-bacb-67d709093c28"}]: dispatch 2024-02-15T18:20:49.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:47.706690+0000 mon.smithi043 (mon.0) 443 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3fff44d8-c121-44b8-bacb-67d709093c28"}]: dispatch 2024-02-15T18:20:49.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:47.710129+0000 mon.smithi043 (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3fff44d8-c121-44b8-bacb-67d709093c28"}]': finished 2024-02-15T18:20:49.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:47.710185+0000 mon.smithi043 (mon.0) 445 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-15T18:20:49.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:47.710324+0000 mon.smithi043 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:20:49.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:48.115563+0000 mon.smithi164 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.164:0/719301123' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:20:50.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:49.021363+0000 mgr.smithi043.oyulcz (mgr.14164) 177 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:50.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:50.031699+0000 mon.smithi043 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:50.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:50.277588+0000 mon.smithi043 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:51.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:49.021363+0000 mgr.smithi043.oyulcz (mgr.14164) 177 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:51.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:50.031699+0000 mon.smithi043 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:51.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:50.277588+0000 mon.smithi043 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:51.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:51.286227+0000 mon.smithi043 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:20:51.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:51.286445+0000 mon.smithi043 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:20:52.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:51.286227+0000 mon.smithi043 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:20:52.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:51.286445+0000 mon.smithi043 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:20:52.853 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:51.021814+0000 mgr.smithi043.oyulcz (mgr.14164) 178 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:53.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:51.021814+0000 mgr.smithi043.oyulcz (mgr.14164) 178 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:53.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:53.022183+0000 mgr.smithi043.oyulcz (mgr.14164) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:54.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:53.022183+0000 mgr.smithi043.oyulcz (mgr.14164) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:55.119 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:54.429529+0000 mon.smithi043 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T18:20:55.119 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:54.430412+0000 mon.smithi043 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:55.119 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:20:54.431074+0000 mgr.smithi043.oyulcz (mgr.14164) 180 : cephadm [INF] Deploying daemon osd.5 on smithi164 2024-02-15T18:20:55.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:54.429529+0000 mon.smithi043 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T18:20:55.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:54.430412+0000 mon.smithi043 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:55.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:20:54.431074+0000 mgr.smithi043.oyulcz (mgr.14164) 180 : cephadm [INF] Deploying daemon osd.5 on smithi164 2024-02-15T18:20:55.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:55.022681+0000 mgr.smithi043.oyulcz (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:56.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:55.022681+0000 mgr.smithi043.oyulcz (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:58.297 INFO:teuthology.orchestra.run.smithi164.stdout:Created osd(s) 5 on host 'smithi164' 2024-02-15T18:20:58.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:57.023167+0000 mgr.smithi043.oyulcz (mgr.14164) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:58.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:57.023167+0000 mgr.smithi043.oyulcz (mgr.14164) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:20:59.107 DEBUG:teuthology.orchestra.run.smithi164:osd.5> sudo journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.5.service 2024-02-15T18:20:59.110 INFO:tasks.cephadm:Deploying osd.6 on smithi164 with /dev/vg_nvme/lv_2... 2024-02-15T18:20:59.110 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-15T18:20:59.140 INFO:journalctl@ceph.osd.5.smithi164.stdout:-- Logs begin at Thu 2024-02-15 18:06:46 UTC. -- 2024-02-15T18:20:59.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:58.286663+0000 mon.smithi043 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:59.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:58.288702+0000 mon.smithi043 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:59.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:58.290817+0000 mon.smithi043 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:59.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:58.292854+0000 mon.smithi043 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:59.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:20:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:20:58.295355+0000 mon.smithi043 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:59.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:58.286663+0000 mon.smithi043 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:59.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:58.288702+0000 mon.smithi043 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:59.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:58.290817+0000 mon.smithi043 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:20:59.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:58.292854+0000 mon.smithi043 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:59.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:20:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:20:58.295355+0000 mon.smithi043 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:00.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:20:59.023495+0000 mgr.smithi043.oyulcz (mgr.14164) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:21:00.624 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:20:59.023495+0000 mgr.smithi043.oyulcz (mgr.14164) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:21:01.460 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:21:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.5[43686]: debug 2024-02-15T18:21:01.376+0000 7f4f1e879080 -1 osd.5 0 log_to_monitors {default=true} 2024-02-15T18:21:01.962 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-15T18:21:01.962 INFO:teuthology.orchestra.run.smithi164.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-15T18:21:01.962 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10+0 records in 2024-02-15T18:21:01.962 INFO:teuthology.orchestra.run.smithi164.stderr:10+0 records out 2024-02-15T18:21:01.962 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120899 s, 867 MB/s 2024-02-15T18:21:01.963 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping successful for: 2024-02-15T18:21:02.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:01.023912+0000 mgr.smithi043.oyulcz (mgr.14164) 184 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:21:02.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:01.379249+0000 mon.smithi164 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.164:6808/3753496353,v1:172.21.15.164:6809/3753496353]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:21:02.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:01.379808+0000 mon.smithi043 (mon.0) 458 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:21:02.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:01.023912+0000 mgr.smithi043.oyulcz (mgr.14164) 184 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:21:02.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:01.379249+0000 mon.smithi164 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.164:6808/3753496353,v1:172.21.15.164:6809/3753496353]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:21:02.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:01.379808+0000 mon.smithi043 (mon.0) 458 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:21:02.885 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi164:vg_nvme/lv_2 2024-02-15T18:21:03.688 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:21:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.5[43686]: debug 2024-02-15T18:21:03.310+0000 7f4f14ddc700 -1 osd.5 0 waiting for initial osdmap 2024-02-15T18:21:03.689 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:21:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.5[43686]: debug 2024-02-15T18:21:03.315+0000 7f4f0fd55700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T18:21:03.689 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:02.305080+0000 mon.smithi043 (mon.0) 459 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T18:21:03.689 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:02.305166+0000 mon.smithi043 (mon.0) 460 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-15T18:21:03.689 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:02.305320+0000 mon.smithi043 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:21:03.689 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:02.310102+0000 mon.smithi164 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.164:6808/3753496353,v1:172.21.15.164:6809/3753496353]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:03.689 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:02.310460+0000 mon.smithi043 (mon.0) 462 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:03.689 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:02.533343+0000 mon.smithi043 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:03.689 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:03.019823+0000 mon.smithi043 (mon.0) 464 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:03.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:02.305080+0000 mon.smithi043 (mon.0) 459 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T18:21:03.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:02.305166+0000 mon.smithi043 (mon.0) 460 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-15T18:21:03.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:02.305320+0000 mon.smithi043 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:21:03.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:02.310102+0000 mon.smithi164 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.164:6808/3753496353,v1:172.21.15.164:6809/3753496353]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:03.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:02.310460+0000 mon.smithi043 (mon.0) 462 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:03.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:02.533343+0000 mon.smithi043 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:03.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:03.019823+0000 mon.smithi043 (mon.0) 464 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:04.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:03.024199+0000 mgr.smithi043.oyulcz (mgr.14164) 185 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:21:04.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:03.307380+0000 mon.smithi043 (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=smithi164", "root=default"]}]': finished 2024-02-15T18:21:04.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:03.307502+0000 mon.smithi043 (mon.0) 466 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-15T18:21:04.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:03.307940+0000 mon.smithi043 (mon.0) 467 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:21:04.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:03.312621+0000 mon.smithi043 (mon.0) 468 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:21:04.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:03.024199+0000 mgr.smithi043.oyulcz (mgr.14164) 185 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:21:04.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:03.307380+0000 mon.smithi043 (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=smithi164", "root=default"]}]': finished 2024-02-15T18:21:04.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:03.307502+0000 mon.smithi043 (mon.0) 466 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-15T18:21:04.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:03.307940+0000 mon.smithi043 (mon.0) 467 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:21:04.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:03.312621+0000 mon.smithi043 (mon.0) 468 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:21:05.698 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:02.351188+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:21:05.698 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:02.351313+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:21:05.698 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:04.308433+0000 mon.smithi043 (mon.0) 469 : cluster [INF] osd.5 [v2:172.21.15.164:6808/3753496353,v1:172.21.15.164:6809/3753496353] boot 2024-02-15T18:21:05.698 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:04.308495+0000 mon.smithi043 (mon.0) 470 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-15T18:21:05.698 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:04.308675+0000 mon.smithi043 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:21:05.698 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:05.309869+0000 mon.smithi043 (mon.0) 472 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-15T18:21:05.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:02.351188+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:21:05.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:02.351313+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:21:05.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:04.308433+0000 mon.smithi043 (mon.0) 469 : cluster [INF] osd.5 [v2:172.21.15.164:6808/3753496353,v1:172.21.15.164:6809/3753496353] boot 2024-02-15T18:21:05.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:04.308495+0000 mon.smithi043 (mon.0) 470 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-15T18:21:05.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:04.308675+0000 mon.smithi043 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:21:05.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:05.309869+0000 mon.smithi043 (mon.0) 472 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-15T18:21:06.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:05.024585+0000 mgr.smithi043.oyulcz (mgr.14164) 186 : cluster [DBG] pgmap v154: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:06.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:06.311679+0000 mon.smithi043 (mon.0) 473 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-15T18:21:06.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:05.024585+0000 mgr.smithi043.oyulcz (mgr.14164) 186 : cluster [DBG] pgmap v154: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:06.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:06.311679+0000 mon.smithi043 (mon.0) 473 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-15T18:21:07.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:06.698125+0000 mgr.smithi043.oyulcz (mgr.14164) 187 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:07.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:06.699031+0000 mon.smithi043 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:21:07.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:06.700650+0000 mon.smithi043 (mon.0) 475 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:21:07.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:06.701390+0000 mon.smithi043 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:07.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:06.698125+0000 mgr.smithi043.oyulcz (mgr.14164) 187 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:07.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:06.699031+0000 mon.smithi043 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:21:07.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:06.700650+0000 mon.smithi043 (mon.0) 475 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:21:07.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:06.701390+0000 mon.smithi043 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:08.623 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:07.024948+0000 mgr.smithi043.oyulcz (mgr.14164) 188 : cluster [DBG] pgmap v157: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:08.623 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:08.083937+0000 mon.smithi043 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:08.623 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:08.084945+0000 mon.smithi043 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:08.623 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:08.085939+0000 mon.smithi043 (mon.0) 479 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:08.623 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:08.090489+0000 mon.smithi043 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:08.624 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:08.094290+0000 mon.smithi043 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:08.624 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:08.098272+0000 mon.smithi043 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:08.624 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:08.099365+0000 mon.smithi043 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:08.624 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:08.100096+0000 mon.smithi043 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:08.727 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:07.024948+0000 mgr.smithi043.oyulcz (mgr.14164) 188 : cluster [DBG] pgmap v157: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:08.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:08.083937+0000 mon.smithi043 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:08.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:08.084945+0000 mon.smithi043 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:08.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:08.085939+0000 mon.smithi043 (mon.0) 479 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:08.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:08.090489+0000 mon.smithi043 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:08.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:08.094290+0000 mon.smithi043 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:08.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:08.098272+0000 mon.smithi043 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:08.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:08.099365+0000 mon.smithi043 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:08.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:08.100096+0000 mon.smithi043 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:09.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:21:08.079303+0000 mgr.smithi043.oyulcz (mgr.14164) 189 : cephadm [INF] Detected new or changed devices on smithi164 2024-02-15T18:21:09.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:21:08.086650+0000 mgr.smithi043.oyulcz (mgr.14164) 190 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 7985M 2024-02-15T18:21:09.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:21:08.079303+0000 mgr.smithi043.oyulcz (mgr.14164) 189 : cephadm [INF] Detected new or changed devices on smithi164 2024-02-15T18:21:09.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:21:08.086650+0000 mgr.smithi043.oyulcz (mgr.14164) 190 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 7985M 2024-02-15T18:21:10.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:09.025311+0000 mgr.smithi043.oyulcz (mgr.14164) 191 : cluster [DBG] pgmap v158: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:10.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:10.001726+0000 mon.smithi164 (mon.1) 10 : audit [INF] from='client.? 172.21.15.164:0/2100406833' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eca688a1-12b7-43fd-85ac-85efa9c230a0"}]: dispatch 2024-02-15T18:21:10.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:10.002165+0000 mon.smithi043 (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eca688a1-12b7-43fd-85ac-85efa9c230a0"}]: dispatch 2024-02-15T18:21:10.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:10.005756+0000 mon.smithi043 (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eca688a1-12b7-43fd-85ac-85efa9c230a0"}]': finished 2024-02-15T18:21:10.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:10.005824+0000 mon.smithi043 (mon.0) 487 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-15T18:21:10.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:10.005937+0000 mon.smithi043 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:10.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:09.025311+0000 mgr.smithi043.oyulcz (mgr.14164) 191 : cluster [DBG] pgmap v158: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:10.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:10.001726+0000 mon.smithi164 (mon.1) 10 : audit [INF] from='client.? 172.21.15.164:0/2100406833' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eca688a1-12b7-43fd-85ac-85efa9c230a0"}]: dispatch 2024-02-15T18:21:10.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:10.002165+0000 mon.smithi043 (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eca688a1-12b7-43fd-85ac-85efa9c230a0"}]: dispatch 2024-02-15T18:21:10.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:10.005756+0000 mon.smithi043 (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eca688a1-12b7-43fd-85ac-85efa9c230a0"}]': finished 2024-02-15T18:21:10.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:10.005824+0000 mon.smithi043 (mon.0) 487 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-15T18:21:10.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:10.005937+0000 mon.smithi043 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:11.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:10.421355+0000 mon.smithi164 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.164:0/804933424' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:21:11.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:10.421355+0000 mon.smithi164 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.164:0/804933424' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:21:12.683 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:11.025584+0000 mgr.smithi043.oyulcz (mgr.14164) 192 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:12.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:11.025584+0000 mgr.smithi043.oyulcz (mgr.14164) 192 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:13.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:12.397265+0000 mon.smithi043 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:13.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:12.400177+0000 mon.smithi043 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:13.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:12.397265+0000 mon.smithi043 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:13.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:12.400177+0000 mon.smithi043 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:14.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:13.025953+0000 mgr.smithi043.oyulcz (mgr.14164) 193 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:14.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:13.025953+0000 mgr.smithi043.oyulcz (mgr.14164) 193 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:16.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:15.026413+0000 mgr.smithi043.oyulcz (mgr.14164) 194 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:16.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:15.026413+0000 mgr.smithi043.oyulcz (mgr.14164) 194 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:17.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:16.511716+0000 mon.smithi043 (mon.0) 491 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T18:21:17.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:16.512710+0000 mon.smithi043 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:17.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:21:16.513452+0000 mgr.smithi043.oyulcz (mgr.14164) 195 : cephadm [INF] Deploying daemon osd.6 on smithi164 2024-02-15T18:21:17.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:16.511716+0000 mon.smithi043 (mon.0) 491 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T18:21:17.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:16.512710+0000 mon.smithi043 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:17.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:21:16.513452+0000 mgr.smithi043.oyulcz (mgr.14164) 195 : cephadm [INF] Deploying daemon osd.6 on smithi164 2024-02-15T18:21:18.690 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:17.026877+0000 mgr.smithi043.oyulcz (mgr.14164) 196 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:18.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:17.026877+0000 mgr.smithi043.oyulcz (mgr.14164) 196 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:20.467 INFO:teuthology.orchestra.run.smithi164.stdout:Created osd(s) 6 on host 'smithi164' 2024-02-15T18:21:20.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:19.027240+0000 mgr.smithi043.oyulcz (mgr.14164) 197 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:20.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:19.027240+0000 mgr.smithi043.oyulcz (mgr.14164) 197 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:21.354 DEBUG:teuthology.orchestra.run.smithi164:osd.6> sudo journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.6.service 2024-02-15T18:21:21.357 INFO:tasks.cephadm:Deploying osd.7 on smithi164 with /dev/vg_nvme/lv_1... 2024-02-15T18:21:21.357 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-15T18:21:21.387 INFO:journalctl@ceph.osd.6.smithi164.stdout:-- Logs begin at Thu 2024-02-15 18:06:46 UTC. -- 2024-02-15T18:21:21.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:20.455110+0000 mon.smithi043 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:21.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:20.456969+0000 mon.smithi043 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:21.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:20.459515+0000 mon.smithi043 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:21.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:20.459768+0000 mon.smithi043 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:21.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:20.464300+0000 mon.smithi043 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:21.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:20.455110+0000 mon.smithi043 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:21.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:20.456969+0000 mon.smithi043 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:21.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:20.459515+0000 mon.smithi043 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:21.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:20.459768+0000 mon.smithi043 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:21.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:20.464300+0000 mon.smithi043 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:22.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:21.027501+0000 mgr.smithi043.oyulcz (mgr.14164) 198 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:22.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:21.027501+0000 mgr.smithi043.oyulcz (mgr.14164) 198 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:23.710 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:21:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.6[46558]: debug 2024-02-15T18:21:23.563+0000 7f37bc195080 -1 osd.6 0 log_to_monitors {default=true} 2024-02-15T18:21:24.161 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:23.027853+0000 mgr.smithi043.oyulcz (mgr.14164) 199 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:24.161 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:23.568409+0000 mon.smithi164 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.164:6816/2179341438,v1:172.21.15.164:6817/2179341438]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:21:24.162 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:23.568841+0000 mon.smithi043 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:21:24.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:23.027853+0000 mgr.smithi043.oyulcz (mgr.14164) 199 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:24.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:23.568409+0000 mon.smithi164 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.164:6816/2179341438,v1:172.21.15.164:6817/2179341438]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:21:24.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:23.568841+0000 mon.smithi043 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:21:24.237 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-15T18:21:24.238 INFO:teuthology.orchestra.run.smithi164.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-15T18:21:24.238 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10+0 records in 2024-02-15T18:21:24.238 INFO:teuthology.orchestra.run.smithi164.stderr:10+0 records out 2024-02-15T18:21:24.238 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128081 s, 819 MB/s 2024-02-15T18:21:24.238 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping successful for: 2024-02-15T18:21:25.184 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:21:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.6[46558]: debug 2024-02-15T18:21:24.859+0000 7f37b26f8700 -1 osd.6 0 waiting for initial osdmap 2024-02-15T18:21:25.184 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:21:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.6[46558]: debug 2024-02-15T18:21:24.865+0000 7f37ad671700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T18:21:25.185 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:23.851328+0000 mon.smithi043 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T18:21:25.185 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:23.851383+0000 mon.smithi043 (mon.0) 500 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-15T18:21:25.185 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:23.851519+0000 mon.smithi043 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:25.185 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:23.852194+0000 mon.smithi164 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.164:6816/2179341438,v1:172.21.15.164:6817/2179341438]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:25.185 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:23.852765+0000 mon.smithi043 (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=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:25.185 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:24.791771+0000 mon.smithi043 (mon.0) 503 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:25.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:23.851328+0000 mon.smithi043 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T18:21:25.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:23.851383+0000 mon.smithi043 (mon.0) 500 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-15T18:21:25.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:23.851519+0000 mon.smithi043 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:25.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:23.852194+0000 mon.smithi164 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.164:6816/2179341438,v1:172.21.15.164:6817/2179341438]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:25.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:23.852765+0000 mon.smithi043 (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=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:25.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:24.791771+0000 mon.smithi043 (mon.0) 503 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:25.501 DEBUG:teuthology.orchestra.run.smithi164:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi164:vg_nvme/lv_1 2024-02-15T18:21:26.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:24.851816+0000 mon.smithi043 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-15T18:21:26.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:24.851895+0000 mon.smithi043 (mon.0) 505 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-15T18:21:26.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:24.852167+0000 mon.smithi043 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:26.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:24.861368+0000 mon.smithi043 (mon.0) 507 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:26.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:25.028323+0000 mgr.smithi043.oyulcz (mgr.14164) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:26.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:25.609336+0000 mon.smithi043 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:26.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:24.851816+0000 mon.smithi043 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-15T18:21:26.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:24.851895+0000 mon.smithi043 (mon.0) 505 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-15T18:21:26.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:24.852167+0000 mon.smithi043 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:26.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:24.861368+0000 mon.smithi043 (mon.0) 507 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:26.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:25.028323+0000 mgr.smithi043.oyulcz (mgr.14164) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:21:26.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:25.609336+0000 mon.smithi043 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:26.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:24.571763+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:21:26.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:24.571843+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:21:26.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:25.862696+0000 mon.smithi043 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:26.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:25.869335+0000 mon.smithi043 (mon.0) 510 : cluster [INF] osd.6 [v2:172.21.15.164:6816/2179341438,v1:172.21.15.164:6817/2179341438] boot 2024-02-15T18:21:26.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:25.869407+0000 mon.smithi043 (mon.0) 511 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-15T18:21:26.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:25.869836+0000 mon.smithi043 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:27.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:24.571763+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:21:27.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:24.571843+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:21:27.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:25.862696+0000 mon.smithi043 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:27.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:25.869335+0000 mon.smithi043 (mon.0) 510 : cluster [INF] osd.6 [v2:172.21.15.164:6816/2179341438,v1:172.21.15.164:6817/2179341438] boot 2024-02-15T18:21:27.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:25.869407+0000 mon.smithi043 (mon.0) 511 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-15T18:21:27.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:25.869836+0000 mon.smithi043 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:21:27.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:26.870687+0000 mon.smithi043 (mon.0) 513 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-15T18:21:27.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:27.028805+0000 mgr.smithi043.oyulcz (mgr.14164) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:28.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:26.870687+0000 mon.smithi043 (mon.0) 513 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-15T18:21:28.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:27.028805+0000 mgr.smithi043.oyulcz (mgr.14164) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:29.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:27.878994+0000 mon.smithi043 (mon.0) 514 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-15T18:21:29.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:28.458869+0000 mgr.smithi043.oyulcz (mgr.14164) 202 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:29.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:28.459822+0000 mon.smithi043 (mon.0) 515 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:21:29.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:28.461471+0000 mon.smithi043 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:21:29.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:28.462291+0000 mon.smithi043 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:29.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:27.878994+0000 mon.smithi043 (mon.0) 514 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-15T18:21:29.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:28.458869+0000 mgr.smithi043.oyulcz (mgr.14164) 202 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:29.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:28.459822+0000 mon.smithi043 (mon.0) 515 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:21:29.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:28.461471+0000 mon.smithi043 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:21:29.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:28.462291+0000 mon.smithi043 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:30.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:29.029298+0000 mgr.smithi043.oyulcz (mgr.14164) 203 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:30.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:29.029298+0000 mgr.smithi043.oyulcz (mgr.14164) 203 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:32.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:31.029748+0000 mgr.smithi043.oyulcz (mgr.14164) 204 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:32.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:31.831863+0000 mon.smithi043 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:32.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:31.833101+0000 mon.smithi043 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:32.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:31.833981+0000 mon.smithi043 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:32.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:31.834729+0000 mon.smithi043 (mon.0) 521 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:32.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:31.838884+0000 mon.smithi043 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:32.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:31.842371+0000 mon.smithi043 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:32.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:31.846314+0000 mon.smithi043 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:32.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:31.847399+0000 mon.smithi043 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:32.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:31.848093+0000 mon.smithi043 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:32.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:31.852189+0000 mon.smithi043 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:32.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:31.029748+0000 mgr.smithi043.oyulcz (mgr.14164) 204 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:32.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:31.831863+0000 mon.smithi043 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:32.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:31.833101+0000 mon.smithi043 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:32.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:31.833981+0000 mon.smithi043 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:32.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:31.834729+0000 mon.smithi043 (mon.0) 521 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:32.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:31.838884+0000 mon.smithi043 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:32.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:31.842371+0000 mon.smithi043 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:32.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:31.846314+0000 mon.smithi043 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:32.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:31.847399+0000 mon.smithi043 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:32.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:31.848093+0000 mon.smithi043 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:32.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:31.852189+0000 mon.smithi043 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:33.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:21:31.826306+0000 mgr.smithi043.oyulcz (mgr.14164) 205 : cephadm [INF] Detected new or changed devices on smithi164 2024-02-15T18:21:33.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:21:31.835284+0000 mgr.smithi043.oyulcz (mgr.14164) 206 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 5323M 2024-02-15T18:21:33.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:32.578743+0000 mon.smithi164 (mon.1) 14 : audit [INF] from='client.? 172.21.15.164:0/1667748800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1018aada-d86a-440b-b6e1-74675e52021d"}]: dispatch 2024-02-15T18:21:33.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:32.579368+0000 mon.smithi043 (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1018aada-d86a-440b-b6e1-74675e52021d"}]: dispatch 2024-02-15T18:21:33.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:32.583946+0000 mon.smithi043 (mon.0) 529 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1018aada-d86a-440b-b6e1-74675e52021d"}]': finished 2024-02-15T18:21:33.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:32.584013+0000 mon.smithi043 (mon.0) 530 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-15T18:21:33.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:32.584193+0000 mon.smithi043 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:33.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:32.998032+0000 mon.smithi164 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.164:0/2879730476' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:21:33.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:21:31.826306+0000 mgr.smithi043.oyulcz (mgr.14164) 205 : cephadm [INF] Detected new or changed devices on smithi164 2024-02-15T18:21:33.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:21:31.835284+0000 mgr.smithi043.oyulcz (mgr.14164) 206 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 5323M 2024-02-15T18:21:33.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:32.578743+0000 mon.smithi164 (mon.1) 14 : audit [INF] from='client.? 172.21.15.164:0/1667748800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1018aada-d86a-440b-b6e1-74675e52021d"}]: dispatch 2024-02-15T18:21:33.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:32.579368+0000 mon.smithi043 (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1018aada-d86a-440b-b6e1-74675e52021d"}]: dispatch 2024-02-15T18:21:33.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:32.583946+0000 mon.smithi043 (mon.0) 529 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1018aada-d86a-440b-b6e1-74675e52021d"}]': finished 2024-02-15T18:21:33.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:32.584013+0000 mon.smithi043 (mon.0) 530 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-15T18:21:33.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:32.584193+0000 mon.smithi043 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:33.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:32.998032+0000 mon.smithi164 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.164:0/2879730476' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:21:34.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:33.030260+0000 mgr.smithi043.oyulcz (mgr.14164) 207 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:34.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:33.030260+0000 mgr.smithi043.oyulcz (mgr.14164) 207 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:36.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:35.030648+0000 mgr.smithi043.oyulcz (mgr.14164) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:36.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:35.030648+0000 mgr.smithi043.oyulcz (mgr.14164) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:38.377 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:37.031006+0000 mgr.smithi043.oyulcz (mgr.14164) 209 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:38.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:37.031006+0000 mgr.smithi043.oyulcz (mgr.14164) 209 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:39.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:39.011371+0000 mon.smithi043 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T18:21:39.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:39.012171+0000 mon.smithi043 (mon.0) 533 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:39.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:39.011371+0000 mon.smithi043 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T18:21:39.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:39.012171+0000 mon.smithi043 (mon.0) 533 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:40.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:21:39.012870+0000 mgr.smithi043.oyulcz (mgr.14164) 210 : cephadm [INF] Deploying daemon osd.7 on smithi164 2024-02-15T18:21:40.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:39.031345+0000 mgr.smithi043.oyulcz (mgr.14164) 211 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:21:39.012870+0000 mgr.smithi043.oyulcz (mgr.14164) 210 : cephadm [INF] Deploying daemon osd.7 on smithi164 2024-02-15T18:21:40.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:39.031345+0000 mgr.smithi043.oyulcz (mgr.14164) 211 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:42.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:41.031827+0000 mgr.smithi043.oyulcz (mgr.14164) 212 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:42.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:41.031827+0000 mgr.smithi043.oyulcz (mgr.14164) 212 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:43.199 INFO:teuthology.orchestra.run.smithi164.stdout:Created osd(s) 7 on host 'smithi164' 2024-02-15T18:21:43.967 DEBUG:teuthology.orchestra.run.smithi164:osd.7> sudo journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.7.service 2024-02-15T18:21:43.970 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-15T18:21:43.970 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-15T18:21:44.001 INFO:journalctl@ceph.osd.7.smithi164.stdout:-- Logs begin at Thu 2024-02-15 18:06:46 UTC. -- 2024-02-15T18:21:44.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:43.032410+0000 mgr.smithi043.oyulcz (mgr.14164) 213 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:44.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:43.189276+0000 mon.smithi043 (mon.0) 534 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:44.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:43.191230+0000 mon.smithi043 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:44.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:43.193518+0000 mon.smithi043 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:44.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:43.195583+0000 mon.smithi043 (mon.0) 537 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:44.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:43.197961+0000 mon.smithi043 (mon.0) 538 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:44.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:43.032410+0000 mgr.smithi043.oyulcz (mgr.14164) 213 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:44.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:43.189276+0000 mon.smithi043 (mon.0) 534 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:44.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:43.191230+0000 mon.smithi043 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:44.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:43.193518+0000 mon.smithi043 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:44.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:43.195583+0000 mon.smithi043 (mon.0) 537 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:44.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:43.197961+0000 mon.smithi043 (mon.0) 538 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:46.257 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:21:46.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:45.032811+0000 mgr.smithi043.oyulcz (mgr.14164) 214 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:46.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:45.864134+0000 mon.smithi043 (mon.0) 539 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:46.340 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:45.032811+0000 mgr.smithi043.oyulcz (mgr.14164) 214 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:46.341 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:45.864134+0000 mon.smithi043 (mon.0) 539 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:46.341 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:21:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.7[49463]: debug 2024-02-15T18:21:46.289+0000 7fecf1fe8080 -1 osd.7 0 log_to_monitors {default=true} 2024-02-15T18:21:46.889 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1708021285,"num_in_osds":8,"osd_in_since":1708021292,"num_remapped_pgs":0} 2024-02-15T18:21:47.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:46.257680+0000 mon.smithi043 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.43:0/216836119' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T18:21:47.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:46.293023+0000 mon.smithi164 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.164:6824/4124437411,v1:172.21.15.164:6825/4124437411]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:21:47.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:46.293447+0000 mon.smithi043 (mon.0) 541 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:21:47.395 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:46.257680+0000 mon.smithi043 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.43:0/216836119' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T18:21:47.395 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:46.293023+0000 mon.smithi164 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.164:6824/4124437411,v1:172.21.15.164:6825/4124437411]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:21:47.395 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:46.293447+0000 mon.smithi043 (mon.0) 541 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:21:47.891 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-15T18:21:48.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:47.033221+0000 mgr.smithi043.oyulcz (mgr.14164) 215 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:48.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:47.093819+0000 mon.smithi043 (mon.0) 542 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T18:21:48.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:47.093878+0000 mon.smithi043 (mon.0) 543 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-15T18:21:48.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:47.094141+0000 mon.smithi043 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:48.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:47.094769+0000 mon.smithi164 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.164:6824/4124437411,v1:172.21.15.164:6825/4124437411]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:48.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:47.095144+0000 mon.smithi043 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:48.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:47.033221+0000 mgr.smithi043.oyulcz (mgr.14164) 215 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:48.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:47.093819+0000 mon.smithi043 (mon.0) 542 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T18:21:48.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:47.093878+0000 mon.smithi043 (mon.0) 543 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-15T18:21:48.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:47.094141+0000 mon.smithi043 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:48.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:47.094769+0000 mon.smithi164 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.164:6824/4124437411,v1:172.21.15.164:6825/4124437411]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:48.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:47.095144+0000 mon.smithi043 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:21:48.461 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:21:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.7[49463]: debug 2024-02-15T18:21:48.098+0000 7fece854b700 -1 osd.7 0 waiting for initial osdmap 2024-02-15T18:21:48.461 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:21:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.7[49463]: debug 2024-02-15T18:21:48.105+0000 7fece4cc7700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T18:21:49.101 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:48.094862+0000 mon.smithi043 (mon.0) 546 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-15T18:21:49.101 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:48.094951+0000 mon.smithi043 (mon.0) 547 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-15T18:21:49.317 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:48.094862+0000 mon.smithi043 (mon.0) 546 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-15T18:21:49.317 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:48.094951+0000 mon.smithi043 (mon.0) 547 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-15T18:21:49.317 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:48.095307+0000 mon.smithi043 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:49.317 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:48.099367+0000 mon.smithi043 (mon.0) 549 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:49.443 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:48.095307+0000 mon.smithi043 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:49.443 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:48.099367+0000 mon.smithi043 (mon.0) 549 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:50.137 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:21:50.418 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:47.268114+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:21:50.418 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:47.268249+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:21:50.418 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:49.033525+0000 mgr.smithi043.oyulcz (mgr.14164) 216 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:49.100516+0000 mon.smithi043 (mon.0) 550 : cluster [INF] osd.7 [v2:172.21.15.164:6824/4124437411,v1:172.21.15.164:6825/4124437411] boot 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:49.100582+0000 mon.smithi043 (mon.0) 551 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.101000+0000 mon.smithi043 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:21:49.533947+0000 mgr.smithi043.oyulcz (mgr.14164) 217 : cephadm [INF] Detected new or changed devices on smithi164 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.539009+0000 mon.smithi043 (mon.0) 553 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.785332+0000 mon.smithi043 (mon.0) 554 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.786355+0000 mon.smithi043 (mon.0) 555 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.787048+0000 mon.smithi043 (mon.0) 556 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.787797+0000 mon.smithi043 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.792349+0000 mon.smithi043 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.795659+0000 mon.smithi043 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.799158+0000 mon.smithi043 (mon.0) 560 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:50.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.800178+0000 mon.smithi043 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:50.420 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.800870+0000 mon.smithi043 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:50.420 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:49.804552+0000 mon.smithi043 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:50.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:47.268114+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:21:50.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:47.268249+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:21:50.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:49.033525+0000 mgr.smithi043.oyulcz (mgr.14164) 216 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:21:50.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:49.100516+0000 mon.smithi043 (mon.0) 550 : cluster [INF] osd.7 [v2:172.21.15.164:6824/4124437411,v1:172.21.15.164:6825/4124437411] boot 2024-02-15T18:21:50.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:49.100582+0000 mon.smithi043 (mon.0) 551 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.101000+0000 mon.smithi043 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:21:49.533947+0000 mgr.smithi043.oyulcz (mgr.14164) 217 : cephadm [INF] Detected new or changed devices on smithi164 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.539009+0000 mon.smithi043 (mon.0) 553 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.785332+0000 mon.smithi043 (mon.0) 554 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.786355+0000 mon.smithi043 (mon.0) 555 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.787048+0000 mon.smithi043 (mon.0) 556 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.787797+0000 mon.smithi043 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.792349+0000 mon.smithi043 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.795659+0000 mon.smithi043 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.799158+0000 mon.smithi043 (mon.0) 560 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.800178+0000 mon.smithi043 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.800870+0000 mon.smithi043 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:50.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:49.804552+0000 mon.smithi043 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:21:50.744 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1708021309,"num_in_osds":8,"osd_in_since":1708021292,"num_remapped_pgs":0} 2024-02-15T18:21:50.745 INFO:tasks.cephadm:Setting up client nodes... 2024-02-15T18:21:50.745 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-15T18:21:51.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:21:49.788300+0000 mgr.smithi043.oyulcz (mgr.14164) 218 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 3992M 2024-02-15T18:21:51.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:50.108673+0000 mon.smithi043 (mon.0) 564 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-15T18:21:51.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:50.137319+0000 mon.smithi043 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.43:0/3049613838' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T18:21:51.462 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:21:49.788300+0000 mgr.smithi043.oyulcz (mgr.14164) 218 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 3992M 2024-02-15T18:21:51.462 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:50.108673+0000 mon.smithi043 (mon.0) 564 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-15T18:21:51.463 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:50.137319+0000 mon.smithi043 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.43:0/3049613838' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T18:21:52.371 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:51.033818+0000 mgr.smithi043.oyulcz (mgr.14164) 219 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:21:52.372 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:51.106806+0000 mon.smithi043 (mon.0) 566 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-15T18:21:52.372 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:51.113132+0000 mon.smithi043 (mon.0) 567 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-15T18:21:52.372 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:51.289831+0000 mon.smithi043 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:21:52.372 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:51.290015+0000 mon.smithi043 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:21:52.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:51.033818+0000 mgr.smithi043.oyulcz (mgr.14164) 219 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:21:52.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:51.106806+0000 mon.smithi043 (mon.0) 566 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-15T18:21:52.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:51.113132+0000 mon.smithi043 (mon.0) 567 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-15T18:21:52.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:51.289831+0000 mon.smithi043 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:21:52.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:51.290015+0000 mon.smithi043 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:21:52.856 INFO:teuthology.orchestra.run.smithi043.stdout:[client.0] 2024-02-15T18:21:52.856 INFO:teuthology.orchestra.run.smithi043.stdout: key = AQBAVs5lVzHqMhAAqL6YRj535bej6ms0AP9HuQ== 2024-02-15T18:21:53.611 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-02-15T18:21:53.611 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-15T18:21:53.611 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-15T18:21:53.655 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-15T18:21:53.932 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:21:54.175 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:52.854065+0000 mon.smithi043 (mon.0) 570 : audit [INF] from='client.? 172.21.15.43:0/3743094487' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-15T18:21:54.175 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:52.856652+0000 mon.smithi043 (mon.0) 571 : audit [INF] from='client.? 172.21.15.43:0/3743094487' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-15T18:21:54.175 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:53.034377+0000 mgr.smithi043.oyulcz (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:21:54.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:52.854065+0000 mon.smithi043 (mon.0) 570 : audit [INF] from='client.? 172.21.15.43:0/3743094487' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-15T18:21:54.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:52.856652+0000 mon.smithi043 (mon.0) 571 : audit [INF] from='client.? 172.21.15.43:0/3743094487' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-15T18:21:54.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:53.034377+0000 mgr.smithi043.oyulcz (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:21:55.891 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:21:55.891 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":51,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","created":"2024-02-15T18:15:47.657127+0000","modified":"2024-02-15T18:21:51.107204+0000","last_up_change":"2024-02-15T18:21:49.096549+0000","last_in_change":"2024-02-15T18:21:32.579997+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-15T18:20:00.732555+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":"a8d0b62f-e846-4870-be6d-4c9b70236e2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6802","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6803","nonce":472223135}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6804","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6805","nonce":472223135}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6808","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6809","nonce":472223135}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6806","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6807","nonce":472223135}]},"public_addr":"172.21.15.43:6803/472223135","cluster_addr":"172.21.15.43:6805/472223135","heartbeat_back_addr":"172.21.15.43:6809/472223135","heartbeat_front_addr":"172.21.15.43:6807/472223135","state":["exists","up"]},{"osd":1,"uuid":"18d528cd-13f5-425a-a03d-2c921a0a8abd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6810","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6811","nonce":697998091}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6812","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6813","nonce":697998091}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6816","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6817","nonce":697998091}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6814","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6815","nonce":697998091}]},"public_addr":"172.21.15.43:6811/697998091","cluster_addr":"172.21.15.43:6813/697998091","heartbeat_back_addr":"172.21.15.43:6817/697998091","heartbeat_front_addr":"172.21.15.43:6815/697998091","state":["exists","up"]},{"osd":2,"uuid":"d10e2ab0-819c-4302-ba35-ca5a698f5da5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6818","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6819","nonce":428046168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6820","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6821","nonce":428046168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6824","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6825","nonce":428046168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6822","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6823","nonce":428046168}]},"public_addr":"172.21.15.43:6819/428046168","cluster_addr":"172.21.15.43:6821/428046168","heartbeat_back_addr":"172.21.15.43:6825/428046168","heartbeat_front_addr":"172.21.15.43:6823/428046168","state":["exists","up"]},{"osd":3,"uuid":"5e3ab52b-d8c5-428c-919c-7f9753d8ec36","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6826","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6827","nonce":2679355161}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6828","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6829","nonce":2679355161}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6832","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6833","nonce":2679355161}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6830","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6831","nonce":2679355161}]},"public_addr":"172.21.15.43:6827/2679355161","cluster_addr":"172.21.15.43:6829/2679355161","heartbeat_back_addr":"172.21.15.43:6833/2679355161","heartbeat_front_addr":"172.21.15.43:6831/2679355161","state":["exists","up"]},{"osd":4,"uuid":"65943e9d-3a3d-4573-9a13-3f60713c750f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6801","nonce":924359572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6803","nonce":924359572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6807","nonce":924359572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6805","nonce":924359572}]},"public_addr":"172.21.15.164:6801/924359572","cluster_addr":"172.21.15.164:6803/924359572","heartbeat_back_addr":"172.21.15.164:6807/924359572","heartbeat_front_addr":"172.21.15.164:6805/924359572","state":["exists","up"]},{"osd":5,"uuid":"3fff44d8-c121-44b8-bacb-67d709093c28","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6809","nonce":3753496353}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6811","nonce":3753496353}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6815","nonce":3753496353}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6813","nonce":3753496353}]},"public_addr":"172.21.15.164:6809/3753496353","cluster_addr":"172.21.15.164:6811/3753496353","heartbeat_back_addr":"172.21.15.164:6815/3753496353","heartbeat_front_addr":"172.21.15.164:6813/3753496353","state":["exists","up"]},{"osd":6,"uuid":"eca688a1-12b7-43fd-85ac-85efa9c230a0","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.164:6816","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6817","nonce":2179341438}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6818","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6819","nonce":2179341438}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6822","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6823","nonce":2179341438}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6820","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6821","nonce":2179341438}]},"public_addr":"172.21.15.164:6817/2179341438","cluster_addr":"172.21.15.164:6819/2179341438","heartbeat_back_addr":"172.21.15.164:6823/2179341438","heartbeat_front_addr":"172.21.15.164:6821/2179341438","state":["exists","up"]},{"osd":7,"uuid":"1018aada-d86a-440b-b6e1-74675e52021d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6824","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6825","nonce":4124437411}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6826","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6827","nonce":4124437411}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6830","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6831","nonce":4124437411}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6828","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6829","nonce":4124437411}]},"public_addr":"172.21.15.164:6825/4124437411","cluster_addr":"172.21.15.164:6827/4124437411","heartbeat_back_addr":"172.21.15.164:6831/4124437411","heartbeat_front_addr":"172.21.15.164:6829/4124437411","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:19:07.037947+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:19:36.490576+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:19:58.394503+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:20:22.156216+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:20:40.354033+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:21:02.351315+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:21:24.571845+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:21:47.268252+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.43:0/4247066273":"2024-02-16T18:16:51.075505+0000","172.21.15.43:0/2733869869":"2024-02-16T18:16:51.075505+0000","172.21.15.43:6801/2216255974":"2024-02-16T18:16:35.740241+0000","172.21.15.43:6800/2216255974":"2024-02-16T18:16:35.740241+0000","172.21.15.43:6801/1570100359":"2024-02-16T18:16:51.075505+0000","172.21.15.43:0/2843034246":"2024-02-16T18:16:35.740241+0000","172.21.15.43:0/3328982551":"2024-02-16T18:16:35.740241+0000","172.21.15.43:6800/1570100359":"2024-02-16T18:16:51.075505+0000","172.21.15.43:6800/399715199":"2024-02-16T18:16:11.221135+0000","172.21.15.43:6801/399715199":"2024-02-16T18:16:11.221135+0000","172.21.15.43:0/4063685564":"2024-02-16T18:16:11.221135+0000","172.21.15.43:0/1306639866":"2024-02-16T18:16:11.221135+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-15T18:21:56.237 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:55.034773+0000 mgr.smithi043.oyulcz (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:21:56.237 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:55.891064+0000 mon.smithi043 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.43:0/455906441' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:21:56.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:55.034773+0000 mgr.smithi043.oyulcz (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:21:56.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:55.891064+0000 mon.smithi043 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.43:0/455906441' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:21:56.666 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-15T18:20:00.732555+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-15T18:21:56.666 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-15T18:21:56.905 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:21:57.392 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:57.088976+0000 mon.smithi043 (mon.0) 573 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-02-15T18:21:57.392 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:57.089011+0000 mon.smithi043 (mon.0) 574 : cluster [INF] Cluster is now healthy 2024-02-15T18:21:57.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:57.088976+0000 mon.smithi043 (mon.0) 573 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-02-15T18:21:57.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:57.089011+0000 mon.smithi043 (mon.0) 574 : cluster [INF] Cluster is now healthy 2024-02-15T18:21:58.425 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:57.035287+0000 mgr.smithi043.oyulcz (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:21:58.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:57.035287+0000 mgr.smithi043.oyulcz (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:21:58.818 INFO:teuthology.orchestra.run.smithi043.stdout:pg_num: 1 2024-02-15T18:21:59.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:21:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:21:58.818490+0000 mon.smithi043 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.43:0/3183045003' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-15T18:21:59.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:21:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:21:58.818490+0000 mon.smithi043 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.43:0/3183045003' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-15T18:21:59.521 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-15T18:21:59.521 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-15T18:21:59.521 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph mgr dump --format=json 2024-02-15T18:21:59.759 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:00.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:21:59.035755+0000 mgr.smithi043.oyulcz (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:00.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:21:59.035755+0000 mgr.smithi043.oyulcz (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:01.611 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:22:02.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:01.036092+0000 mgr.smithi043.oyulcz (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:02.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:01.607414+0000 mon.smithi043 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.43:0/2624568345' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-15T18:22:02.394 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi043.oyulcz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6800","nonce":2121593486},{"type":"v1","addr":"172.21.15.43:6801","nonce":2121593486}]},"active_addr":"172.21.15.43:6801/2121593486","active_change":"2024-02-15T18:16:51.075829+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14208,"name":"smithi164.shzocc","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.43:8443/","prometheus":"http://172.21.15.43: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.43:0","nonce":235947262}]},{"addrvec":[{"type":"v2","addr":"172.21.15.43:0","nonce":1446107543}]}]}} 2024-02-15T18:22:02.397 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-15T18:22:02.398 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-15T18:22:02.398 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-15T18:22:02.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:01.036092+0000 mgr.smithi043.oyulcz (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:02.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:01.607414+0000 mon.smithi043 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.43:0/2624568345' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-15T18:22:02.639 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:04.187 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:03.036438+0000 mgr.smithi043.oyulcz (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:04.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:03.036438+0000 mgr.smithi043.oyulcz (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:04.607 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:22:04.607 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":51,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","created":"2024-02-15T18:15:47.657127+0000","modified":"2024-02-15T18:21:51.107204+0000","last_up_change":"2024-02-15T18:21:49.096549+0000","last_in_change":"2024-02-15T18:21:32.579997+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-15T18:20:00.732555+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":"a8d0b62f-e846-4870-be6d-4c9b70236e2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6802","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6803","nonce":472223135}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6804","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6805","nonce":472223135}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6808","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6809","nonce":472223135}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6806","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6807","nonce":472223135}]},"public_addr":"172.21.15.43:6803/472223135","cluster_addr":"172.21.15.43:6805/472223135","heartbeat_back_addr":"172.21.15.43:6809/472223135","heartbeat_front_addr":"172.21.15.43:6807/472223135","state":["exists","up"]},{"osd":1,"uuid":"18d528cd-13f5-425a-a03d-2c921a0a8abd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6810","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6811","nonce":697998091}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6812","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6813","nonce":697998091}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6816","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6817","nonce":697998091}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6814","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6815","nonce":697998091}]},"public_addr":"172.21.15.43:6811/697998091","cluster_addr":"172.21.15.43:6813/697998091","heartbeat_back_addr":"172.21.15.43:6817/697998091","heartbeat_front_addr":"172.21.15.43:6815/697998091","state":["exists","up"]},{"osd":2,"uuid":"d10e2ab0-819c-4302-ba35-ca5a698f5da5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6818","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6819","nonce":428046168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6820","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6821","nonce":428046168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6824","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6825","nonce":428046168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6822","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6823","nonce":428046168}]},"public_addr":"172.21.15.43:6819/428046168","cluster_addr":"172.21.15.43:6821/428046168","heartbeat_back_addr":"172.21.15.43:6825/428046168","heartbeat_front_addr":"172.21.15.43:6823/428046168","state":["exists","up"]},{"osd":3,"uuid":"5e3ab52b-d8c5-428c-919c-7f9753d8ec36","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6826","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6827","nonce":2679355161}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6828","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6829","nonce":2679355161}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6832","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6833","nonce":2679355161}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6830","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6831","nonce":2679355161}]},"public_addr":"172.21.15.43:6827/2679355161","cluster_addr":"172.21.15.43:6829/2679355161","heartbeat_back_addr":"172.21.15.43:6833/2679355161","heartbeat_front_addr":"172.21.15.43:6831/2679355161","state":["exists","up"]},{"osd":4,"uuid":"65943e9d-3a3d-4573-9a13-3f60713c750f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6801","nonce":924359572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6803","nonce":924359572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6807","nonce":924359572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6805","nonce":924359572}]},"public_addr":"172.21.15.164:6801/924359572","cluster_addr":"172.21.15.164:6803/924359572","heartbeat_back_addr":"172.21.15.164:6807/924359572","heartbeat_front_addr":"172.21.15.164:6805/924359572","state":["exists","up"]},{"osd":5,"uuid":"3fff44d8-c121-44b8-bacb-67d709093c28","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6809","nonce":3753496353}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6811","nonce":3753496353}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6815","nonce":3753496353}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6813","nonce":3753496353}]},"public_addr":"172.21.15.164:6809/3753496353","cluster_addr":"172.21.15.164:6811/3753496353","heartbeat_back_addr":"172.21.15.164:6815/3753496353","heartbeat_front_addr":"172.21.15.164:6813/3753496353","state":["exists","up"]},{"osd":6,"uuid":"eca688a1-12b7-43fd-85ac-85efa9c230a0","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.164:6816","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6817","nonce":2179341438}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6818","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6819","nonce":2179341438}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6822","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6823","nonce":2179341438}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6820","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6821","nonce":2179341438}]},"public_addr":"172.21.15.164:6817/2179341438","cluster_addr":"172.21.15.164:6819/2179341438","heartbeat_back_addr":"172.21.15.164:6823/2179341438","heartbeat_front_addr":"172.21.15.164:6821/2179341438","state":["exists","up"]},{"osd":7,"uuid":"1018aada-d86a-440b-b6e1-74675e52021d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6824","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6825","nonce":4124437411}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6826","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6827","nonce":4124437411}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6830","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6831","nonce":4124437411}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6828","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6829","nonce":4124437411}]},"public_addr":"172.21.15.164:6825/4124437411","cluster_addr":"172.21.15.164:6827/4124437411","heartbeat_back_addr":"172.21.15.164:6831/4124437411","heartbeat_front_addr":"172.21.15.164:6829/4124437411","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:19:07.037947+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:19:36.490576+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:19:58.394503+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:20:22.156216+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:20:40.354033+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:21:02.351315+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:21:24.571845+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:21:47.268252+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.43:0/4247066273":"2024-02-16T18:16:51.075505+0000","172.21.15.43:0/2733869869":"2024-02-16T18:16:51.075505+0000","172.21.15.43:6801/2216255974":"2024-02-16T18:16:35.740241+0000","172.21.15.43:6800/2216255974":"2024-02-16T18:16:35.740241+0000","172.21.15.43:6801/1570100359":"2024-02-16T18:16:51.075505+0000","172.21.15.43:0/2843034246":"2024-02-16T18:16:35.740241+0000","172.21.15.43:0/3328982551":"2024-02-16T18:16:35.740241+0000","172.21.15.43:6800/1570100359":"2024-02-16T18:16:51.075505+0000","172.21.15.43:6800/399715199":"2024-02-16T18:16:11.221135+0000","172.21.15.43:6801/399715199":"2024-02-16T18:16:11.221135+0000","172.21.15.43:0/4063685564":"2024-02-16T18:16:11.221135+0000","172.21.15.43:0/1306639866":"2024-02-16T18:16:11.221135+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-15T18:22:04.944 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:04.607121+0000 mon.smithi043 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.43:0/671403971' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:22:05.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:04.607121+0000 mon.smithi043 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.43:0/671403971' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:22:05.366 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-15T18:22:05.367 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-15T18:22:05.606 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:06.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:05.036826+0000 mgr.smithi043.oyulcz (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:06.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:05.036826+0000 mgr.smithi043.oyulcz (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:07.371 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:22:07.372 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":51,"fsid":"27dc5e9e-cc2e-11ee-95ba-87774f69a715","created":"2024-02-15T18:15:47.657127+0000","modified":"2024-02-15T18:21:51.107204+0000","last_up_change":"2024-02-15T18:21:49.096549+0000","last_in_change":"2024-02-15T18:21:32.579997+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-15T18:20:00.732555+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":"a8d0b62f-e846-4870-be6d-4c9b70236e2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6802","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6803","nonce":472223135}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6804","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6805","nonce":472223135}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6808","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6809","nonce":472223135}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6806","nonce":472223135},{"type":"v1","addr":"172.21.15.43:6807","nonce":472223135}]},"public_addr":"172.21.15.43:6803/472223135","cluster_addr":"172.21.15.43:6805/472223135","heartbeat_back_addr":"172.21.15.43:6809/472223135","heartbeat_front_addr":"172.21.15.43:6807/472223135","state":["exists","up"]},{"osd":1,"uuid":"18d528cd-13f5-425a-a03d-2c921a0a8abd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6810","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6811","nonce":697998091}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6812","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6813","nonce":697998091}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6816","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6817","nonce":697998091}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6814","nonce":697998091},{"type":"v1","addr":"172.21.15.43:6815","nonce":697998091}]},"public_addr":"172.21.15.43:6811/697998091","cluster_addr":"172.21.15.43:6813/697998091","heartbeat_back_addr":"172.21.15.43:6817/697998091","heartbeat_front_addr":"172.21.15.43:6815/697998091","state":["exists","up"]},{"osd":2,"uuid":"d10e2ab0-819c-4302-ba35-ca5a698f5da5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6818","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6819","nonce":428046168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6820","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6821","nonce":428046168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6824","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6825","nonce":428046168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6822","nonce":428046168},{"type":"v1","addr":"172.21.15.43:6823","nonce":428046168}]},"public_addr":"172.21.15.43:6819/428046168","cluster_addr":"172.21.15.43:6821/428046168","heartbeat_back_addr":"172.21.15.43:6825/428046168","heartbeat_front_addr":"172.21.15.43:6823/428046168","state":["exists","up"]},{"osd":3,"uuid":"5e3ab52b-d8c5-428c-919c-7f9753d8ec36","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6826","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6827","nonce":2679355161}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6828","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6829","nonce":2679355161}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6832","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6833","nonce":2679355161}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6830","nonce":2679355161},{"type":"v1","addr":"172.21.15.43:6831","nonce":2679355161}]},"public_addr":"172.21.15.43:6827/2679355161","cluster_addr":"172.21.15.43:6829/2679355161","heartbeat_back_addr":"172.21.15.43:6833/2679355161","heartbeat_front_addr":"172.21.15.43:6831/2679355161","state":["exists","up"]},{"osd":4,"uuid":"65943e9d-3a3d-4573-9a13-3f60713c750f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6801","nonce":924359572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6803","nonce":924359572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6807","nonce":924359572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":924359572},{"type":"v1","addr":"172.21.15.164:6805","nonce":924359572}]},"public_addr":"172.21.15.164:6801/924359572","cluster_addr":"172.21.15.164:6803/924359572","heartbeat_back_addr":"172.21.15.164:6807/924359572","heartbeat_front_addr":"172.21.15.164:6805/924359572","state":["exists","up"]},{"osd":5,"uuid":"3fff44d8-c121-44b8-bacb-67d709093c28","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6809","nonce":3753496353}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6811","nonce":3753496353}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6815","nonce":3753496353}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":3753496353},{"type":"v1","addr":"172.21.15.164:6813","nonce":3753496353}]},"public_addr":"172.21.15.164:6809/3753496353","cluster_addr":"172.21.15.164:6811/3753496353","heartbeat_back_addr":"172.21.15.164:6815/3753496353","heartbeat_front_addr":"172.21.15.164:6813/3753496353","state":["exists","up"]},{"osd":6,"uuid":"eca688a1-12b7-43fd-85ac-85efa9c230a0","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.164:6816","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6817","nonce":2179341438}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6818","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6819","nonce":2179341438}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6822","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6823","nonce":2179341438}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6820","nonce":2179341438},{"type":"v1","addr":"172.21.15.164:6821","nonce":2179341438}]},"public_addr":"172.21.15.164:6817/2179341438","cluster_addr":"172.21.15.164:6819/2179341438","heartbeat_back_addr":"172.21.15.164:6823/2179341438","heartbeat_front_addr":"172.21.15.164:6821/2179341438","state":["exists","up"]},{"osd":7,"uuid":"1018aada-d86a-440b-b6e1-74675e52021d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6824","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6825","nonce":4124437411}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6826","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6827","nonce":4124437411}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6830","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6831","nonce":4124437411}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6828","nonce":4124437411},{"type":"v1","addr":"172.21.15.164:6829","nonce":4124437411}]},"public_addr":"172.21.15.164:6825/4124437411","cluster_addr":"172.21.15.164:6827/4124437411","heartbeat_back_addr":"172.21.15.164:6831/4124437411","heartbeat_front_addr":"172.21.15.164:6829/4124437411","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:19:07.037947+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:19:36.490576+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:19:58.394503+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:20:22.156216+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:20:40.354033+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:21:02.351315+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:21:24.571845+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T18:21:47.268252+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.43:0/4247066273":"2024-02-16T18:16:51.075505+0000","172.21.15.43:0/2733869869":"2024-02-16T18:16:51.075505+0000","172.21.15.43:6801/2216255974":"2024-02-16T18:16:35.740241+0000","172.21.15.43:6800/2216255974":"2024-02-16T18:16:35.740241+0000","172.21.15.43:6801/1570100359":"2024-02-16T18:16:51.075505+0000","172.21.15.43:0/2843034246":"2024-02-16T18:16:35.740241+0000","172.21.15.43:0/3328982551":"2024-02-16T18:16:35.740241+0000","172.21.15.43:6800/1570100359":"2024-02-16T18:16:51.075505+0000","172.21.15.43:6800/399715199":"2024-02-16T18:16:11.221135+0000","172.21.15.43:6801/399715199":"2024-02-16T18:16:11.221135+0000","172.21.15.43:0/4063685564":"2024-02-16T18:16:11.221135+0000","172.21.15.43:0/1306639866":"2024-02-16T18:16:11.221135+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-15T18:22:07.988 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-15T18:22:08.226 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:08.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:07.037451+0000 mgr.smithi043.oyulcz (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:08.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:07.371689+0000 mon.smithi043 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.43:0/3588811652' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:22:08.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:07.037451+0000 mgr.smithi043.oyulcz (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:08.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:07.371689+0000 mon.smithi043 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.43:0/3588811652' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:22:10.448 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:09.037793+0000 mgr.smithi043.oyulcz (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:10.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:09.037793+0000 mgr.smithi043.oyulcz (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:10.752 INFO:teuthology.orchestra.run.smithi043.stdout:38654705702 2024-02-15T18:22:10.753 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-15T18:22:10.991 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:12.438 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:11.038313+0000 mgr.smithi043.oyulcz (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:12.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:11.038313+0000 mgr.smithi043.oyulcz (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:13.418 INFO:teuthology.orchestra.run.smithi043.stdout:60129542177 2024-02-15T18:22:13.418 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-15T18:22:13.659 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:14.147 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:13.038711+0000 mgr.smithi043.oyulcz (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:14.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:13.038711+0000 mgr.smithi043.oyulcz (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:16.032 INFO:teuthology.orchestra.run.smithi043.stdout:81604378654 2024-02-15T18:22:16.032 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-15T18:22:16.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:15.039210+0000 mgr.smithi043.oyulcz (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:16.271 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:16.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:15.039210+0000 mgr.smithi043.oyulcz (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:18.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:17.039555+0000 mgr.smithi043.oyulcz (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:18.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:17.039555+0000 mgr.smithi043.oyulcz (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:18.567 INFO:teuthology.orchestra.run.smithi043.stdout:111669149721 2024-02-15T18:22:18.568 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-15T18:22:18.804 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:20.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:19.039869+0000 mgr.smithi043.oyulcz (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:20.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:19.039869+0000 mgr.smithi043.oyulcz (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:21.131 INFO:teuthology.orchestra.run.smithi043.stdout:133143986198 2024-02-15T18:22:21.131 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-15T18:22:21.368 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:22.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:21.040330+0000 mgr.smithi043.oyulcz (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:22.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:21.040330+0000 mgr.smithi043.oyulcz (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:23.727 INFO:teuthology.orchestra.run.smithi043.stdout:158913789970 2024-02-15T18:22:23.728 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-15T18:22:23.965 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:24.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:23.040612+0000 mgr.smithi043.oyulcz (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:24.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:23.040612+0000 mgr.smithi043.oyulcz (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:26.186 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:25.040896+0000 mgr.smithi043.oyulcz (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:26.207 INFO:teuthology.orchestra.run.smithi043.stdout:184683593743 2024-02-15T18:22:26.207 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-15T18:22:26.443 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:26.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:25.040896+0000 mgr.smithi043.oyulcz (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:28.151 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:27.041231+0000 mgr.smithi043.oyulcz (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:28.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:27.041231+0000 mgr.smithi043.oyulcz (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:28.823 INFO:teuthology.orchestra.run.smithi043.stdout:210453397514 2024-02-15T18:22:28.823 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-15T18:22:29.065 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:30.224 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:29.041526+0000 mgr.smithi043.oyulcz (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:30.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:29.041526+0000 mgr.smithi043.oyulcz (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:30.918 INFO:teuthology.orchestra.run.smithi043.stdout:38654705705 2024-02-15T18:22:31.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:30.918764+0000 mon.smithi043 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.43:0/2697444054' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-15T18:22:31.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:30.918764+0000 mon.smithi043 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.43:0/2697444054' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-15T18:22:31.584 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705702 got 38654705705 for osd.0 2024-02-15T18:22:31.584 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-15T18:22:31.820 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:32.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:31.041920+0000 mgr.smithi043.oyulcz (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:32.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:31.041920+0000 mgr.smithi043.oyulcz (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:33.668 INFO:teuthology.orchestra.run.smithi043.stdout:60129542181 2024-02-15T18:22:34.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:33.042286+0000 mgr.smithi043.oyulcz (mgr.14164) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:34.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:33.669193+0000 mon.smithi043 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.43:0/478687036' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-15T18:22:34.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:33.042286+0000 mgr.smithi043.oyulcz (mgr.14164) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:34.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:33.669193+0000 mon.smithi043 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.43:0/478687036' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-15T18:22:34.330 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542177 got 60129542181 for osd.1 2024-02-15T18:22:34.330 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-15T18:22:34.566 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:36.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:35.042584+0000 mgr.smithi043.oyulcz (mgr.14164) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:36.338 INFO:teuthology.orchestra.run.smithi043.stdout:81604378658 2024-02-15T18:22:36.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:35.042584+0000 mgr.smithi043.oyulcz (mgr.14164) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:37.125 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378654 got 81604378658 for osd.2 2024-02-15T18:22:37.125 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-15T18:22:37.365 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:37.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:36.339116+0000 mon.smithi043 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.43:0/345327616' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-15T18:22:37.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:36.339116+0000 mon.smithi043 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.43:0/345327616' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-15T18:22:38.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:37.042949+0000 mgr.smithi043.oyulcz (mgr.14164) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:38.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:37.042949+0000 mgr.smithi043.oyulcz (mgr.14164) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:39.286 INFO:teuthology.orchestra.run.smithi043.stdout:111669149725 2024-02-15T18:22:40.123 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149725 for osd.3 2024-02-15T18:22:40.124 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-15T18:22:40.367 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:40.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:39.043348+0000 mgr.smithi043.oyulcz (mgr.14164) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:40.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:39.286932+0000 mon.smithi043 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.43:0/362048321' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-15T18:22:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:39.043348+0000 mgr.smithi043.oyulcz (mgr.14164) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:39.286932+0000 mon.smithi043 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.43:0/362048321' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-15T18:22:42.289 INFO:teuthology.orchestra.run.smithi043.stdout:133143986202 2024-02-15T18:22:42.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:41.043998+0000 mgr.smithi043.oyulcz (mgr.14164) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:42.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:41.043998+0000 mgr.smithi043.oyulcz (mgr.14164) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:42.992 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986198 got 133143986202 for osd.4 2024-02-15T18:22:42.992 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-15T18:22:43.232 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:43.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:42.289614+0000 mon.smithi043 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.43:0/1026917576' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-15T18:22:43.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:42.289614+0000 mon.smithi043 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.43:0/1026917576' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-15T18:22:44.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:43.044324+0000 mgr.smithi043.oyulcz (mgr.14164) 245 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:44.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:43.044324+0000 mgr.smithi043.oyulcz (mgr.14164) 245 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:44.973 INFO:teuthology.orchestra.run.smithi043.stdout:158913789974 2024-02-15T18:22:45.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:44.974063+0000 mon.smithi043 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.43:0/3319469291' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-15T18:22:45.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:44.974063+0000 mon.smithi043 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.43:0/3319469291' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-15T18:22:45.654 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789970 got 158913789974 for osd.5 2024-02-15T18:22:45.654 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-15T18:22:45.892 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:46.425 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:45.044628+0000 mgr.smithi043.oyulcz (mgr.14164) 246 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:46.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:45.044628+0000 mgr.smithi043.oyulcz (mgr.14164) 246 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:47.861 INFO:teuthology.orchestra.run.smithi043.stdout:184683593748 2024-02-15T18:22:48.155 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:47.045006+0000 mgr.smithi043.oyulcz (mgr.14164) 247 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:48.155 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:47.862329+0000 mon.smithi043 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.43:0/3809019263' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-15T18:22:48.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:47.045006+0000 mgr.smithi043.oyulcz (mgr.14164) 247 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:48.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:47.862329+0000 mon.smithi043 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.43:0/3809019263' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-15T18:22:48.475 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593743 got 184683593748 for osd.6 2024-02-15T18:22:48.475 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-15T18:22:48.714 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:50.184 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:49.045507+0000 mgr.smithi043.oyulcz (mgr.14164) 248 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:50.184 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:49.807988+0000 mon.smithi043 (mon.0) 586 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:50.184 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:49.809239+0000 mon.smithi043 (mon.0) 587 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:50.185 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:49.810015+0000 mon.smithi043 (mon.0) 588 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:50.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:49.045507+0000 mgr.smithi043.oyulcz (mgr.14164) 248 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:50.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:49.807988+0000 mon.smithi043 (mon.0) 586 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:50.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:49.809239+0000 mon.smithi043 (mon.0) 587 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:50.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:49.810015+0000 mon.smithi043 (mon.0) 588 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:50.612 INFO:teuthology.orchestra.run.smithi043.stdout:210453397518 2024-02-15T18:22:51.305 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397514 got 210453397518 for osd.7 2024-02-15T18:22:51.305 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-15T18:22:51.305 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-15T18:22:51.542 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:51.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:50.263601+0000 mon.smithi043 (mon.0) 589 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:22:51.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:50.613035+0000 mon.smithi043 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.43:0/1192501846' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-15T18:22:51.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:50.263601+0000 mon.smithi043 (mon.0) 589 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:22:51.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:50.613035+0000 mon.smithi043 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.43:0/1192501846' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-15T18:22:52.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:51.045996+0000 mgr.smithi043.oyulcz (mgr.14164) 249 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:52.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:51.292361+0000 mon.smithi043 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:22:52.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:51.292542+0000 mon.smithi043 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:22:52.715 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:51.045996+0000 mgr.smithi043.oyulcz (mgr.14164) 249 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:52.715 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:51.292361+0000 mon.smithi043 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:22:52.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:51.292542+0000 mon.smithi043 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:22:53.439 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:22:53.441 INFO:teuthology.orchestra.run.smithi043.stderr:dumped all 2024-02-15T18:22:54.033 INFO:teuthology.orchestra.run.smithi043.stdout:{"pg_ready":true,"pg_map":{"version":222,"stamp":"2024-02-15T18:22:53.046226+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":43344,"kb_used_data":3920,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917872,"statfs":{"total":767960285184,"available":767915900928,"internally_reserved":0,"allocated":4014080,"data_stored":1601561,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":51,"state":"active+clean","last_fresh":"2024-02-15T18:21:51.385987+0000","last_change":"2024-02-15T18:21:51.385987+0000","last_active":"2024-02-15T18:21:51.385987+0000","last_peered":"2024-02-15T18:21:51.385987+0000","last_clean":"2024-02-15T18:21:51.385987+0000","last_became_active":"2024-02-15T18:21:51.385642+0000","last_became_peered":"2024-02-15T18:21:51.385642+0000","last_unstale":"2024-02-15T18:21:51.385987+0000","last_undegraded":"2024-02-15T18:21:51.385987+0000","last_fullsized":"2024-02-15T18:21:51.385987+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-15T18:20:01.278425+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-15T18:20:01.278425+0000","last_clean_scrub_stamp":"2024-02-15T18:20:01.278425+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5236,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739916,"statfs":{"total":95995035648,"available":95989673984,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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.63400000000000001}]},{"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.752}]},{"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.623}]},{"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.64300000000000002}]},{"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.49099999999999999}]},{"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.58799999999999997}]},{"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.68100000000000005}]}]},{"osd":6,"up_from":43,"seq":184683593749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5296,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739856,"statfs":{"total":95995035648,"available":95989612544,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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 Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.70299999999999996}]},{"osd":1,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.622},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.56200000000000006}]},{"osd":2,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.51200000000000001}]},{"osd":3,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.63800000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.57499999999999996}]},{"osd":5,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.71599999999999997}]},{"osd":7,"last update":"Thu Feb 15 18:22:49 2024","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.65300000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542185,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 18:22:38 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.33200000000000002,"15min":0.313},"min":{"1min":0.28000000000000003,"5min":0.222,"15min":0.222},"max":{"1min":0.50900000000000001,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.34899999999999998,"15min":0.32300000000000001},"min":{"1min":0.29499999999999998,"5min":0.218,"15min":0.218},"max":{"1min":0.49299999999999999,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.35099999999999998}]},{"osd":2,"last update":"Thu Feb 15 18:22:06 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.35399999999999998,"15min":0.34799999999999998},"min":{"1min":0.28599999999999998,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.44600000000000001,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.39800000000000002,"15min":0.39000000000000001},"min":{"1min":0.34699999999999998,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58699999999999997,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.39500000000000002}]},{"osd":3,"last update":"Thu Feb 15 18:22:28 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.30099999999999999,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.57099999999999995,"5min":0.625,"15min":0.625},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.34899999999999998,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.33800000000000002}]},{"osd":4,"last update":"Thu Feb 15 18:21:47 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.65300000000000002}]},{"osd":5,"last update":"Thu Feb 15 18:22:06 2024","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.66600000000000004}]},{"osd":6,"last update":"Thu Feb 15 18:22:28 2024","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.72499999999999998}]},{"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.68500000000000005}]}]},{"osd":0,"up_from":9,"seq":38654705710,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5556,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739596,"statfs":{"total":95995035648,"available":95989346304,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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":"Thu Feb 15 18:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36099999999999999,"15min":0.35699999999999998},"min":{"1min":0.24299999999999999,"5min":0.17599999999999999,"15min":0.17599999999999999},"max":{"1min":0.82699999999999996,"5min":0.98999999999999999,"15min":0.98999999999999999},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.36099999999999999,"15min":0.34300000000000003},"min":{"1min":0.25900000000000001,"5min":0.19700000000000001,"15min":0.19700000000000001},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.28999999999999998}]},{"osd":2,"last update":"Thu Feb 15 18:22:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.36499999999999999,"15min":0.35899999999999999},"min":{"1min":0.28799999999999998,"5min":0.25,"15min":0.25},"max":{"1min":0.59899999999999998,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.41699999999999998,"15min":0.41099999999999998},"min":{"1min":0.309,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.67100000000000004,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.313}]},{"osd":3,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.46300000000000002,"15min":0.45900000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.441,"15min":0.437},"min":{"1min":0.32800000000000001,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.32800000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.57999999999999996,"15min":0.57699999999999996},"min":{"1min":0.42499999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.441},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.42099999999999999,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.48399999999999999}]},{"osd":5,"last update":"Thu Feb 15 18:22:06 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.433}]},{"osd":6,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.996,"5min":0.996,"15min":0.996},"last":0.502}]},{"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.54300000000000004}]}]},{"osd":2,"up_from":19,"seq":81604378662,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5488,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739664,"statfs":{"total":95995035648,"available":95989415936,"internally_reserved":0,"allocated":499712,"data_stored":199734,"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":"Thu Feb 15 18:22:03 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.373,"15min":0.36299999999999999},"min":{"1min":0.26200000000000001,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.309},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.38,"15min":0.36499999999999999},"min":{"1min":0.29599999999999999,"5min":0.224,"15min":0.224},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.32800000000000001}]},{"osd":1,"last update":"Thu Feb 15 18:22:03 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.38400000000000001,"15min":0.36699999999999999},"min":{"1min":0.33400000000000002,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.39800000000000002,"15min":0.38200000000000001},"min":{"1min":0.316,"5min":0.25,"15min":0.25},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.373}]},{"osd":3,"last update":"Thu Feb 15 18:22:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.45200000000000001,"15min":0.45000000000000001},"min":{"1min":0.29799999999999999,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.45400000000000001,"15min":0.45100000000000001},"min":{"1min":0.33500000000000002,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.34200000000000003}]},{"osd":4,"last update":"Thu Feb 15 18:22:45 2024","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.48199999999999998,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.81599999999999995,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.629,"15min":0.623},"min":{"1min":0.53800000000000003,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.42099999999999999}]},{"osd":5,"last update":"Thu Feb 15 18:22:07 2024","interfaces":[{"interface":"back","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.42799999999999999}]},{"osd":6,"last update":"Thu Feb 15 18:22:28 2024","interfaces":[{"interface":"back","average":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.501},{"interface":"front","average":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.44800000000000001}]},{"osd":7,"last update":"Thu Feb 15 18:22:51 2024","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.53400000000000003}]}]},{"osd":3,"up_from":26,"seq":111669149728,"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":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 18:22:26 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27700000000000002,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.46899999999999997,"5min":0.504,"15min":0.504},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.40200000000000002,"15min":0.39800000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.57899999999999996,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.28799999999999998}]},{"osd":1,"last update":"Thu Feb 15 18:22:26 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.27300000000000002,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.56399999999999995,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.39800000000000002,"15min":0.39400000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.31900000000000001}]},{"osd":2,"last update":"Thu Feb 15 18:22:26 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.443,"15min":0.439},"min":{"1min":0.32300000000000001,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.43099999999999999,"15min":0.432},"min":{"1min":0.312,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.53700000000000003,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.47499999999999998}]},{"osd":4,"last update":"Thu Feb 15 18:22:45 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.45100000000000001,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.75900000000000001,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.59399999999999997,"15min":0.59199999999999997},"min":{"1min":0.435,"5min":0.374,"15min":0.374},"max":{"1min":0.75700000000000001,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.57799999999999996}]},{"osd":5,"last update":"Thu Feb 15 18:22:07 2024","interfaces":[{"interface":"back","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.504},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.55700000000000005}]},{"osd":6,"last update":"Thu Feb 15 18:22:26 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.58899999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52100000000000002}]}]},{"osd":4,"up_from":31,"seq":133143986205,"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":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 18:22:44 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.55700000000000005,"15min":0.55500000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.57099999999999995,"15min":0.57699999999999996},"min":{"1min":0.38100000000000001,"5min":0.375,"15min":0.375},"max":{"1min":0.67800000000000005,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.53600000000000003}]},{"osd":1,"last update":"Thu Feb 15 18:22:44 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.56599999999999995,"15min":0.57099999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.68999999999999995,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.56100000000000005,"15min":0.55900000000000005},"min":{"1min":0.41899999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.51200000000000001}]},{"osd":2,"last update":"Thu Feb 15 18:22:44 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.59699999999999998,"15min":0.59999999999999998},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.55800000000000005,"15min":0.55500000000000005},"min":{"1min":0.442,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.73399999999999999,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.59399999999999997}]},{"osd":3,"last update":"Thu Feb 15 18:22:44 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.58999999999999997,"15min":0.59599999999999997},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.79600000000000004,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57199999999999995,"15min":0.56999999999999995},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.55600000000000005}]},{"osd":5,"last update":"Thu Feb 15 18:22:04 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.69799999999999995}]},{"osd":6,"last update":"Thu Feb 15 18:22:29 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"last":0.71399999999999997}]},{"osd":7,"last update":"Thu Feb 15 18:22:49 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.66800000000000004}]}]},{"osd":5,"up_from":37,"seq":158913789976,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5360,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739792,"statfs":{"total":95995035648,"available":95989547008,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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 Feb 15 18:22:05 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.49399999999999999}]},{"osd":1,"last update":"Thu Feb 15 18:22:05 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.44700000000000001}]},{"osd":2,"last update":"Thu Feb 15 18:22:05 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.63900000000000001}]},{"osd":3,"last update":"Thu Feb 15 18:22:05 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.66400000000000003}]},{"osd":4,"last update":"Thu Feb 15 18:22:05 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.622}]},{"osd":6,"last update":"Thu Feb 15 18:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.59699999999999998}]},{"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.56999999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-15T18:22:54.035 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-15T18:22:54.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:53.046404+0000 mgr.smithi043.oyulcz (mgr.14164) 250 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:54.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:53.437839+0000 mgr.smithi043.oyulcz (mgr.14164) 251 : audit [DBG] from='client.14440 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:22:54.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:53.046404+0000 mgr.smithi043.oyulcz (mgr.14164) 250 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:54.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:53.437839+0000 mgr.smithi043.oyulcz (mgr.14164) 251 : audit [DBG] from='client.14440 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:22:54.271 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:56.014 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:22:56.016 INFO:teuthology.orchestra.run.smithi043.stderr:dumped all 2024-02-15T18:22:56.379 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:55.046855+0000 mgr.smithi043.oyulcz (mgr.14164) 252 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:56.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:55.046855+0000 mgr.smithi043.oyulcz (mgr.14164) 252 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:56.688 INFO:teuthology.orchestra.run.smithi043.stdout:{"pg_ready":true,"pg_map":{"version":223,"stamp":"2024-02-15T18:22:55.046624+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":43344,"kb_used_data":3920,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917872,"statfs":{"total":767960285184,"available":767915900928,"internally_reserved":0,"allocated":4014080,"data_stored":1601561,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":51,"state":"active+clean","last_fresh":"2024-02-15T18:21:51.385987+0000","last_change":"2024-02-15T18:21:51.385987+0000","last_active":"2024-02-15T18:21:51.385987+0000","last_peered":"2024-02-15T18:21:51.385987+0000","last_clean":"2024-02-15T18:21:51.385987+0000","last_became_active":"2024-02-15T18:21:51.385642+0000","last_became_peered":"2024-02-15T18:21:51.385642+0000","last_unstale":"2024-02-15T18:21:51.385987+0000","last_undegraded":"2024-02-15T18:21:51.385987+0000","last_fullsized":"2024-02-15T18:21:51.385987+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-15T18:20:01.278425+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-15T18:20:01.278425+0000","last_clean_scrub_stamp":"2024-02-15T18:20:01.278425+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5236,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739916,"statfs":{"total":95995035648,"available":95989673984,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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.63400000000000001}]},{"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.752}]},{"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.623}]},{"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.64300000000000002}]},{"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.49099999999999999}]},{"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.58799999999999997}]},{"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.68100000000000005}]}]},{"osd":6,"up_from":43,"seq":184683593749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5296,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739856,"statfs":{"total":95995035648,"available":95989612544,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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 Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.70299999999999996}]},{"osd":1,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.622},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.56200000000000006}]},{"osd":2,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.51200000000000001}]},{"osd":3,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.63800000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.57499999999999996}]},{"osd":5,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.71599999999999997}]},{"osd":7,"last update":"Thu Feb 15 18:22:49 2024","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.65300000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542186,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 18:22:38 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.33200000000000002,"15min":0.313},"min":{"1min":0.28000000000000003,"5min":0.222,"15min":0.222},"max":{"1min":0.50900000000000001,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.34899999999999998,"15min":0.32300000000000001},"min":{"1min":0.29499999999999998,"5min":0.218,"15min":0.218},"max":{"1min":0.49299999999999999,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.36199999999999999}]},{"osd":2,"last update":"Thu Feb 15 18:22:06 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.35399999999999998,"15min":0.34799999999999998},"min":{"1min":0.28599999999999998,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.44600000000000001,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.39800000000000002,"15min":0.39000000000000001},"min":{"1min":0.34699999999999998,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58699999999999997,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.46000000000000002}]},{"osd":3,"last update":"Thu Feb 15 18:22:28 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.30099999999999999,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.57099999999999995,"5min":0.625,"15min":0.625},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.34899999999999998,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.373}]},{"osd":4,"last update":"Thu Feb 15 18:22:49 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.59299999999999997,"15min":0.58999999999999997},"min":{"1min":0.44400000000000001,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.78200000000000003,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.627,"15min":0.625},"min":{"1min":0.42199999999999999,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.80500000000000005,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.46999999999999997}]},{"osd":5,"last update":"Thu Feb 15 18:22:06 2024","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.53300000000000003}]},{"osd":6,"last update":"Thu Feb 15 18:22:28 2024","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.54400000000000004}]},{"osd":7,"last update":"Thu Feb 15 18:22:49 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.58899999999999997}]}]},{"osd":0,"up_from":9,"seq":38654705711,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5556,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739596,"statfs":{"total":95995035648,"available":95989346304,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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":"Thu Feb 15 18:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36099999999999999,"15min":0.35699999999999998},"min":{"1min":0.24299999999999999,"5min":0.17599999999999999,"15min":0.17599999999999999},"max":{"1min":0.82699999999999996,"5min":0.98999999999999999,"15min":0.98999999999999999},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.36099999999999999,"15min":0.34300000000000003},"min":{"1min":0.25900000000000001,"5min":0.19700000000000001,"15min":0.19700000000000001},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.29499999999999998}]},{"osd":2,"last update":"Thu Feb 15 18:22:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.36499999999999999,"15min":0.35899999999999999},"min":{"1min":0.28799999999999998,"5min":0.25,"15min":0.25},"max":{"1min":0.59899999999999998,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.41699999999999998,"15min":0.41099999999999998},"min":{"1min":0.309,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.67100000000000004,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.30599999999999999}]},{"osd":3,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.46300000000000002,"15min":0.45900000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.441,"15min":0.437},"min":{"1min":0.32800000000000001,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.35599999999999998}]},{"osd":4,"last update":"Thu Feb 15 18:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.57999999999999996,"15min":0.57699999999999996},"min":{"1min":0.42499999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.42099999999999999,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.50900000000000001}]},{"osd":5,"last update":"Thu Feb 15 18:22:06 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.627},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.54600000000000004}]},{"osd":6,"last update":"Thu Feb 15 18:22:27 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.996,"5min":0.996,"15min":0.996},"last":0.63700000000000001}]},{"osd":7,"last update":"Thu Feb 15 18:22:50 2024","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.012,"5min":1.012,"15min":1.012},"last":0.56399999999999995}]}]},{"osd":2,"up_from":19,"seq":81604378662,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5488,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739664,"statfs":{"total":95995035648,"available":95989415936,"internally_reserved":0,"allocated":499712,"data_stored":199734,"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":"Thu Feb 15 18:22:03 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.373,"15min":0.36299999999999999},"min":{"1min":0.26200000000000001,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.309},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.38,"15min":0.36499999999999999},"min":{"1min":0.29599999999999999,"5min":0.224,"15min":0.224},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.32800000000000001}]},{"osd":1,"last update":"Thu Feb 15 18:22:03 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.38400000000000001,"15min":0.36699999999999999},"min":{"1min":0.33400000000000002,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.39800000000000002,"15min":0.38200000000000001},"min":{"1min":0.316,"5min":0.25,"15min":0.25},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.373}]},{"osd":3,"last update":"Thu Feb 15 18:22:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.45200000000000001,"15min":0.45000000000000001},"min":{"1min":0.29799999999999999,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.45400000000000001,"15min":0.45100000000000001},"min":{"1min":0.33500000000000002,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.34200000000000003}]},{"osd":4,"last update":"Thu Feb 15 18:22:45 2024","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.48199999999999998,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.81599999999999995,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.629,"15min":0.623},"min":{"1min":0.53800000000000003,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.42099999999999999}]},{"osd":5,"last update":"Thu Feb 15 18:22:07 2024","interfaces":[{"interface":"back","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.42799999999999999}]},{"osd":6,"last update":"Thu Feb 15 18:22:28 2024","interfaces":[{"interface":"back","average":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.501},{"interface":"front","average":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.44800000000000001}]},{"osd":7,"last update":"Thu Feb 15 18:22:51 2024","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.53400000000000003}]}]},{"osd":3,"up_from":26,"seq":111669149728,"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":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 18:22:26 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27700000000000002,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.46899999999999997,"5min":0.504,"15min":0.504},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.40200000000000002,"15min":0.39800000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.57899999999999996,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.28799999999999998}]},{"osd":1,"last update":"Thu Feb 15 18:22:26 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.27300000000000002,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.56399999999999995,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.39800000000000002,"15min":0.39400000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.31900000000000001}]},{"osd":2,"last update":"Thu Feb 15 18:22:26 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.443,"15min":0.439},"min":{"1min":0.32300000000000001,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.43099999999999999,"15min":0.432},"min":{"1min":0.312,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.53700000000000003,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.47499999999999998}]},{"osd":4,"last update":"Thu Feb 15 18:22:45 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.45100000000000001,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.75900000000000001,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.59399999999999997,"15min":0.59199999999999997},"min":{"1min":0.435,"5min":0.374,"15min":0.374},"max":{"1min":0.75700000000000001,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.57799999999999996}]},{"osd":5,"last update":"Thu Feb 15 18:22:07 2024","interfaces":[{"interface":"back","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.504},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.55700000000000005}]},{"osd":6,"last update":"Thu Feb 15 18:22:26 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.58899999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52100000000000002}]}]},{"osd":4,"up_from":31,"seq":133143986205,"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":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 18:22:44 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.55700000000000005,"15min":0.55500000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.57099999999999995,"15min":0.57699999999999996},"min":{"1min":0.38100000000000001,"5min":0.375,"15min":0.375},"max":{"1min":0.67800000000000005,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.53600000000000003}]},{"osd":1,"last update":"Thu Feb 15 18:22:44 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.56599999999999995,"15min":0.57099999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.68999999999999995,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.56100000000000005,"15min":0.55900000000000005},"min":{"1min":0.41899999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.51200000000000001}]},{"osd":2,"last update":"Thu Feb 15 18:22:44 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.59699999999999998,"15min":0.59999999999999998},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.55800000000000005,"15min":0.55500000000000005},"min":{"1min":0.442,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.73399999999999999,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.59399999999999997}]},{"osd":3,"last update":"Thu Feb 15 18:22:44 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.58999999999999997,"15min":0.59599999999999997},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.79600000000000004,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57199999999999995,"15min":0.56999999999999995},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.55600000000000005}]},{"osd":5,"last update":"Thu Feb 15 18:22:04 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.69799999999999995}]},{"osd":6,"last update":"Thu Feb 15 18:22:29 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"last":0.71399999999999997}]},{"osd":7,"last update":"Thu Feb 15 18:22:49 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.66800000000000004}]}]},{"osd":5,"up_from":37,"seq":158913789977,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5360,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739792,"statfs":{"total":95995035648,"available":95989547008,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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 Feb 15 18:22:05 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.59499999999999997}]},{"osd":1,"last update":"Thu Feb 15 18:22:05 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.56599999999999995}]},{"osd":2,"last update":"Thu Feb 15 18:22:05 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.52300000000000002}]},{"osd":3,"last update":"Thu Feb 15 18:22:05 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.55700000000000005}]},{"osd":4,"last update":"Thu Feb 15 18:22:05 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.40799999999999997}]},{"osd":6,"last update":"Thu Feb 15 18:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.49099999999999999}]},{"osd":7,"last update":"Thu Feb 15 18:22:51 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.47199999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-15T18:22:56.693 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-15T18:22:56.693 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-15T18:22:56.693 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-15T18:22:56.693 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph health --format=json 2024-02-15T18:22:56.931 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/mon.smithi043/config 2024-02-15T18:22:57.354 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:56.012824+0000 mgr.smithi043.oyulcz (mgr.14164) 253 : audit [DBG] from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:22:57.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:56.012824+0000 mgr.smithi043.oyulcz (mgr.14164) 253 : audit [DBG] from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:22:58.370 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:57.047337+0000 mgr.smithi043.oyulcz (mgr.14164) 254 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:58.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:57.047337+0000 mgr.smithi043.oyulcz (mgr.14164) 254 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:22:58.804 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:22:59.400 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:22:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:22:58.804677+0000 mon.smithi043 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.43:0/3046098992' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-15T18:22:59.420 INFO:teuthology.orchestra.run.smithi043.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-15T18:22:59.421 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-15T18:22:59.421 INFO:tasks.cephadm:Setup complete, yielding 2024-02-15T18:22:59.421 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T18:22:59.432 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:22:59.433 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph orch status' 2024-02-15T18:22:59.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:22:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:22:58.804677+0000 mon.smithi043 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.43:0/3046098992' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-15T18:23:00.451 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:22:59.047796+0000 mgr.smithi043.oyulcz (mgr.14164) 255 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:00.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:22:59.047796+0000 mgr.smithi043.oyulcz (mgr.14164) 255 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:01.425 INFO:teuthology.orchestra.run.smithi043.stdout:Backend: cephadm 2024-02-15T18:23:01.425 INFO:teuthology.orchestra.run.smithi043.stdout:Available: Yes 2024-02-15T18:23:01.425 INFO:teuthology.orchestra.run.smithi043.stdout:Paused: No 2024-02-15T18:23:02.059 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-15T18:23:02.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:01.048340+0000 mgr.smithi043.oyulcz (mgr.14164) 256 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:02.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:01.425936+0000 mgr.smithi043.oyulcz (mgr.14164) 257 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:02.484 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:01.048340+0000 mgr.smithi043.oyulcz (mgr.14164) 256 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:02.484 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:01.425936+0000 mgr.smithi043.oyulcz (mgr.14164) 257 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:04.018 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:23:04.018 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (3m) 99s ago 5m 22.3M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:23:04.018 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (5m) 99s ago 5m 6391k - 16.2.5 6933c2a0b7dd e57289688841 2024-02-15T18:23:04.018 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (4m) 78s ago 4m 6387k - 16.2.5 6933c2a0b7dd a175e24e4fb9 2024-02-15T18:23:04.018 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (3m) 99s ago 5m 25.3M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:23:04.018 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:9283 running (7m) 99s ago 7m 414M - 16.2.5 6933c2a0b7dd c66e167a7d97 2024-02-15T18:23:04.018 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (4m) 78s ago 4m 371M - 16.2.5 6933c2a0b7dd c0add3ce2fd9 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (7m) 99s ago 7m 57.3M 2048M 16.2.5 6933c2a0b7dd ff8f2ffd3c2b 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (4m) 78s ago 4m 59.7M 2048M 16.2.5 6933c2a0b7dd f6a13062255f 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (5m) 99s ago 5m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (4m) 78s ago 4m 17.1M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (4m) 99s ago 4m 29.7M 3225M 16.2.5 6933c2a0b7dd 7b7e522562c9 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (3m) 99s ago 3m 30.0M 3225M 16.2.5 6933c2a0b7dd 11b84291a2da 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (3m) 99s ago 3m 30.6M 3225M 16.2.5 6933c2a0b7dd f5001467a90f 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (2m) 99s ago 2m 26.1M 3225M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (2m) 78s ago 2m 29.5M 3992M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (2m) 78s ago 2m 29.8M 3992M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (104s) 78s ago 103s 28.0M 3992M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (81s) 78s ago 80s 13.9M 3992M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:23:04.019 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (3m) 99s ago 4m 39.2M - 2.18.1 de242295e225 5f0253924e70 2024-02-15T18:23:04.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:03.048861+0000 mgr.smithi043.oyulcz (mgr.14164) 258 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:04.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:03.048861+0000 mgr.smithi043.oyulcz (mgr.14164) 258 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:04.776 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-15T18:23:05.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:04.010880+0000 mgr.smithi043.oyulcz (mgr.14164) 259 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:05.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:04.010880+0000 mgr.smithi043.oyulcz (mgr.14164) 259 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:06.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:05.049191+0000 mgr.smithi043.oyulcz (mgr.14164) 260 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:06.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:05.049191+0000 mgr.smithi043.oyulcz (mgr.14164) 260 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:07.048 INFO:teuthology.orchestra.run.smithi043.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-15T18:23:07.048 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager ?:9093,9094 1/1 102s ago 6m count:1 2024-02-15T18:23:07.048 INFO:teuthology.orchestra.run.smithi043.stdout:crash 2/2 102s ago 6m * 2024-02-15T18:23:07.048 INFO:teuthology.orchestra.run.smithi043.stdout:grafana ?:3000 1/1 102s ago 6m count:1 2024-02-15T18:23:07.048 INFO:teuthology.orchestra.run.smithi043.stdout:mgr 2/2 102s ago 6m count:2 2024-02-15T18:23:07.048 INFO:teuthology.orchestra.run.smithi043.stdout:mon 2/2 102s ago 5m smithi043:172.21.15.43=smithi043;smithi164:172.21.15.164=smithi164;count:2 2024-02-15T18:23:07.048 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter ?:9100 2/2 102s ago 6m * 2024-02-15T18:23:07.048 INFO:teuthology.orchestra.run.smithi043.stdout:osd 8/8 102s ago - 2024-02-15T18:23:07.049 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus ?:9095 1/1 102s ago 6m count:1 2024-02-15T18:23:07.769 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-15T18:23:08.394 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:07.044776+0000 mgr.smithi043.oyulcz (mgr.14164) 261 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:08.394 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:07.049507+0000 mgr.smithi043.oyulcz (mgr.14164) 262 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:08.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:07.044776+0000 mgr.smithi043.oyulcz (mgr.14164) 261 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:08.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:07.049507+0000 mgr.smithi043.oyulcz (mgr.14164) 262 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:09.698 INFO:teuthology.orchestra.run.smithi043.stdout:HOST ADDR LABELS STATUS 2024-02-15T18:23:09.698 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 172.21.15.43 2024-02-15T18:23:09.698 INFO:teuthology.orchestra.run.smithi043.stdout:smithi164 172.21.15.164 2024-02-15T18:23:10.455 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:09.049877+0000 mgr.smithi043.oyulcz (mgr.14164) 263 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:10.455 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:09.698331+0000 mgr.smithi043.oyulcz (mgr.14164) 264 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:10.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:09.049877+0000 mgr.smithi043.oyulcz (mgr.14164) 263 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:10.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:09.698331+0000 mgr.smithi043.oyulcz (mgr.14164) 264 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:10.478 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-15T18:23:12.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:11.050393+0000 mgr.smithi043.oyulcz (mgr.14164) 265 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:12.484 INFO:teuthology.orchestra.run.smithi043.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-15T18:23:12.484 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 /dev/nvme0n1 ssd PHMB751300GH480DGN 480G Unknown N/A N/A No 2024-02-15T18:23:12.484 INFO:teuthology.orchestra.run.smithi043.stdout:smithi164 /dev/nvme0n1 ssd CVFT623300H0400BGN 400G Unknown N/A N/A No 2024-02-15T18:23:12.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:11.050393+0000 mgr.smithi043.oyulcz (mgr.14164) 265 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:13.128 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:12.484263+0000 mgr.smithi043.oyulcz (mgr.14164) 266 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:13.129 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-15T18:23:13.139 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:23:13.140 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-15T18:23:13.170 INFO:teuthology.orchestra.run.smithi043.stderr:+ systemctl stop nfs-server 2024-02-15T18:23:13.178 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi164.front.sepia.ceph.com 2024-02-15T18:23:13.178 DEBUG:teuthology.orchestra.run.smithi164:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-15T18:23:13.214 INFO:teuthology.orchestra.run.smithi164.stderr:+ systemctl stop nfs-server 2024-02-15T18:23:13.223 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T18:23:13.233 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:23:13.233 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-15T18:23:13.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:12.484263+0000 mgr.smithi043.oyulcz (mgr.14164) 266 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:14.403 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:13.050874+0000 mgr.smithi043.oyulcz (mgr.14164) 267 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:14.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:13.050874+0000 mgr.smithi043.oyulcz (mgr.14164) 267 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:16.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:15.051278+0000 mgr.smithi043.oyulcz (mgr.14164) 268 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:16.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:15.390169+0000 mgr.smithi043.oyulcz (mgr.14164) 269 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:16.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:15.390685+0000 mon.smithi043 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-15T18:23:16.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:15.051278+0000 mgr.smithi043.oyulcz (mgr.14164) 268 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:16.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:15.390169+0000 mgr.smithi043.oyulcz (mgr.14164) 269 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:16.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:15.390685+0000 mon.smithi043 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-15T18:23:17.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:16.119594+0000 mon.smithi043 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-15T18:23:17.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:16.119666+0000 mon.smithi043 (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-15T18:23:17.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:16.120531+0000 mon.smithi043 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-15T18:23:17.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:16.119594+0000 mon.smithi043 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-15T18:23:17.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:16.119666+0000 mon.smithi043 (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-15T18:23:17.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:16.120531+0000 mon.smithi043 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-15T18:23:17.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:23:17.129+0000 7f1658fc2700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:23:17.841 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-15T18:23:17.850 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-15T18:23:17.851 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-15T18:23:18.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:17.051577+0000 mgr.smithi043.oyulcz (mgr.14164) 270 : cluster [DBG] pgmap v235: 33 pgs: 10 creating+peering, 1 active+clean, 22 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:18.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.125718+0000 mon.smithi043 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-15T18:23:18.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:17.125908+0000 mon.smithi043 (mon.0) 599 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-15T18:23:18.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.129925+0000 mon.smithi043 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-15T18:23:18.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:17.130821+0000 mon.smithi043 (mon.0) 601 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:23:18.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:17.130850+0000 mon.smithi043 (mon.0) 602 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-15T18:23:18.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:17.139771+0000 mon.smithi043 (mon.0) 603 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-15T18:23:18.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.139994+0000 mon.smithi043 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-15T18:23:18.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:17.140086+0000 mon.smithi043 (mon.0) 605 : cluster [DBG] fsmap foofs:0 2024-02-15T18:23:18.341 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:17.146163+0000 mgr.smithi043.oyulcz (mgr.14164) 271 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-15T18:23:18.342 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.150804+0000 mon.smithi043 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:18.342 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.152161+0000 mon.smithi043 (mon.0) 607 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:18.342 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.153879+0000 mon.smithi043 (mon.0) 608 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:18.342 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.155635+0000 mon.smithi043 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:18.342 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.163533+0000 mon.smithi043 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:18.342 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.172020+0000 mon.smithi043 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:18.342 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.172813+0000 mon.smithi043 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi043.gchcpq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:23:18.342 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.176103+0000 mon.smithi043 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi043.gchcpq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T18:23:18.342 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:17.177038+0000 mon.smithi043 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:18.342 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:17.177895+0000 mgr.smithi043.oyulcz (mgr.14164) 272 : cephadm [INF] Deploying daemon mds.foofs.smithi043.gchcpq on smithi043 2024-02-15T18:23:18.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:17.051577+0000 mgr.smithi043.oyulcz (mgr.14164) 270 : cluster [DBG] pgmap v235: 33 pgs: 10 creating+peering, 1 active+clean, 22 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:18.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.125718+0000 mon.smithi043 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:17.125908+0000 mon.smithi043 (mon.0) 599 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.129925+0000 mon.smithi043 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:17.130821+0000 mon.smithi043 (mon.0) 601 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:17.130850+0000 mon.smithi043 (mon.0) 602 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:17.139771+0000 mon.smithi043 (mon.0) 603 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.139994+0000 mon.smithi043 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:17.140086+0000 mon.smithi043 (mon.0) 605 : cluster [DBG] fsmap foofs:0 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:17.146163+0000 mgr.smithi043.oyulcz (mgr.14164) 271 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.150804+0000 mon.smithi043 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.152161+0000 mon.smithi043 (mon.0) 607 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.153879+0000 mon.smithi043 (mon.0) 608 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.155635+0000 mon.smithi043 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.163533+0000 mon.smithi043 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.172020+0000 mon.smithi043 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.172813+0000 mon.smithi043 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi043.gchcpq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:23:18.461 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.176103+0000 mon.smithi043 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi043.gchcpq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T18:23:18.462 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:17.177038+0000 mon.smithi043 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:18.462 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:17.177895+0000 mgr.smithi043.oyulcz (mgr.14164) 272 : cephadm [INF] Deploying daemon mds.foofs.smithi043.gchcpq on smithi043 2024-02-15T18:23:19.141 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:18.138973+0000 mon.smithi043 (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-15T18:23:19.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:18.138973+0000 mon.smithi043 (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-15T18:23:20.266 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:23:20.266 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-15T18:16:40.912674Z", "last_refresh": "2024-02-15T18:21:24.786273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-15T18:16:28.370347Z", "last_refresh": "2024-02-15T18:21:24.786338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-15T18:16:38.104838Z", "last_refresh": "2024-02-15T18:21:24.786398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-15T18:23:17.151323Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-15T18:23:17.146189Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-15T18:16:26.675534Z", "last_refresh": "2024-02-15T18:21:24.786192Z", "running": 2, "size": 2}}, {"events": ["2024-02-15T18:17:43.283568Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi043:172.21.15.43=smithi043", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-15T18:17:43.280878Z", "last_refresh": "2024-02-15T18:21:24.786056Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-15T18:16:39.517165Z", "last_refresh": "2024-02-15T18:21:24.786455Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-15T18:21:24.786570Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-15T18:16:36.796783Z", "last_refresh": "2024-02-15T18:21:24.786513Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-15T18:23:20.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:19.051962+0000 mgr.smithi043.oyulcz (mgr.14164) 273 : cluster [DBG] pgmap v239: 65 pgs: 10 creating+peering, 10 active+clean, 45 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:20.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:19.143638+0000 mon.smithi043 (mon.0) 616 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-15T18:23:20.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:19.051962+0000 mgr.smithi043.oyulcz (mgr.14164) 273 : cluster [DBG] pgmap v239: 65 pgs: 10 creating+peering, 10 active+clean, 45 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:20.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:19.143638+0000 mon.smithi043 (mon.0) 616 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-15T18:23:21.187 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-15T18:23:21.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:20.263410+0000 mgr.smithi043.oyulcz (mgr.14164) 274 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:23:21.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:20.263410+0000 mgr.smithi043.oyulcz (mgr.14164) 274 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:23:22.149 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:21.052467+0000 mgr.smithi043.oyulcz (mgr.14164) 275 : cluster [DBG] pgmap v241: 65 pgs: 10 creating+peering, 49 active+clean, 6 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:22.149 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:21.879466+0000 mon.smithi043 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:22.149 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:21.880461+0000 mon.smithi043 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi164.avzzjy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:23:22.188 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-15T18:23:22.424 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:21.052467+0000 mgr.smithi043.oyulcz (mgr.14164) 275 : cluster [DBG] pgmap v241: 65 pgs: 10 creating+peering, 49 active+clean, 6 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:22.424 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:21.879466+0000 mon.smithi043 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:22.424 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:21.880461+0000 mon.smithi043 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi164.avzzjy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:23:22.424 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:21.883105+0000 mon.smithi043 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi164.avzzjy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T18:23:22.424 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:21.883687+0000 mon.smithi043 (mon.0) 620 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:22.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:21.883105+0000 mon.smithi043 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi164.avzzjy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T18:23:22.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:21.883687+0000 mon.smithi043 (mon.0) 620 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:23.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:21.884200+0000 mgr.smithi043.oyulcz (mgr.14164) 276 : cephadm [INF] Deploying daemon mds.foofs.smithi164.avzzjy on smithi164 2024-02-15T18:23:23.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:21.884200+0000 mgr.smithi043.oyulcz (mgr.14164) 276 : cephadm [INF] Deploying daemon mds.foofs.smithi164.avzzjy on smithi164 2024-02-15T18:23:24.235 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:23:24.235 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-15T18:16:40.912674Z", "last_refresh": "2024-02-15T18:21:24.786273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-15T18:16:28.370347Z", "last_refresh": "2024-02-15T18:21:24.786338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-15T18:16:38.104838Z", "last_refresh": "2024-02-15T18:21:24.786398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-15T18:23:17.151323Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-15T18:23:17.146189Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-15T18:16:26.675534Z", "last_refresh": "2024-02-15T18:21:24.786192Z", "running": 2, "size": 2}}, {"events": ["2024-02-15T18:17:43.283568Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi043:172.21.15.43=smithi043", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-15T18:17:43.280878Z", "last_refresh": "2024-02-15T18:21:24.786056Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-15T18:16:39.517165Z", "last_refresh": "2024-02-15T18:21:24.786455Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-15T18:21:24.786570Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-15T18:16:36.796783Z", "last_refresh": "2024-02-15T18:21:24.786513Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-15T18:23:24.447 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:23.052936+0000 mgr.smithi043.oyulcz (mgr.14164) 277 : cluster [DBG] pgmap v242: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:24.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:23.052936+0000 mgr.smithi043.oyulcz (mgr.14164) 277 : cluster [DBG] pgmap v242: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:24.885 INFO:tasks.cephadm:mds.foofs has 1/2 2024-02-15T18:23:25.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:24.232588+0000 mgr.smithi043.oyulcz (mgr.14164) 278 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:23:25.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:24.558024+0000 mon.smithi043 (mon.0) 621 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:25.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:24.559052+0000 mon.smithi043 (mon.0) 622 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:25.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:24.559982+0000 mon.smithi043 (mon.0) 623 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:25.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:24.560604+0000 mon.smithi043 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:25.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:25.155570+0000 mon.smithi043 (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.164:6832/3408341373,v1:172.21.15.164:6833/3408341373] up:boot 2024-02-15T18:23:25.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:25.155614+0000 mon.smithi043 (mon.0) 626 : cluster [INF] daemon mds.foofs.smithi164.avzzjy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-15T18:23:25.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:25.155670+0000 mon.smithi043 (mon.0) 627 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T18:23:25.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:25.155697+0000 mon.smithi043 (mon.0) 628 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-15T18:23:25.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:25.155715+0000 mon.smithi043 (mon.0) 629 : cluster [INF] Cluster is now healthy 2024-02-15T18:23:25.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:25.155889+0000 mon.smithi043 (mon.0) 630 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-15T18:23:25.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:25.155993+0000 mon.smithi043 (mon.0) 631 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi164.avzzjy"}]: dispatch 2024-02-15T18:23:25.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:25.158200+0000 mon.smithi043 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:creating} 2024-02-15T18:23:25.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:25.169098+0000 mon.smithi043 (mon.0) 633 : cluster [INF] daemon mds.foofs.smithi164.avzzjy is now active in filesystem foofs as rank 0 2024-02-15T18:23:25.886 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-15T18:23:25.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:24.232588+0000 mgr.smithi043.oyulcz (mgr.14164) 278 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:23:25.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:24.558024+0000 mon.smithi043 (mon.0) 621 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:25.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:24.559052+0000 mon.smithi043 (mon.0) 622 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:25.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:24.559982+0000 mon.smithi043 (mon.0) 623 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:25.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:24.560604+0000 mon.smithi043 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:25.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:25.155570+0000 mon.smithi043 (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.164:6832/3408341373,v1:172.21.15.164:6833/3408341373] up:boot 2024-02-15T18:23:25.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:25.155614+0000 mon.smithi043 (mon.0) 626 : cluster [INF] daemon mds.foofs.smithi164.avzzjy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-15T18:23:25.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:25.155670+0000 mon.smithi043 (mon.0) 627 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T18:23:25.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:25.155697+0000 mon.smithi043 (mon.0) 628 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-15T18:23:25.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:25.155715+0000 mon.smithi043 (mon.0) 629 : cluster [INF] Cluster is now healthy 2024-02-15T18:23:25.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:25.155889+0000 mon.smithi043 (mon.0) 630 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-15T18:23:25.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:25.155993+0000 mon.smithi043 (mon.0) 631 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi164.avzzjy"}]: dispatch 2024-02-15T18:23:25.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:25.158200+0000 mon.smithi043 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:creating} 2024-02-15T18:23:25.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:25.169098+0000 mon.smithi043 (mon.0) 633 : cluster [INF] daemon mds.foofs.smithi164.avzzjy is now active in filesystem foofs as rank 0 2024-02-15T18:23:26.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:25.053343+0000 mgr.smithi043.oyulcz (mgr.14164) 279 : cluster [DBG] pgmap v243: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:26.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:26.159829+0000 mon.smithi043 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.164:6832/3408341373,v1:172.21.15.164:6833/3408341373] up:active 2024-02-15T18:23:26.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:26.159881+0000 mon.smithi043 (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1337771802,v1:172.21.15.43:6835/1337771802] up:boot 2024-02-15T18:23:26.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:26.160079+0000 mon.smithi043 (mon.0) 636 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:23:26.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:26.160579+0000 mon.smithi043 (mon.0) 637 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.gchcpq"}]: dispatch 2024-02-15T18:23:26.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:26.162431+0000 mon.smithi043 (mon.0) 638 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:23:26.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:26.307496+0000 mon.smithi043 (mon.0) 639 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:27.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:25.053343+0000 mgr.smithi043.oyulcz (mgr.14164) 279 : cluster [DBG] pgmap v243: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:27.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:26.159829+0000 mon.smithi043 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.164:6832/3408341373,v1:172.21.15.164:6833/3408341373] up:active 2024-02-15T18:23:27.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:26.159881+0000 mon.smithi043 (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1337771802,v1:172.21.15.43:6835/1337771802] up:boot 2024-02-15T18:23:27.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:26.160079+0000 mon.smithi043 (mon.0) 636 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:23:27.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:26.160579+0000 mon.smithi043 (mon.0) 637 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.gchcpq"}]: dispatch 2024-02-15T18:23:27.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:26.162431+0000 mon.smithi043 (mon.0) 638 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:23:27.010 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:26.307496+0000 mon.smithi043 (mon.0) 639 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:27.858 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:26.776800+0000 mon.smithi043 (mon.0) 640 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:27.858 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:27.053786+0000 mgr.smithi043.oyulcz (mgr.14164) 280 : cluster [DBG] pgmap v244: 65 pgs: 65 active+clean; 1.5 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:28.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:26.776800+0000 mon.smithi043 (mon.0) 640 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:28.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:27.053786+0000 mgr.smithi043.oyulcz (mgr.14164) 280 : cluster [DBG] pgmap v244: 65 pgs: 65 active+clean; 1.5 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:23:28.489 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:23:28.489 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-15T18:16:40.912674Z", "last_refresh": "2024-02-15T18:21:24.786273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-15T18:16:28.370347Z", "last_refresh": "2024-02-15T18:21:24.786338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-15T18:16:38.104838Z", "last_refresh": "2024-02-15T18:21:24.786398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-15T18:23:17.151323Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-15T18:23:17.146189Z", "last_refresh": "2024-02-15T18:23:26.772168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-15T18:16:26.675534Z", "last_refresh": "2024-02-15T18:21:24.786192Z", "running": 2, "size": 2}}, {"events": ["2024-02-15T18:17:43.283568Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi043:172.21.15.43=smithi043", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-15T18:17:43.280878Z", "last_refresh": "2024-02-15T18:21:24.786056Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-15T18:16:39.517165Z", "last_refresh": "2024-02-15T18:21:24.786455Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-15T18:21:24.786570Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-15T18:16:36.796783Z", "last_refresh": "2024-02-15T18:21:24.786513Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-15T18:23:29.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:28.486275+0000 mgr.smithi043.oyulcz (mgr.14164) 281 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:23:29.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:28.486275+0000 mgr.smithi043.oyulcz (mgr.14164) 281 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:23:29.288 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-15T18:23:29.288 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T18:23:29.298 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:23:29.298 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-15T18:23:30.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:29.054211+0000 mgr.smithi043.oyulcz (mgr.14164) 282 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 1.7 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 2 op/s 2024-02-15T18:23:30.161 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:29.054211+0000 mgr.smithi043.oyulcz (mgr.14164) 282 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 1.7 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 2 op/s 2024-02-15T18:23:31.087 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:29.884429+0000 mon.smithi043 (mon.0) 641 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1337771802,v1:172.21.15.43:6835/1337771802] up:standby 2024-02-15T18:23:31.088 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:29.884479+0000 mon.smithi043 (mon.0) 642 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:23:31.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:29.884429+0000 mon.smithi043 (mon.0) 641 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1337771802,v1:172.21.15.43:6835/1337771802] up:standby 2024-02-15T18:23:31.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:29.884479+0000 mon.smithi043 (mon.0) 642 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:23:32.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:31.054738+0000 mgr.smithi043.oyulcz (mgr.14164) 283 : cluster [DBG] pgmap v246: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 4 op/s 2024-02-15T18:23:32.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:31.312247+0000 mon.smithi043 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:32.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:31.054738+0000 mgr.smithi043.oyulcz (mgr.14164) 283 : cluster [DBG] pgmap v246: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 4 op/s 2024-02-15T18:23:32.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:31.312247+0000 mon.smithi043 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:33.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:32.046983+0000 mgr.smithi043.oyulcz (mgr.14164) 284 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:33.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:32.048182+0000 mon.smithi043 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-15T18:23:33.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:32.491651+0000 mon.smithi043 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:33.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:32.497805+0000 mon.smithi043 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:33.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:32.501351+0000 mon.smithi043 (mon.0) 647 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:33.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:32.502239+0000 mon.smithi043 (mon.0) 648 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:33.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:32.502760+0000 mon.smithi043 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:33.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:32.506230+0000 mon.smithi043 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:33.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:32.888638+0000 mon.smithi043 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-15T18:23:33.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:32.888705+0000 mon.smithi043 (mon.0) 652 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-15T18:23:33.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:32.889774+0000 mon.smithi043 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-15T18:23:33.925 INFO:teuthology.orchestra.run.smithi043.stdout:NFS Cluster Created Successfully 2024-02-15T18:23:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:32.046983+0000 mgr.smithi043.oyulcz (mgr.14164) 284 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:32.048182+0000 mon.smithi043 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-15T18:23:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:32.491651+0000 mon.smithi043 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:32.497805+0000 mon.smithi043 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:32.501351+0000 mon.smithi043 (mon.0) 647 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:32.502239+0000 mon.smithi043 (mon.0) 648 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:32.502760+0000 mon.smithi043 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:33.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:32.506230+0000 mon.smithi043 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:33.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:32.888638+0000 mon.smithi043 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-15T18:23:33.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:32.888705+0000 mon.smithi043 (mon.0) 652 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-15T18:23:33.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:32.889774+0000 mon.smithi043 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-15T18:23:34.540 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:33.055127+0000 mgr.smithi043.oyulcz (mgr.14164) 285 : cluster [DBG] pgmap v248: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2024-02-15T18:23:34.540 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.895885+0000 mon.smithi043 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-15T18:23:34.540 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:33.896076+0000 mon.smithi043 (mon.0) 655 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-15T18:23:34.540 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.925367+0000 mon.smithi043 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:34.540 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.926028+0000 mon.smithi043 (mon.0) 657 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:34.540 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.928481+0000 mon.smithi043 (mon.0) 658 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:34.540 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.930941+0000 mon.smithi043 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:34.540 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.938852+0000 mon.smithi043 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.946818+0000 mon.smithi043 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.960063+0000 mon.smithi043 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.zskzux", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.963622+0000 mon.smithi043 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.zskzux", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.964605+0000 mon.smithi043 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.967334+0000 mon.smithi043 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:33.968590+0000 mon.smithi043 (mon.0) 666 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:34.323387+0000 mon.smithi043 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:34.327199+0000 mon.smithi043 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:34.373222+0000 mon.smithi043 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.zskzux-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:34.376486+0000 mon.smithi043 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.zskzux-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:23:34.541 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:34.380480+0000 mon.smithi043 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:34.565 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:33.055127+0000 mgr.smithi043.oyulcz (mgr.14164) 285 : cluster [DBG] pgmap v248: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.895885+0000 mon.smithi043 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:33.896076+0000 mon.smithi043 (mon.0) 655 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.925367+0000 mon.smithi043 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.926028+0000 mon.smithi043 (mon.0) 657 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.928481+0000 mon.smithi043 (mon.0) 658 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.930941+0000 mon.smithi043 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.938852+0000 mon.smithi043 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.946818+0000 mon.smithi043 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.960063+0000 mon.smithi043 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.zskzux", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T18:23:34.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.963622+0000 mon.smithi043 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.zskzux", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T18:23:34.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.964605+0000 mon.smithi043 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-15T18:23:34.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.967334+0000 mon.smithi043 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-15T18:23:34.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:33.968590+0000 mon.smithi043 (mon.0) 666 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:34.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:34.323387+0000 mon.smithi043 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:23:34.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:34.327199+0000 mon.smithi043 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:23:34.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:34.373222+0000 mon.smithi043 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.zskzux-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:23:34.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:34.376486+0000 mon.smithi043 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.zskzux-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:23:34.962 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:34.380480+0000 mon.smithi043 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:35.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:33.921767+0000 mgr.smithi043.oyulcz (mgr.14164) 286 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-15T18:23:35.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:33.959709+0000 mgr.smithi043.oyulcz (mgr.14164) 287 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi043.zskzux 2024-02-15T18:23:35.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:33.964280+0000 mgr.smithi043.oyulcz (mgr.14164) 288 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:23:35.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:34.372745+0000 mgr.smithi043.oyulcz (mgr.14164) 289 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:23:35.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:34.372855+0000 mgr.smithi043.oyulcz (mgr.14164) 290 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi043.zskzux-rgw 2024-02-15T18:23:35.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:34.381217+0000 mgr.smithi043.oyulcz (mgr.14164) 291 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi043.zskzux on smithi043 2024-02-15T18:23:35.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:34.898118+0000 mon.smithi043 (mon.0) 672 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-15T18:23:35.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:33.921767+0000 mgr.smithi043.oyulcz (mgr.14164) 286 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-15T18:23:35.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:33.959709+0000 mgr.smithi043.oyulcz (mgr.14164) 287 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi043.zskzux 2024-02-15T18:23:35.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:33.964280+0000 mgr.smithi043.oyulcz (mgr.14164) 288 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:23:35.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:34.372745+0000 mgr.smithi043.oyulcz (mgr.14164) 289 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:23:35.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:34.372855+0000 mgr.smithi043.oyulcz (mgr.14164) 290 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi043.zskzux-rgw 2024-02-15T18:23:35.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:34.381217+0000 mgr.smithi043.oyulcz (mgr.14164) 291 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi043.zskzux on smithi043 2024-02-15T18:23:35.961 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:34.898118+0000 mon.smithi043 (mon.0) 672 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-15T18:23:36.675 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:35.055646+0000 mgr.smithi043.oyulcz (mgr.14164) 292 : cluster [DBG] pgmap v251: 97 pgs: 3 creating+activating, 5 creating+peering, 13 unknown, 76 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-15T18:23:36.675 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:35.908161+0000 mon.smithi043 (mon.0) 673 : cluster [DBG] mgrmap e19: smithi043.oyulcz(active, since 6m), standbys: smithi164.shzocc 2024-02-15T18:23:36.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:35.055646+0000 mgr.smithi043.oyulcz (mgr.14164) 292 : cluster [DBG] pgmap v251: 97 pgs: 3 creating+activating, 5 creating+peering, 13 unknown, 76 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-15T18:23:36.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:35.908161+0000 mon.smithi043 (mon.0) 673 : cluster [DBG] mgrmap e19: smithi043.oyulcz(active, since 6m), standbys: smithi164.shzocc 2024-02-15T18:23:37.806 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:23:37.806 INFO:teuthology.orchestra.run.smithi043.stdout: "bind": "/fake", 2024-02-15T18:23:37.806 INFO:teuthology.orchestra.run.smithi043.stdout: "fs": "foofs", 2024-02-15T18:23:37.806 INFO:teuthology.orchestra.run.smithi043.stdout: "path": "/", 2024-02-15T18:23:37.806 INFO:teuthology.orchestra.run.smithi043.stdout: "cluster": "foo", 2024-02-15T18:23:37.806 INFO:teuthology.orchestra.run.smithi043.stdout: "mode": "RW" 2024-02-15T18:23:37.806 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:23:38.458 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-15T18:23:38.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:37.056602+0000 mgr.smithi043.oyulcz (mgr.14164) 293 : cluster [DBG] pgmap v252: 97 pgs: 3 creating+activating, 5 creating+peering, 89 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-15T18:23:38.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:37.799100+0000 mon.smithi043 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T18:23:38.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:37.802370+0000 mon.smithi043 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-15T18:23:38.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:37.056602+0000 mgr.smithi043.oyulcz (mgr.14164) 293 : cluster [DBG] pgmap v252: 97 pgs: 3 creating+activating, 5 creating+peering, 89 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-15T18:23:38.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:37.799100+0000 mon.smithi043 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T18:23:38.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:37.802370+0000 mon.smithi043 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-15T18:23:39.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:37.775135+0000 mgr.smithi043.oyulcz (mgr.14164) 294 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:39.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:38.767456+0000 mon.smithi043 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:39.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:38.768521+0000 mon.smithi043 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.zqruxa", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T18:23:39.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:38.771014+0000 mon.smithi043 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.zqruxa", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T18:23:39.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:38.771689+0000 mon.smithi043 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-15T18:23:39.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:38.774291+0000 mon.smithi043 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-15T18:23:39.761 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:38.775336+0000 mon.smithi043 (mon.0) 681 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:39.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:37.775135+0000 mgr.smithi043.oyulcz (mgr.14164) 294 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:39.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:38.767456+0000 mon.smithi043 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:39.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:38.768521+0000 mon.smithi043 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.zqruxa", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T18:23:39.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:38.771014+0000 mon.smithi043 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.zqruxa", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T18:23:39.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:38.771689+0000 mon.smithi043 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-15T18:23:39.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:38.774291+0000 mon.smithi043 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-15T18:23:39.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:38.775336+0000 mon.smithi043 (mon.0) 681 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:40.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:38.768329+0000 mgr.smithi043.oyulcz (mgr.14164) 295 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi164.zqruxa 2024-02-15T18:23:40.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:38.771502+0000 mgr.smithi043.oyulcz (mgr.14164) 296 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:23:40.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:39.057096+0000 mgr.smithi043.oyulcz (mgr.14164) 297 : cluster [DBG] pgmap v253: 97 pgs: 3 creating+activating, 94 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 165 B/s rd, 331 B/s wr, 0 op/s 2024-02-15T18:23:40.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:38.768329+0000 mgr.smithi043.oyulcz (mgr.14164) 295 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi164.zqruxa 2024-02-15T18:23:40.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:38.771502+0000 mgr.smithi043.oyulcz (mgr.14164) 296 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:23:40.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:39.057096+0000 mgr.smithi043.oyulcz (mgr.14164) 297 : cluster [DBG] pgmap v253: 97 pgs: 3 creating+activating, 94 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 165 B/s rd, 331 B/s wr, 0 op/s 2024-02-15T18:23:41.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:40.677838+0000 mgr.smithi043.oyulcz (mgr.14164) 298 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:41.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:40.677838+0000 mgr.smithi043.oyulcz (mgr.14164) 298 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:42.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:41.057878+0000 mgr.smithi043.oyulcz (mgr.14164) 299 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-15T18:23:42.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:41.673349+0000 mon.smithi043 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:23:42.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:41.677415+0000 mon.smithi043 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:23:42.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:41.727956+0000 mgr.smithi043.oyulcz (mgr.14164) 300 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:23:42.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:41.728074+0000 mgr.smithi043.oyulcz (mgr.14164) 301 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi164.zqruxa-rgw 2024-02-15T18:23:42.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:41.728499+0000 mon.smithi043 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.zqruxa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:23:42.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:41.731861+0000 mon.smithi043 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.zqruxa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:23:42.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:41.733544+0000 mon.smithi043 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:42.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:23:41.734501+0000 mgr.smithi043.oyulcz (mgr.14164) 302 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi164.zqruxa on smithi164 2024-02-15T18:23:42.874 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:41.057878+0000 mgr.smithi043.oyulcz (mgr.14164) 299 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-15T18:23:42.874 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:41.673349+0000 mon.smithi043 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:23:42.874 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:41.677415+0000 mon.smithi043 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:23:42.874 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:41.727956+0000 mgr.smithi043.oyulcz (mgr.14164) 300 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:23:42.875 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:41.728074+0000 mgr.smithi043.oyulcz (mgr.14164) 301 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi164.zqruxa-rgw 2024-02-15T18:23:42.875 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:41.728499+0000 mon.smithi043 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.zqruxa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:23:42.875 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:41.731861+0000 mon.smithi043 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.zqruxa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:23:42.875 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:41.733544+0000 mon.smithi043 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:42.875 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:23:41.734501+0000 mgr.smithi043.oyulcz (mgr.14164) 302 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi164.zqruxa on smithi164 2024-02-15T18:23:43.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:41.977954+0000 mgr.smithi043.oyulcz (mgr.14164) 303 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:43.852 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:41.977954+0000 mgr.smithi043.oyulcz (mgr.14164) 303 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:44.594 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo 2/2 - 10s count:2 2024-02-15T18:23:44.887 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:43.058500+0000 mgr.smithi043.oyulcz (mgr.14164) 304 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-02-15T18:23:44.887 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:43.273109+0000 mgr.smithi043.oyulcz (mgr.14164) 305 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:44.887 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:44.221737+0000 mon.smithi043 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:44.887 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:44.223263+0000 mon.smithi043 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:44.887 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:44.224464+0000 mon.smithi043 (mon.0) 689 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:44.887 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:44.225428+0000 mon.smithi043 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:44.891 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:43.058500+0000 mgr.smithi043.oyulcz (mgr.14164) 304 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-02-15T18:23:44.891 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:43.273109+0000 mgr.smithi043.oyulcz (mgr.14164) 305 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:44.891 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:44.221737+0000 mon.smithi043 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:44.891 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:44.223263+0000 mon.smithi043 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:44.891 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:44.224464+0000 mon.smithi043 (mon.0) 689 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:44.891 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:44.225428+0000 mon.smithi043 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:45.544 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-15T18:23:45.555 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:23:45.555 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-15T18:23:45.587 INFO:teuthology.orchestra.run.smithi043.stderr:+ mkdir /mnt/foo 2024-02-15T18:23:45.598 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-15T18:23:45.666 INFO:teuthology.orchestra.run.smithi043.stderr:++ hostname 2024-02-15T18:23:45.666 INFO:teuthology.orchestra.run.smithi043.stderr:+ mount -t nfs smithi043:/fake /mnt/foo -o sync 2024-02-15T18:23:45.786 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:44.579309+0000 mgr.smithi043.oyulcz (mgr.14164) 306 : audit [DBG] from='client.24369 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:45.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:44.579309+0000 mgr.smithi043.oyulcz (mgr.14164) 306 : audit [DBG] from='client.24369 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:46.320 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-15T18:23:46.389 INFO:teuthology.orchestra.run.smithi043.stderr:+ echo test 2024-02-15T18:23:46.399 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-15T18:23:46.466 INFO:teuthology.orchestra.run.smithi043.stderr:+ sync 2024-02-15T18:23:46.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:45.059017+0000 mgr.smithi043.oyulcz (mgr.14164) 307 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2024-02-15T18:23:46.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:46.316726+0000 mon.smithi043 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:46.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:45.059017+0000 mgr.smithi043.oyulcz (mgr.14164) 307 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2024-02-15T18:23:46.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:46.316726+0000 mon.smithi043 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:46.983 INFO:teuthology.run_tasks:Running task parallel... 2024-02-15T18:23:46.995 INFO:teuthology.task.parallel:starting parallel... 2024-02-15T18:23:46.996 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-15T18:23:46.996 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-15T18:23:46.996 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:23:46.997 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-15T18:23:46.997 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-15T18:23:46.997 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-15T18:23:46.998 INFO:teuthology.task.exec:Executing custom commands... 2024-02-15T18:23:46.998 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:23:46.998 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-15T18:23:47.083 INFO:teuthology.orchestra.run.smithi043.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-15T18:23:47.083 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:23:47.083 INFO:teuthology.orchestra.run.smithi043.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-15T18:23:47.094 INFO:teuthology.orchestra.run.smithi043.stdout:4 of 5 processes prepared for launch 0 sec 2024-02-15T18:23:47.194 INFO:teuthology.orchestra.run.smithi043.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-15T18:23:47.195 INFO:teuthology.orchestra.run.smithi043.stdout:releasing clients 2024-02-15T18:23:48.195 INFO:teuthology.orchestra.run.smithi043.stdout: 5 299 55.21 MB/sec warmup 1 sec latency 11.528 ms 2024-02-15T18:23:48.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:47.059636+0000 mgr.smithi043.oyulcz (mgr.14164) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 11 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.9 KiB/s wr, 6 op/s 2024-02-15T18:23:48.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:47.219478+0000 mon.smithi043 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:48.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:47.059636+0000 mgr.smithi043.oyulcz (mgr.14164) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 11 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.9 KiB/s wr, 6 op/s 2024-02-15T18:23:48.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:47.219478+0000 mon.smithi043 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:49.195 INFO:teuthology.orchestra.run.smithi043.stdout: 5 663 52.77 MB/sec warmup 2 sec latency 13.192 ms 2024-02-15T18:23:50.195 INFO:teuthology.orchestra.run.smithi043.stdout: 5 1838 43.90 MB/sec warmup 3 sec latency 10.950 ms 2024-02-15T18:23:50.471 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:49.060120+0000 mgr.smithi043.oyulcz (mgr.14164) 309 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 8.5 MiB data, 69 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 733 KiB/s wr, 19 op/s 2024-02-15T18:23:50.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:49.060120+0000 mgr.smithi043.oyulcz (mgr.14164) 309 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 8.5 MiB data, 69 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 733 KiB/s wr, 19 op/s 2024-02-15T18:23:51.195 INFO:teuthology.orchestra.run.smithi043.stdout: 5 3277 44.09 MB/sec warmup 4 sec latency 8.924 ms 2024-02-15T18:23:51.307 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-15T18:23:51.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:51.158620+0000 mon.smithi043 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-15T18:23:51.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:51.158970+0000 mon.smithi043 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-02-15T18:23:51.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:51.159257+0000 mon.smithi043 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-15T18:23:51.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:51.159441+0000 mon.smithi043 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-15T18:23:51.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:51.158620+0000 mon.smithi043 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-15T18:23:51.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:51.158970+0000 mon.smithi043 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-02-15T18:23:51.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:51.159257+0000 mon.smithi043 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-15T18:23:51.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:51.159441+0000 mon.smithi043 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-15T18:23:52.195 INFO:teuthology.orchestra.run.smithi043.stdout: 5 4307 40.41 MB/sec warmup 5 sec latency 12.315 ms 2024-02-15T18:23:52.494 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:51.060681+0000 mgr.smithi043.oyulcz (mgr.14164) 310 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 87 MiB data, 287 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 7.7 MiB/s wr, 304 op/s 2024-02-15T18:23:52.494 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:51.229607+0000 mon.smithi043 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2024-02-15T18:23:52.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:51.229679+0000 mon.smithi043 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]': finished 2024-02-15T18:23:52.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:51.229740+0000 mon.smithi043 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-02-15T18:23:52.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:51.229799+0000 mon.smithi043 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-02-15T18:23:52.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:51.229850+0000 mon.smithi043 (mon.0) 701 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-15T18:23:52.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:51.304846+0000 mon.smithi043 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:23:52.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:51.305135+0000 mon.smithi043 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:23:52.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:51.060681+0000 mgr.smithi043.oyulcz (mgr.14164) 310 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 87 MiB data, 287 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 7.7 MiB/s wr, 304 op/s 2024-02-15T18:23:52.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:51.229607+0000 mon.smithi043 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2024-02-15T18:23:52.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:51.229679+0000 mon.smithi043 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]': finished 2024-02-15T18:23:52.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:51.229740+0000 mon.smithi043 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-02-15T18:23:52.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:51.229799+0000 mon.smithi043 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-02-15T18:23:52.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:51.229850+0000 mon.smithi043 (mon.0) 701 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-15T18:23:52.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:51.304846+0000 mon.smithi043 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:23:52.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:51.305135+0000 mon.smithi043 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:23:53.195 INFO:teuthology.orchestra.run.smithi043.stdout: 5 5651 38.14 MB/sec warmup 6 sec latency 10.018 ms 2024-02-15T18:23:53.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:52.234348+0000 mon.smithi043 (mon.0) 704 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-15T18:23:53.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:52.234348+0000 mon.smithi043 (mon.0) 704 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-15T18:23:54.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 6854 38.91 MB/sec warmup 7 sec latency 13.415 ms 2024-02-15T18:23:54.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:53.061065+0000 mgr.smithi043.oyulcz (mgr.14164) 311 : cluster [DBG] pgmap v262: 97 pgs: 4 peering, 93 active+clean; 111 MiB data, 481 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 15 MiB/s wr, 716 op/s 2024-02-15T18:23:54.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:53.061065+0000 mgr.smithi043.oyulcz (mgr.14164) 311 : cluster [DBG] pgmap v262: 97 pgs: 4 peering, 93 active+clean; 111 MiB data, 481 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 15 MiB/s wr, 716 op/s 2024-02-15T18:23:55.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 7891 37.27 MB/sec warmup 8 sec latency 18.674 ms 2024-02-15T18:23:55.525 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-15T18:23:56.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 9082 35.95 MB/sec warmup 9 sec latency 15.143 ms 2024-02-15T18:23:56.378 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:55.061631+0000 mgr.smithi043.oyulcz (mgr.14164) 312 : cluster [DBG] pgmap v263: 97 pgs: 4 peering, 93 active+clean; 132 MiB data, 593 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 21 MiB/s wr, 1.19k op/s 2024-02-15T18:23:56.378 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:55.861384+0000 mon.smithi043 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:56.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:55.061631+0000 mgr.smithi043.oyulcz (mgr.14164) 312 : cluster [DBG] pgmap v263: 97 pgs: 4 peering, 93 active+clean; 132 MiB data, 593 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 21 MiB/s wr, 1.19k op/s 2024-02-15T18:23:56.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:55.861384+0000 mon.smithi043 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:57.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 10415 36.80 MB/sec warmup 10 sec latency 13.317 ms 2024-02-15T18:23:57.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:56.262409+0000 mon.smithi043 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:57.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:56.270605+0000 mon.smithi043 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:57.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:56.273063+0000 mon.smithi043 (mon.0) 708 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:57.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:56.274228+0000 mon.smithi043 (mon.0) 709 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:57.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:56.275003+0000 mon.smithi043 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:57.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:56.634037+0000 mon.smithi043 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:57.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:56.643190+0000 mon.smithi043 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:57.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:56.262409+0000 mon.smithi043 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:57.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:56.270605+0000 mon.smithi043 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:57.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:56.273063+0000 mon.smithi043 (mon.0) 708 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:57.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:56.274228+0000 mon.smithi043 (mon.0) 709 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:57.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:56.275003+0000 mon.smithi043 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:57.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:56.634037+0000 mon.smithi043 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:57.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:56.643190+0000 mon.smithi043 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:58.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 11382 35.74 MB/sec warmup 11 sec latency 21.322 ms 2024-02-15T18:23:58.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:57.062128+0000 mgr.smithi043.oyulcz (mgr.14164) 313 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 144 MiB data, 688 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 25 MiB/s wr, 1.68k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:23:58.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:58.121399+0000 mon.smithi043 (mon.0) 713 : audit [INF] from='client.? ' entity='client.admin' 2024-02-15T18:23:58.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:58.125522+0000 mon.smithi043 (mon.0) 714 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:58.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:58.128006+0000 mon.smithi043 (mon.0) 715 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:58.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:58.132324+0000 mon.smithi043 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:58.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:58.138600+0000 mon.smithi043 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:58.960 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:23:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:23:58.147384+0000 mon.smithi043 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:59.008 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:57.062128+0000 mgr.smithi043.oyulcz (mgr.14164) 313 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 144 MiB data, 688 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 25 MiB/s wr, 1.68k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:23:59.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:58.121399+0000 mon.smithi043 (mon.0) 713 : audit [INF] from='client.? ' entity='client.admin' 2024-02-15T18:23:59.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:58.125522+0000 mon.smithi043 (mon.0) 714 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:59.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:58.128006+0000 mon.smithi043 (mon.0) 715 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:59.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:58.132324+0000 mon.smithi043 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:59.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:58.138600+0000 mon.smithi043 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:59.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:23:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:23:58.147384+0000 mon.smithi043 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:23:59.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 12641 34.94 MB/sec warmup 12 sec latency 36.842 ms 2024-02-15T18:24:00.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 13910 35.42 MB/sec warmup 13 sec latency 60.133 ms 2024-02-15T18:24:00.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:23:59.062570+0000 mgr.smithi043.oyulcz (mgr.14164) 314 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 146 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.28k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:24:00.904 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-15T18:24:00.959 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:23:59.062570+0000 mgr.smithi043.oyulcz (mgr.14164) 314 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 146 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.28k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:24:01.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 14790 34.83 MB/sec warmup 14 sec latency 30.771 ms 2024-02-15T18:24:02.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 15783 34.20 MB/sec warmup 15 sec latency 14.002 ms 2024-02-15T18:24:02.852 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:01.063088+0000 mgr.smithi043.oyulcz (mgr.14164) 315 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 165 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 19 MiB/s wr, 1.69k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:24:02.959 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:01.063088+0000 mgr.smithi043.oyulcz (mgr.14164) 315 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 165 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 19 MiB/s wr, 1.69k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:24:03.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 17195 34.39 MB/sec warmup 16 sec latency 23.212 ms 2024-02-15T18:24:03.903 INFO:teuthology.orchestra.run.smithi043.stderr:module 'nfs' is already enabled 2024-02-15T18:24:04.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 18370 34.31 MB/sec warmup 17 sec latency 23.016 ms 2024-02-15T18:24:04.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:03.063484+0000 mgr.smithi043.oyulcz (mgr.14164) 316 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 165 MiB data, 845 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.38k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:24:04.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:03.499274+0000 mon.smithi043 (mon.0) 719 : audit [INF] from='client.? 172.21.15.43:0/3428471566' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-15T18:24:04.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:03.063484+0000 mgr.smithi043.oyulcz (mgr.14164) 316 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 165 MiB data, 845 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.38k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:24:04.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:03.499274+0000 mon.smithi043 (mon.0) 719 : audit [INF] from='client.? 172.21.15.43:0/3428471566' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-15T18:24:04.695 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-15T18:24:05.008 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:03.900643+0000 mon.smithi043 (mon.0) 720 : audit [INF] from='client.? 172.21.15.43:0/3428471566' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-15T18:24:05.009 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:03.900715+0000 mon.smithi043 (mon.0) 721 : cluster [DBG] mgrmap e20: smithi043.oyulcz(active, since 7m), standbys: smithi164.shzocc 2024-02-15T18:24:05.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 19452 33.84 MB/sec warmup 18 sec latency 12.281 ms 2024-02-15T18:24:05.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:03.900643+0000 mon.smithi043 (mon.0) 720 : audit [INF] from='client.? 172.21.15.43:0/3428471566' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-15T18:24:05.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:03.900715+0000 mon.smithi043 (mon.0) 721 : cluster [DBG] mgrmap e20: smithi043.oyulcz(active, since 7m), standbys: smithi164.shzocc 2024-02-15T18:24:05.900 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:05.064012+0000 mgr.smithi043.oyulcz (mgr.14164) 317 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 170 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 18 MiB/s wr, 1.61k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:24:06.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 20719 33.85 MB/sec warmup 19 sec latency 15.888 ms 2024-02-15T18:24:06.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:05.064012+0000 mgr.smithi043.oyulcz (mgr.14164) 317 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 170 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 18 MiB/s wr, 1.61k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:24:07.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 21673 33.90 MB/sec warmup 20 sec latency 16.526 ms 2024-02-15T18:24:07.224 INFO:teuthology.orchestra.run.smithi043.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:24:08.041 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-15T18:24:08.041 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:24:08.041 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-02-15T18:24:08.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 22644 33.10 MB/sec warmup 21 sec latency 15.066 ms 2024-02-15T18:24:08.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:07.064518+0000 mgr.smithi043.oyulcz (mgr.14164) 318 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 178 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 17 MiB/s wr, 1.52k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:24:08.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:07.217237+0000 mgr.smithi043.oyulcz (mgr.14164) 319 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:08.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:24:07.218214+0000 mgr.smithi043.oyulcz (mgr.14164) 320 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:24:08.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:07.223152+0000 mon.smithi043 (mon.0) 722 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:24:08.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:07.223928+0000 mon.smithi043 (mon.0) 723 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:24:08.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:07.225313+0000 mon.smithi043 (mon.0) 724 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:24:08.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:07.226848+0000 mon.smithi043 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:24:08.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:07.231458+0000 mon.smithi043 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:24:08.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:07.239311+0000 mon.smithi043 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:24:08.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:24:07.241540+0000 mgr.smithi043.oyulcz (mgr.14164) 321 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:24:08.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:07.064518+0000 mgr.smithi043.oyulcz (mgr.14164) 318 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 178 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 17 MiB/s wr, 1.52k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:24:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:07.217237+0000 mgr.smithi043.oyulcz (mgr.14164) 319 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:24:07.218214+0000 mgr.smithi043.oyulcz (mgr.14164) 320 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:24:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:07.223152+0000 mon.smithi043 (mon.0) 722 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:24:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:07.223928+0000 mon.smithi043 (mon.0) 723 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:24:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:07.225313+0000 mon.smithi043 (mon.0) 724 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:24:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:07.226848+0000 mon.smithi043 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:24:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:07.231458+0000 mon.smithi043 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:24:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:07.239311+0000 mon.smithi043 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:24:08.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:24:07.241540+0000 mgr.smithi043.oyulcz (mgr.14164) 321 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:24:09.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 23818 32.57 MB/sec warmup 22 sec latency 17.344 ms 2024-02-15T18:24:10.197 INFO:teuthology.orchestra.run.smithi043.stdout: 5 25143 33.61 MB/sec warmup 23 sec latency 15.171 ms 2024-02-15T18:24:10.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:09.064999+0000 mgr.smithi043.oyulcz (mgr.14164) 322 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 184 MiB data, 992 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-02-15T18:24:10.703 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:24:10.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:09.064999+0000 mgr.smithi043.oyulcz (mgr.14164) 322 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 184 MiB data, 992 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-02-15T18:24:11.197 INFO:teuthology.orchestra.run.smithi043.stdout: 5 25782 32.43 MB/sec warmup 24 sec latency 20.354 ms 2024-02-15T18:24:11.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:10.686819+0000 mgr.smithi043.oyulcz (mgr.14164) 323 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:11.635 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (5m) 15s ago 6m 21.6M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (6m) 15s ago 6m 6391k - 16.2.5 6933c2a0b7dd e57289688841 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (5m) 24s ago 5m 6387k - 16.2.5 6933c2a0b7dd a175e24e4fb9 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (4m) 15s ago 6m 31.5M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (50s) 15s ago 49s 12.0M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (47s) 24s ago 47s 15.7M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:9283 running (8m) 15s ago 8m 423M - 16.2.5 6933c2a0b7dd c66e167a7d97 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (5m) 24s ago 5m 372M - 16.2.5 6933c2a0b7dd c0add3ce2fd9 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (8m) 15s ago 8m 49.6M 2048M 16.2.5 6933c2a0b7dd ff8f2ffd3c2b 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (5m) 24s ago 5m 42.6M 2048M 16.2.5 6933c2a0b7dd f6a13062255f 2024-02-15T18:24:11.636 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.zskzux smithi043 *:2049 running (34s) 15s ago 32s 53.7M - 3.5 6933c2a0b7dd c1934fbb2a68 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi164.zqruxa smithi164 *:2049 running (28s) 24s ago 27s 51.4M - 3.5 6933c2a0b7dd 20bf49764f96 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (6m) 15s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (5m) 24s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (5m) 15s ago 5m 36.7M 3225M 16.2.5 6933c2a0b7dd 7b7e522562c9 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (4m) 15s ago 4m 36.9M 3225M 16.2.5 6933c2a0b7dd 11b84291a2da 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (4m) 15s ago 4m 38.5M 3225M 16.2.5 6933c2a0b7dd f5001467a90f 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (3m) 15s ago 3m 37.1M 3225M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (3m) 24s ago 3m 36.7M 3992M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (3m) 24s ago 3m 39.1M 3992M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (2m) 24s ago 2m 39.5M 3992M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (2m) 24s ago 2m 36.9M 3992M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:24:11.637 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (4m) 15s ago 5m 40.2M - 2.18.1 de242295e225 5f0253924e70 2024-02-15T18:24:11.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:10.686819+0000 mgr.smithi043.oyulcz (mgr.14164) 323 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:12.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 26583 32.02 MB/sec warmup 25 sec latency 29.858 ms 2024-02-15T18:24:12.251 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:24:12.251 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-15T18:24:12.252 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:24:12.253 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:24:12.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:11.065615+0000 mgr.smithi043.oyulcz (mgr.14164) 324 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 190 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 18 MiB/s wr, 1.71k op/s 2024-02-15T18:24:12.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:11.157394+0000 mgr.smithi043.oyulcz (mgr.14164) 325 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:12.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:11.619398+0000 mgr.smithi043.oyulcz (mgr.14164) 326 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:12.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:11.065615+0000 mgr.smithi043.oyulcz (mgr.14164) 324 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 190 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 18 MiB/s wr, 1.71k op/s 2024-02-15T18:24:12.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:11.157394+0000 mgr.smithi043.oyulcz (mgr.14164) 325 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:12.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:11.619398+0000 mgr.smithi043.oyulcz (mgr.14164) 326 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:12.778 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:24:12.778 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-15T18:24:12.778 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:24:12.778 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2024-02-15T18:24:12.778 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "", 2024-02-15T18:24:12.778 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 image" 2024-02-15T18:24:12.779 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:24:13.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 27442 31.37 MB/sec warmup 26 sec latency 33.860 ms 2024-02-15T18:24:13.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:12.249719+0000 mon.smithi043 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.43:0/2067435715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:24:13.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:12.249719+0000 mon.smithi043 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.43:0/2067435715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:24:14.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 28400 31.74 MB/sec warmup 27 sec latency 27.712 ms 2024-02-15T18:24:14.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:12.779170+0000 mgr.smithi043.oyulcz (mgr.14164) 327 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:14.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:13.066415+0000 mgr.smithi043.oyulcz (mgr.14164) 328 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 195 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 15 MiB/s wr, 1.34k op/s 2024-02-15T18:24:14.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:12.779170+0000 mgr.smithi043.oyulcz (mgr.14164) 327 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:14.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:13.066415+0000 mgr.smithi043.oyulcz (mgr.14164) 328 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 195 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 15 MiB/s wr, 1.34k op/s 2024-02-15T18:24:15.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 28985 31.08 MB/sec warmup 28 sec latency 24.740 ms 2024-02-15T18:24:16.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 29759 30.56 MB/sec warmup 29 sec latency 27.976 ms 2024-02-15T18:24:16.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:15.067163+0000 mgr.smithi043.oyulcz (mgr.14164) 329 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.44k op/s 2024-02-15T18:24:16.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:15.067163+0000 mgr.smithi043.oyulcz (mgr.14164) 329 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.44k op/s 2024-02-15T18:24:17.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 30886 30.23 MB/sec warmup 30 sec latency 24.063 ms 2024-02-15T18:24:18.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 31956 30.71 MB/sec warmup 31 sec latency 32.695 ms 2024-02-15T18:24:18.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:17.067672+0000 mgr.smithi043.oyulcz (mgr.14164) 330 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2024-02-15T18:24:18.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:17.067672+0000 mgr.smithi043.oyulcz (mgr.14164) 330 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2024-02-15T18:24:19.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 32788 30.25 MB/sec warmup 32 sec latency 14.877 ms 2024-02-15T18:24:20.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 33751 30.07 MB/sec warmup 33 sec latency 20.748 ms 2024-02-15T18:24:20.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:19.068145+0000 mgr.smithi043.oyulcz (mgr.14164) 331 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 215 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-02-15T18:24:20.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:19.068145+0000 mgr.smithi043.oyulcz (mgr.14164) 331 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 215 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-02-15T18:24:21.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 35007 30.27 MB/sec warmup 34 sec latency 23.198 ms 2024-02-15T18:24:22.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 36023 30.33 MB/sec warmup 35 sec latency 24.241 ms 2024-02-15T18:24:22.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:21.068721+0000 mgr.smithi043.oyulcz (mgr.14164) 332 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.42k op/s 2024-02-15T18:24:22.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:21.068721+0000 mgr.smithi043.oyulcz (mgr.14164) 332 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.42k op/s 2024-02-15T18:24:23.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 36791 29.92 MB/sec warmup 36 sec latency 84.233 ms 2024-02-15T18:24:24.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 37678 29.51 MB/sec warmup 37 sec latency 22.461 ms 2024-02-15T18:24:24.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:23.069228+0000 mgr.smithi043.oyulcz (mgr.14164) 333 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-02-15T18:24:24.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:23.069228+0000 mgr.smithi043.oyulcz (mgr.14164) 333 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-02-15T18:24:25.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 38612 29.63 MB/sec warmup 38 sec latency 18.115 ms 2024-02-15T18:24:26.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 39471 29.64 MB/sec warmup 39 sec latency 15.029 ms 2024-02-15T18:24:26.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:25.069749+0000 mgr.smithi043.oyulcz (mgr.14164) 334 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 221 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-02-15T18:24:26.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:25.069749+0000 mgr.smithi043.oyulcz (mgr.14164) 334 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 221 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-02-15T18:24:27.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 40402 29.40 MB/sec warmup 40 sec latency 87.123 ms 2024-02-15T18:24:28.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 41482 29.08 MB/sec warmup 41 sec latency 48.878 ms 2024-02-15T18:24:28.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:27.070345+0000 mgr.smithi043.oyulcz (mgr.14164) 335 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 236 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.43k op/s 2024-02-15T18:24:28.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:27.070345+0000 mgr.smithi043.oyulcz (mgr.14164) 335 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 236 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.43k op/s 2024-02-15T18:24:29.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 42386 29.32 MB/sec warmup 42 sec latency 23.683 ms 2024-02-15T18:24:30.198 INFO:teuthology.orchestra.run.smithi043.stdout: 5 42956 29.10 MB/sec warmup 43 sec latency 27.745 ms 2024-02-15T18:24:30.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:29.070806+0000 mgr.smithi043.oyulcz (mgr.14164) 336 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 240 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.24k op/s 2024-02-15T18:24:30.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:29.070806+0000 mgr.smithi043.oyulcz (mgr.14164) 336 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 240 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.24k op/s 2024-02-15T18:24:31.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 43772 28.77 MB/sec warmup 44 sec latency 27.164 ms 2024-02-15T18:24:32.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 44896 28.58 MB/sec warmup 45 sec latency 23.535 ms 2024-02-15T18:24:32.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:31.071432+0000 mgr.smithi043.oyulcz (mgr.14164) 337 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.30k op/s 2024-02-15T18:24:32.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:31.071432+0000 mgr.smithi043.oyulcz (mgr.14164) 337 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.30k op/s 2024-02-15T18:24:33.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 46107 29.00 MB/sec warmup 46 sec latency 11.598 ms 2024-02-15T18:24:34.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 46669 28.68 MB/sec warmup 47 sec latency 43.236 ms 2024-02-15T18:24:34.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:33.071927+0000 mgr.smithi043.oyulcz (mgr.14164) 338 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-02-15T18:24:34.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:33.071927+0000 mgr.smithi043.oyulcz (mgr.14164) 338 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-02-15T18:24:35.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 47514 28.46 MB/sec warmup 48 sec latency 22.426 ms 2024-02-15T18:24:36.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 48663 28.36 MB/sec warmup 49 sec latency 22.742 ms 2024-02-15T18:24:36.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:35.072531+0000 mgr.smithi043.oyulcz (mgr.14164) 339 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 253 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-02-15T18:24:36.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:35.072531+0000 mgr.smithi043.oyulcz (mgr.14164) 339 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 253 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-02-15T18:24:37.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 49810 28.67 MB/sec warmup 50 sec latency 25.309 ms 2024-02-15T18:24:38.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 50806 28.55 MB/sec warmup 51 sec latency 19.716 ms 2024-02-15T18:24:38.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:37.073118+0000 mgr.smithi043.oyulcz (mgr.14164) 340 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 261 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.23k op/s 2024-02-15T18:24:38.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:37.073118+0000 mgr.smithi043.oyulcz (mgr.14164) 340 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 261 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.23k op/s 2024-02-15T18:24:39.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 51864 28.39 MB/sec warmup 52 sec latency 16.083 ms 2024-02-15T18:24:39.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:38.415239+0000 mon.smithi043 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:24:39.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:24:38.416488+0000 mgr.smithi043.oyulcz (mgr.14164) 341 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-15T18:24:39.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:24:38.416595+0000 mgr.smithi043.oyulcz (mgr.14164) 342 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-15T18:24:39.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:38.417917+0000 mon.smithi043 (mon.0) 730 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:24:39.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:24:38.419411+0000 mgr.smithi043.oyulcz (mgr.14164) 343 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi043.oyulcz) 2024-02-15T18:24:39.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:24:38.741331+0000 mgr.smithi043.oyulcz (mgr.14164) 344 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi164 2024-02-15T18:24:39.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:38.415239+0000 mon.smithi043 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:24:39.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:24:38.416488+0000 mgr.smithi043.oyulcz (mgr.14164) 341 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-15T18:24:39.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:24:38.416595+0000 mgr.smithi043.oyulcz (mgr.14164) 342 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-15T18:24:39.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:38.417917+0000 mon.smithi043 (mon.0) 730 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:24:39.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:24:38.419411+0000 mgr.smithi043.oyulcz (mgr.14164) 343 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi043.oyulcz) 2024-02-15T18:24:39.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:24:38.741331+0000 mgr.smithi043.oyulcz (mgr.14164) 344 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi164 2024-02-15T18:24:40.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 52599 28.29 MB/sec warmup 53 sec latency 28.345 ms 2024-02-15T18:24:40.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:39.073556+0000 mgr.smithi043.oyulcz (mgr.14164) 345 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 267 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 954 op/s 2024-02-15T18:24:40.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:39.073556+0000 mgr.smithi043.oyulcz (mgr.14164) 345 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 267 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 954 op/s 2024-02-15T18:24:41.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 53152 28.24 MB/sec warmup 54 sec latency 32.044 ms 2024-02-15T18:24:42.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 53947 28.02 MB/sec warmup 55 sec latency 35.560 ms 2024-02-15T18:24:42.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:41.074007+0000 mgr.smithi043.oyulcz (mgr.14164) 346 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.28k op/s 2024-02-15T18:24:42.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:41.074007+0000 mgr.smithi043.oyulcz (mgr.14164) 346 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.28k op/s 2024-02-15T18:24:43.154 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:24:43.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 54680 27.80 MB/sec warmup 56 sec latency 28.222 ms 2024-02-15T18:24:43.872 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:24:43.872 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (5m) 48s ago 7m 21.6M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:24:43.872 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (7m) 48s ago 7m 6391k - 16.2.5 6933c2a0b7dd e57289688841 2024-02-15T18:24:43.872 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (6m) 56s ago 6m 6387k - 16.2.5 6933c2a0b7dd a175e24e4fb9 2024-02-15T18:24:43.872 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (5m) 48s ago 7m 31.5M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:24:43.872 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (82s) 48s ago 82s 12.0M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:24:43.872 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (79s) 56s ago 79s 15.7M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:9283 running (8m) 48s ago 8m 423M - 16.2.5 6933c2a0b7dd c66e167a7d97 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (6m) 56s ago 6m 372M - 16.2.5 6933c2a0b7dd c0add3ce2fd9 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (8m) 48s ago 8m 49.6M 2048M 16.2.5 6933c2a0b7dd ff8f2ffd3c2b 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (6m) 56s ago 6m 42.6M 2048M 16.2.5 6933c2a0b7dd f6a13062255f 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.zskzux smithi043 *:2049 running (66s) 48s ago 65s 53.7M - 3.5 6933c2a0b7dd c1934fbb2a68 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi164.zqruxa smithi164 *:2049 running (60s) 56s ago 59s 51.4M - 3.5 6933c2a0b7dd 20bf49764f96 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (6m) 48s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (5m) 56s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (5m) 48s ago 5m 36.7M 3225M 16.2.5 6933c2a0b7dd 7b7e522562c9 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (5m) 48s ago 5m 36.9M 3225M 16.2.5 6933c2a0b7dd 11b84291a2da 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (4m) 48s ago 4m 38.5M 3225M 16.2.5 6933c2a0b7dd f5001467a90f 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (4m) 48s ago 4m 37.1M 3225M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (4m) 56s ago 4m 36.7M 3992M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (3m) 56s ago 3m 39.1M 3992M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (3m) 56s ago 3m 39.5M 3992M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:24:43.873 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (3m) 56s ago 3m 36.9M 3992M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:24:43.874 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (5m) 48s ago 6m 40.2M - 2.18.1 de242295e225 5f0253924e70 2024-02-15T18:24:44.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 55168 27.49 MB/sec warmup 57 sec latency 57.629 ms 2024-02-15T18:24:44.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:43.074436+0000 mgr.smithi043.oyulcz (mgr.14164) 347 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 280 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-02-15T18:24:44.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:43.140339+0000 mgr.smithi043.oyulcz (mgr.14164) 348 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:44.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:43.531808+0000 mgr.smithi043.oyulcz (mgr.14164) 349 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:44.257 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:24:44.257 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:24:44.257 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:24:44.257 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:24:44.257 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:24:44.257 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:24:44.257 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:24:44.258 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:24:44.258 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:24:44.258 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:24:44.258 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:24:44.258 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:24:44.258 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:24:44.258 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:24:44.258 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-15T18:24:44.258 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:24:44.258 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:24:44.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:43.074436+0000 mgr.smithi043.oyulcz (mgr.14164) 347 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 280 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-02-15T18:24:44.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:43.140339+0000 mgr.smithi043.oyulcz (mgr.14164) 348 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:44.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:43.531808+0000 mgr.smithi043.oyulcz (mgr.14164) 349 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:44.562 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:24:44.562 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:24:44.562 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:24:44.562 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2024-02-15T18:24:44.562 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-15T18:24:44.562 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc image on host smithi164" 2024-02-15T18:24:44.562 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:24:45.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 55547 27.18 MB/sec warmup 58 sec latency 54.425 ms 2024-02-15T18:24:45.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:43.863530+0000 mgr.smithi043.oyulcz (mgr.14164) 350 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:45.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:44.259180+0000 mon.smithi043 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.43:0/3438567882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:24:45.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:44.564029+0000 mgr.smithi043.oyulcz (mgr.14164) 351 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:45.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:43.863530+0000 mgr.smithi043.oyulcz (mgr.14164) 350 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:45.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:44.259180+0000 mon.smithi043 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.43:0/3438567882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:24:45.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:44.564029+0000 mgr.smithi043.oyulcz (mgr.14164) 351 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:46.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 56518 27.32 MB/sec warmup 59 sec latency 33.297 ms 2024-02-15T18:24:46.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:45.074919+0000 mgr.smithi043.oyulcz (mgr.14164) 352 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 274 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-15T18:24:46.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:45.074919+0000 mgr.smithi043.oyulcz (mgr.14164) 352 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 274 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-15T18:24:47.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 57383 27.26 MB/sec warmup 60 sec latency 14.440 ms 2024-02-15T18:24:48.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 58210 27.09 MB/sec warmup 61 sec latency 19.715 ms 2024-02-15T18:24:48.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:47.075571+0000 mgr.smithi043.oyulcz (mgr.14164) 353 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 281 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-02-15T18:24:48.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:47.075571+0000 mgr.smithi043.oyulcz (mgr.14164) 353 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 281 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-02-15T18:24:49.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 58769 26.82 MB/sec warmup 62 sec latency 44.929 ms 2024-02-15T18:24:50.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 59369 26.70 MB/sec warmup 63 sec latency 51.907 ms 2024-02-15T18:24:50.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:49.075946+0000 mgr.smithi043.oyulcz (mgr.14164) 354 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 285 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-02-15T18:24:50.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:49.075946+0000 mgr.smithi043.oyulcz (mgr.14164) 354 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 285 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-02-15T18:24:51.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 60077 26.68 MB/sec warmup 64 sec latency 21.619 ms 2024-02-15T18:24:52.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 60877 26.61 MB/sec warmup 65 sec latency 17.100 ms 2024-02-15T18:24:52.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:51.076442+0000 mgr.smithi043.oyulcz (mgr.14164) 355 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 291 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-02-15T18:24:52.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:51.312538+0000 mon.smithi043 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:24:52.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:24:51.312943+0000 mon.smithi043 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:24:52.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:51.076442+0000 mgr.smithi043.oyulcz (mgr.14164) 355 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 291 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-02-15T18:24:52.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:51.312538+0000 mon.smithi043 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:24:52.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:24:51.312943+0000 mon.smithi043 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:24:53.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 61506 26.46 MB/sec warmup 66 sec latency 22.997 ms 2024-02-15T18:24:54.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 62265 26.24 MB/sec warmup 67 sec latency 39.610 ms 2024-02-15T18:24:54.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:53.076914+0000 mgr.smithi043.oyulcz (mgr.14164) 356 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 296 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.1 MiB/s wr, 863 op/s 2024-02-15T18:24:54.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:53.076914+0000 mgr.smithi043.oyulcz (mgr.14164) 356 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 296 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.1 MiB/s wr, 863 op/s 2024-02-15T18:24:55.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 63239 26.27 MB/sec warmup 68 sec latency 18.287 ms 2024-02-15T18:24:56.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 64107 26.37 MB/sec warmup 69 sec latency 13.050 ms 2024-02-15T18:24:56.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:55.077491+0000 mgr.smithi043.oyulcz (mgr.14164) 357 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 301 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 997 op/s 2024-02-15T18:24:56.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:55.077491+0000 mgr.smithi043.oyulcz (mgr.14164) 357 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 301 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 997 op/s 2024-02-15T18:24:57.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 64778 26.17 MB/sec warmup 70 sec latency 25.989 ms 2024-02-15T18:24:58.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 65498 25.99 MB/sec warmup 71 sec latency 26.994 ms 2024-02-15T18:24:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:24:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:57.078001+0000 mgr.smithi043.oyulcz (mgr.14164) 358 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 976 op/s 2024-02-15T18:24:58.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:24:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:57.078001+0000 mgr.smithi043.oyulcz (mgr.14164) 358 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 976 op/s 2024-02-15T18:24:59.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 66051 25.83 MB/sec warmup 72 sec latency 43.268 ms 2024-02-15T18:25:00.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 66884 25.85 MB/sec warmup 73 sec latency 109.524 ms 2024-02-15T18:25:00.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:24:59.078425+0000 mgr.smithi043.oyulcz (mgr.14164) 359 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.2 MiB/s wr, 879 op/s 2024-02-15T18:25:00.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:24:59.078425+0000 mgr.smithi043.oyulcz (mgr.14164) 359 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.2 MiB/s wr, 879 op/s 2024-02-15T18:25:01.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 67586 25.86 MB/sec warmup 74 sec latency 20.133 ms 2024-02-15T18:25:02.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 68040 25.62 MB/sec warmup 75 sec latency 27.647 ms 2024-02-15T18:25:02.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:01.079057+0000 mgr.smithi043.oyulcz (mgr.14164) 360 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-02-15T18:25:02.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:01.079057+0000 mgr.smithi043.oyulcz (mgr.14164) 360 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-02-15T18:25:03.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 68535 25.49 MB/sec warmup 76 sec latency 40.083 ms 2024-02-15T18:25:04.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 69387 25.32 MB/sec warmup 77 sec latency 15.304 ms 2024-02-15T18:25:04.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:03.079530+0000 mgr.smithi043.oyulcz (mgr.14164) 361 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.9 MiB/s wr, 977 op/s 2024-02-15T18:25:04.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:03.079530+0000 mgr.smithi043.oyulcz (mgr.14164) 361 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.9 MiB/s wr, 977 op/s 2024-02-15T18:25:05.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 70243 25.32 MB/sec warmup 78 sec latency 23.187 ms 2024-02-15T18:25:06.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 70971 25.36 MB/sec warmup 79 sec latency 15.034 ms 2024-02-15T18:25:06.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:05.080055+0000 mgr.smithi043.oyulcz (mgr.14164) 362 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2024-02-15T18:25:06.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:05.080055+0000 mgr.smithi043.oyulcz (mgr.14164) 362 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2024-02-15T18:25:07.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 71449 25.20 MB/sec warmup 80 sec latency 30.694 ms 2024-02-15T18:25:07.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:06.474392+0000 mgr.smithi043.oyulcz (mgr.14164) 363 : cephadm [INF] Upgrade: Updating mgr.smithi164.shzocc 2024-02-15T18:25:07.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:06.477974+0000 mon.smithi043 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:25:07.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:06.478645+0000 mon.smithi043 (mon.0) 735 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.shzocc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:25:07.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:06.479263+0000 mon.smithi043 (mon.0) 736 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:25:07.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:06.479949+0000 mon.smithi043 (mon.0) 737 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:07.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:06.480857+0000 mgr.smithi043.oyulcz (mgr.14164) 364 : cephadm [INF] Deploying daemon mgr.smithi164.shzocc on smithi164 2024-02-15T18:25:07.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:06.474392+0000 mgr.smithi043.oyulcz (mgr.14164) 363 : cephadm [INF] Upgrade: Updating mgr.smithi164.shzocc 2024-02-15T18:25:07.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:06.477974+0000 mon.smithi043 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:25:07.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:06.478645+0000 mon.smithi043 (mon.0) 735 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.shzocc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:25:07.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:06.479263+0000 mon.smithi043 (mon.0) 736 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:25:07.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:06.479949+0000 mon.smithi043 (mon.0) 737 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:07.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:06.480857+0000 mgr.smithi043.oyulcz (mgr.14164) 364 : cephadm [INF] Deploying daemon mgr.smithi164.shzocc on smithi164 2024-02-15T18:25:08.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 71769 24.97 MB/sec warmup 81 sec latency 43.630 ms 2024-02-15T18:25:08.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:07.080537+0000 mgr.smithi043.oyulcz (mgr.14164) 365 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 325 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-02-15T18:25:08.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:07.080537+0000 mgr.smithi043.oyulcz (mgr.14164) 365 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 325 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-02-15T18:25:09.201 INFO:teuthology.orchestra.run.smithi043.stdout: 5 72420 24.81 MB/sec warmup 82 sec latency 37.153 ms 2024-02-15T18:25:10.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 73036 24.66 MB/sec warmup 83 sec latency 27.191 ms 2024-02-15T18:25:10.488 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:09.080930+0000 mgr.smithi043.oyulcz (mgr.14164) 366 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 1.03k op/s 2024-02-15T18:25:10.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:09.080930+0000 mgr.smithi043.oyulcz (mgr.14164) 366 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 1.03k op/s 2024-02-15T18:25:11.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 73980 24.72 MB/sec warmup 84 sec latency 30.821 ms 2024-02-15T18:25:12.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 74769 24.77 MB/sec warmup 85 sec latency 56.636 ms 2024-02-15T18:25:12.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:11.081526+0000 mgr.smithi043.oyulcz (mgr.14164) 367 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.01k op/s 2024-02-15T18:25:12.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:11.081526+0000 mgr.smithi043.oyulcz (mgr.14164) 367 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.01k op/s 2024-02-15T18:25:13.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 75591 24.71 MB/sec warmup 86 sec latency 40.357 ms 2024-02-15T18:25:14.053 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:13.082031+0000 mgr.smithi043.oyulcz (mgr.14164) 368 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 325 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.3 MiB/s wr, 864 op/s 2024-02-15T18:25:14.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 76232 24.52 MB/sec warmup 87 sec latency 67.636 ms 2024-02-15T18:25:14.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:13.082031+0000 mgr.smithi043.oyulcz (mgr.14164) 368 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 325 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.3 MiB/s wr, 864 op/s 2024-02-15T18:25:14.907 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:25:15.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 76648 24.36 MB/sec warmup 88 sec latency 32.542 ms 2024-02-15T18:25:15.579 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:25:15.579 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (6m) 79s ago 7m 21.6M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:25:15.579 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (7m) 79s ago 7m 6391k - 16.2.5 6933c2a0b7dd e57289688841 2024-02-15T18:25:15.579 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (6m) 88s ago 6m 6387k - 16.2.5 6933c2a0b7dd a175e24e4fb9 2024-02-15T18:25:15.579 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (5m) 79s ago 7m 31.5M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:25:15.579 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (114s) 79s ago 113s 12.0M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:25:15.579 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (111s) 88s ago 111s 15.7M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:25:15.579 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:9283 running (9m) 79s ago 9m 423M - 16.2.5 6933c2a0b7dd c66e167a7d97 2024-02-15T18:25:15.579 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (6m) 88s ago 6m 372M - 16.2.5 6933c2a0b7dd c0add3ce2fd9 2024-02-15T18:25:15.579 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (9m) 79s ago 9m 49.6M 2048M 16.2.5 6933c2a0b7dd ff8f2ffd3c2b 2024-02-15T18:25:15.580 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (6m) 88s ago 6m 42.6M 2048M 16.2.5 6933c2a0b7dd f6a13062255f 2024-02-15T18:25:15.580 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.zskzux smithi043 *:2049 running (97s) 79s ago 96s 53.7M - 3.5 6933c2a0b7dd c1934fbb2a68 2024-02-15T18:25:15.580 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi164.zqruxa smithi164 *:2049 running (92s) 88s ago 91s 51.4M - 3.5 6933c2a0b7dd 20bf49764f96 2024-02-15T18:25:15.580 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (7m) 79s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:25:15.580 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (6m) 88s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:25:15.580 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (6m) 79s ago 6m 36.7M 3225M 16.2.5 6933c2a0b7dd 7b7e522562c9 2024-02-15T18:25:15.581 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (5m) 79s ago 5m 36.9M 3225M 16.2.5 6933c2a0b7dd 11b84291a2da 2024-02-15T18:25:15.581 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (5m) 79s ago 5m 38.5M 3225M 16.2.5 6933c2a0b7dd f5001467a90f 2024-02-15T18:25:15.581 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (4m) 79s ago 4m 37.1M 3225M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:25:15.581 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (4m) 88s ago 4m 36.7M 3992M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:25:15.581 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (4m) 88s ago 4m 39.1M 3992M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:25:15.582 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (3m) 88s ago 3m 39.5M 3992M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:25:15.582 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (3m) 88s ago 3m 36.9M 3992M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:25:15.582 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (5m) 79s ago 7m 40.2M - 2.18.1 de242295e225 5f0253924e70 2024-02-15T18:25:15.965 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:25:15.965 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:25:15.965 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:25:15.965 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:25:15.965 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:25:15.965 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:25:15.965 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:25:15.965 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:25:15.966 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:25:15.966 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:25:15.966 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:25:15.966 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:25:15.966 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:25:15.966 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:25:15.966 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-15T18:25:15.966 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:25:15.966 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:25:16.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 77285 24.33 MB/sec warmup 89 sec latency 61.037 ms 2024-02-15T18:25:16.322 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:25:16.323 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:25:16.323 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:25:16.323 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2024-02-15T18:25:16.323 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-15T18:25:16.323 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading mgr daemons" 2024-02-15T18:25:16.323 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:25:16.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:14.897633+0000 mgr.smithi043.oyulcz (mgr.14164) 369 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:16.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:15.082619+0000 mgr.smithi043.oyulcz (mgr.14164) 370 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 999 op/s 2024-02-15T18:25:16.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:15.223965+0000 mgr.smithi043.oyulcz (mgr.14164) 371 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:16.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:15.570843+0000 mgr.smithi043.oyulcz (mgr.14164) 372 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:16.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:15.967802+0000 mon.smithi043 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.43:0/817066217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:25:16.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:14.897633+0000 mgr.smithi043.oyulcz (mgr.14164) 369 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:16.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:15.082619+0000 mgr.smithi043.oyulcz (mgr.14164) 370 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 999 op/s 2024-02-15T18:25:16.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:15.223965+0000 mgr.smithi043.oyulcz (mgr.14164) 371 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:16.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:15.570843+0000 mgr.smithi043.oyulcz (mgr.14164) 372 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:16.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:15.967802+0000 mon.smithi043 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.43:0/817066217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:25:17.201 INFO:teuthology.orchestra.run.smithi043.stdout: 5 77852 24.29 MB/sec warmup 90 sec latency 49.938 ms 2024-02-15T18:25:17.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:16.325472+0000 mgr.smithi043.oyulcz (mgr.14164) 373 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:17.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:16.325472+0000 mgr.smithi043.oyulcz (mgr.14164) 373 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:18.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 78280 24.18 MB/sec warmup 91 sec latency 34.559 ms 2024-02-15T18:25:18.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:17.083056+0000 mgr.smithi043.oyulcz (mgr.14164) 374 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.5 MiB/s wr, 901 op/s 2024-02-15T18:25:18.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:17.083056+0000 mgr.smithi043.oyulcz (mgr.14164) 374 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.5 MiB/s wr, 901 op/s 2024-02-15T18:25:19.201 INFO:teuthology.orchestra.run.smithi043.stdout: 5 79076 24.10 MB/sec warmup 92 sec latency 24.292 ms 2024-02-15T18:25:19.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:18.531843+0000 mon.smithi043 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:25:19.994 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:18.533152+0000 mon.smithi043 (mon.0) 740 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:25:19.994 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:18.535562+0000 mon.smithi043 (mon.0) 741 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:19.994 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:18.536978+0000 mon.smithi043 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:25:20.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:18.531843+0000 mon.smithi043 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:25:20.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:18.533152+0000 mon.smithi043 (mon.0) 740 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:25:20.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:18.535562+0000 mon.smithi043 (mon.0) 741 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:20.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:18.536978+0000 mon.smithi043 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:25:20.201 INFO:teuthology.orchestra.run.smithi043.stdout: 5 79740 23.97 MB/sec warmup 93 sec latency 37.137 ms 2024-02-15T18:25:20.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:19.083497+0000 mgr.smithi043.oyulcz (mgr.14164) 375 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 319 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 834 op/s 2024-02-15T18:25:21.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:19.083497+0000 mgr.smithi043.oyulcz (mgr.14164) 375 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 319 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 834 op/s 2024-02-15T18:25:21.201 INFO:teuthology.orchestra.run.smithi043.stdout: 5 80254 23.86 MB/sec warmup 94 sec latency 26.674 ms 2024-02-15T18:25:22.201 INFO:teuthology.orchestra.run.smithi043.stdout: 5 81036 23.87 MB/sec warmup 95 sec latency 19.850 ms 2024-02-15T18:25:22.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:21.083973+0000 mgr.smithi043.oyulcz (mgr.14164) 376 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 880 op/s 2024-02-15T18:25:22.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:21.083973+0000 mgr.smithi043.oyulcz (mgr.14164) 376 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 880 op/s 2024-02-15T18:25:23.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 81679 23.87 MB/sec warmup 96 sec latency 29.369 ms 2024-02-15T18:25:24.167 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:22.839168+0000 mon.smithi043 (mon.0) 743 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:25:24.167 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:23.084501+0000 mgr.smithi043.oyulcz (mgr.14164) 377 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.9 MiB/s wr, 890 op/s 2024-02-15T18:25:24.167 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:23.195738+0000 mon.smithi043 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:25:24.167 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:23.202257+0000 mon.smithi043 (mon.0) 745 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:25:24.167 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:23.204466+0000 mon.smithi043 (mon.0) 746 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:25:24.167 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:23.205401+0000 mgr.smithi043.oyulcz (mgr.14164) 378 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi043.oyulcz) 2024-02-15T18:25:24.167 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:23.208263+0000 mgr.smithi043.oyulcz (mgr.14164) 379 : cephadm [INF] Failing over to other MGR 2024-02-15T18:25:24.168 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:23.208583+0000 mon.smithi043 (mon.0) 747 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr fail", "who": "smithi043.oyulcz"}]: dispatch 2024-02-15T18:25:24.168 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:23.212743+0000 mon.smithi043 (mon.0) 748 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-15T18:25:24.168 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:23.505109+0000 mon.smithi043 (mon.0) 749 : cluster [DBG] Standby manager daemon smithi043.oyulcz started 2024-02-15T18:25:24.200 INFO:teuthology.orchestra.run.smithi043.stdout: 5 82455 23.81 MB/sec warmup 97 sec latency 23.682 ms 2024-02-15T18:25:24.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:22.839168+0000 mon.smithi043 (mon.0) 743 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:25:24.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:23.084501+0000 mgr.smithi043.oyulcz (mgr.14164) 377 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.9 MiB/s wr, 890 op/s 2024-02-15T18:25:24.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:23.195738+0000 mon.smithi043 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:25:24.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:23.202257+0000 mon.smithi043 (mon.0) 745 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' 2024-02-15T18:25:24.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:23.204466+0000 mon.smithi043 (mon.0) 746 : audit [DBG] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:25:24.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:23.205401+0000 mgr.smithi043.oyulcz (mgr.14164) 378 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi043.oyulcz) 2024-02-15T18:25:24.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:23.208263+0000 mgr.smithi043.oyulcz (mgr.14164) 379 : cephadm [INF] Failing over to other MGR 2024-02-15T18:25:24.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:23.208583+0000 mon.smithi043 (mon.0) 747 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr fail", "who": "smithi043.oyulcz"}]: dispatch 2024-02-15T18:25:24.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:23.212743+0000 mon.smithi043 (mon.0) 748 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-15T18:25:24.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:23.505109+0000 mon.smithi043 (mon.0) 749 : cluster [DBG] Standby manager daemon smithi043.oyulcz started 2024-02-15T18:25:25.201 INFO:teuthology.orchestra.run.smithi043.stdout: 5 83217 23.71 MB/sec warmup 98 sec latency 32.209 ms 2024-02-15T18:25:25.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:24.208984+0000 mon.smithi043 (mon.0) 750 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "mgr fail", "who": "smithi043.oyulcz"}]': finished 2024-02-15T18:25:25.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:24.209027+0000 mon.smithi043 (mon.0) 751 : cluster [DBG] mgrmap e21: smithi164.shzocc(active, starting, since 0.999857s), standbys: smithi043.oyulcz 2024-02-15T18:25:25.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:24.208984+0000 mon.smithi043 (mon.0) 750 : audit [INF] from='mgr.14164 172.21.15.43:0/3245366290' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "mgr fail", "who": "smithi043.oyulcz"}]': finished 2024-02-15T18:25:25.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:24.209027+0000 mon.smithi043 (mon.0) 751 : cluster [DBG] mgrmap e21: smithi164.shzocc(active, starting, since 0.999857s), standbys: smithi043.oyulcz 2024-02-15T18:25:26.202 INFO:teuthology.orchestra.run.smithi043.stdout: 5 83838 23.63 MB/sec warmup 99 sec latency 27.375 ms 2024-02-15T18:25:26.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:25.603858+0000 mon.smithi043 (mon.0) 752 : cluster [INF] Active manager daemon smithi164.shzocc restarted 2024-02-15T18:25:26.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:25.604370+0000 mon.smithi043 (mon.0) 753 : cluster [INF] Activating manager daemon smithi164.shzocc 2024-02-15T18:25:26.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:25.604935+0000 mon.smithi164 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/crt"}]: dispatch 2024-02-15T18:25:26.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:25.607173+0000 mon.smithi043 (mon.0) 754 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-15T18:25:26.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:25.610332+0000 mon.smithi164 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:25:26.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:25.614479+0000 mon.smithi164 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/key"}]: dispatch 2024-02-15T18:25:26.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:25.615102+0000 mon.smithi164 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:25:26.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:25.603858+0000 mon.smithi043 (mon.0) 752 : cluster [INF] Active manager daemon smithi164.shzocc restarted 2024-02-15T18:25:26.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:25.604370+0000 mon.smithi043 (mon.0) 753 : cluster [INF] Activating manager daemon smithi164.shzocc 2024-02-15T18:25:26.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:25.604935+0000 mon.smithi164 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/crt"}]: dispatch 2024-02-15T18:25:26.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:25.607173+0000 mon.smithi043 (mon.0) 754 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-15T18:25:26.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:25.610332+0000 mon.smithi164 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:25:26.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:25.614479+0000 mon.smithi164 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/key"}]: dispatch 2024-02-15T18:25:26.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:25.615102+0000 mon.smithi164 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:25:27.202 INFO:teuthology.orchestra.run.smithi043.stdout: 5 84536 23.61 MB/sec warmup 100 sec latency 32.282 ms 2024-02-15T18:25:27.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:26.221573+0000 mon.smithi043 (mon.0) 755 : cluster [DBG] mgrmap e22: smithi164.shzocc(active, starting, since 0.617329s), standbys: smithi043.oyulcz 2024-02-15T18:25:27.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.226350+0000 mon.smithi164 (mon.1) 22 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:25:27.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.226551+0000 mon.smithi164 (mon.1) 23 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:25:27.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.227272+0000 mon.smithi164 (mon.1) 24 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.gchcpq"}]: dispatch 2024-02-15T18:25:27.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.227593+0000 mon.smithi164 (mon.1) 25 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi164.avzzjy"}]: dispatch 2024-02-15T18:25:27.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.228066+0000 mon.smithi164 (mon.1) 26 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mgr metadata", "who": "smithi164.shzocc", "id": "smithi164.shzocc"}]: dispatch 2024-02-15T18:25:27.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.228328+0000 mon.smithi164 (mon.1) 27 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mgr metadata", "who": "smithi043.oyulcz", "id": "smithi043.oyulcz"}]: dispatch 2024-02-15T18:25:27.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.228609+0000 mon.smithi164 (mon.1) 28 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:25:27.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.228930+0000 mon.smithi164 (mon.1) 29 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:25:27.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.229192+0000 mon.smithi164 (mon.1) 30 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:25:27.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.229439+0000 mon.smithi164 (mon.1) 31 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:25:27.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.229735+0000 mon.smithi164 (mon.1) 32 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.229974+0000 mon.smithi164 (mon.1) 33 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.230199+0000 mon.smithi164 (mon.1) 34 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.230481+0000 mon.smithi164 (mon.1) 35 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.231015+0000 mon.smithi164 (mon.1) 36 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.231348+0000 mon.smithi164 (mon.1) 37 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.231827+0000 mon.smithi164 (mon.1) 38 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:26.260696+0000 mon.smithi043 (mon.0) 756 : cluster [INF] Manager daemon smithi164.shzocc is now available 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.278690+0000 mon.smithi043 (mon.0) 757 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:26.279300+0000 mgr.smithi164.shzocc (mgr.24443) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.395889+0000 mon.smithi164 (mon.1) 39 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.397056+0000 mon.smithi164 (mon.1) 40 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.444068+0000 mon.smithi043 (mon.0) 758 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:27.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.467143+0000 mon.smithi164 (mon.1) 41 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi164.shzocc/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:25:27.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.469578+0000 mon.smithi043 (mon.0) 759 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi164.shzocc/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:25:27.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.475734+0000 mon.smithi164 (mon.1) 42 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi164.shzocc/trash_purge_schedule"}]: dispatch 2024-02-15T18:25:27.510 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:26.477592+0000 mon.smithi043 (mon.0) 760 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi164.shzocc/trash_purge_schedule"}]: dispatch 2024-02-15T18:25:27.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:26.221573+0000 mon.smithi043 (mon.0) 755 : cluster [DBG] mgrmap e22: smithi164.shzocc(active, starting, since 0.617329s), standbys: smithi043.oyulcz 2024-02-15T18:25:27.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.226350+0000 mon.smithi164 (mon.1) 22 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:25:27.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.226551+0000 mon.smithi164 (mon.1) 23 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:25:27.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.227272+0000 mon.smithi164 (mon.1) 24 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.gchcpq"}]: dispatch 2024-02-15T18:25:27.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.227593+0000 mon.smithi164 (mon.1) 25 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi164.avzzjy"}]: dispatch 2024-02-15T18:25:27.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.228066+0000 mon.smithi164 (mon.1) 26 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mgr metadata", "who": "smithi164.shzocc", "id": "smithi164.shzocc"}]: dispatch 2024-02-15T18:25:27.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.228328+0000 mon.smithi164 (mon.1) 27 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mgr metadata", "who": "smithi043.oyulcz", "id": "smithi043.oyulcz"}]: dispatch 2024-02-15T18:25:27.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.228609+0000 mon.smithi164 (mon.1) 28 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:25:27.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.228930+0000 mon.smithi164 (mon.1) 29 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.229192+0000 mon.smithi164 (mon.1) 30 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.229439+0000 mon.smithi164 (mon.1) 31 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.229735+0000 mon.smithi164 (mon.1) 32 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.229974+0000 mon.smithi164 (mon.1) 33 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.230199+0000 mon.smithi164 (mon.1) 34 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.230481+0000 mon.smithi164 (mon.1) 35 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.231015+0000 mon.smithi164 (mon.1) 36 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.231348+0000 mon.smithi164 (mon.1) 37 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.231827+0000 mon.smithi164 (mon.1) 38 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:26.260696+0000 mon.smithi043 (mon.0) 756 : cluster [INF] Manager daemon smithi164.shzocc is now available 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.278690+0000 mon.smithi043 (mon.0) 757 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:26.279300+0000 mgr.smithi164.shzocc (mgr.24443) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.395889+0000 mon.smithi164 (mon.1) 39 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:25:27.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.397056+0000 mon.smithi164 (mon.1) 40 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:25:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.444068+0000 mon.smithi043 (mon.0) 758 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.467143+0000 mon.smithi164 (mon.1) 41 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi164.shzocc/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:25:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.469578+0000 mon.smithi043 (mon.0) 759 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi164.shzocc/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:25:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.475734+0000 mon.smithi164 (mon.1) 42 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi164.shzocc/trash_purge_schedule"}]: dispatch 2024-02-15T18:25:27.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:26.477592+0000 mon.smithi043 (mon.0) 760 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi164.shzocc/trash_purge_schedule"}]: dispatch 2024-02-15T18:25:28.202 INFO:teuthology.orchestra.run.smithi043.stdout: 5 84957 23.54 MB/sec warmup 101 sec latency 25.477 ms 2024-02-15T18:25:28.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:27.230137+0000 mon.smithi043 (mon.0) 761 : cluster [DBG] mgrmap e23: smithi164.shzocc(active, since 1.62589s), standbys: smithi043.oyulcz 2024-02-15T18:25:28.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:27.250084+0000 mgr.smithi164.shzocc (mgr.24443) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:25:28.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:27.230137+0000 mon.smithi043 (mon.0) 761 : cluster [DBG] mgrmap e23: smithi164.shzocc(active, since 1.62589s), standbys: smithi043.oyulcz 2024-02-15T18:25:28.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:27.250084+0000 mgr.smithi164.shzocc (mgr.24443) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:25:29.202 INFO:teuthology.orchestra.run.smithi043.stdout: 5 85296 23.41 MB/sec warmup 102 sec latency 35.361 ms 2024-02-15T18:25:29.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:28.231492+0000 mgr.smithi164.shzocc (mgr.24443) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:25:29.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:28.235260+0000 mon.smithi043 (mon.0) 762 : cluster [DBG] mgrmap e24: smithi164.shzocc(active, since 2s), standbys: smithi043.oyulcz 2024-02-15T18:25:29.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:28.231492+0000 mgr.smithi164.shzocc (mgr.24443) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:25:29.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:28.235260+0000 mon.smithi043 (mon.0) 762 : cluster [DBG] mgrmap e24: smithi164.shzocc(active, since 2s), standbys: smithi043.oyulcz 2024-02-15T18:25:30.202 INFO:teuthology.orchestra.run.smithi043.stdout: 5 85743 23.30 MB/sec warmup 103 sec latency 35.524 ms 2024-02-15T18:25:31.202 INFO:teuthology.orchestra.run.smithi043.stdout: 5 86191 23.16 MB/sec warmup 104 sec latency 37.476 ms 2024-02-15T18:25:31.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:30.231867+0000 mgr.smithi164.shzocc (mgr.24443) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:25:31.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:31.168314+0000 mon.smithi043 (mon.0) 763 : cluster [DBG] Standby manager daemon smithi043.oyulcz restarted 2024-02-15T18:25:31.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:31.168423+0000 mon.smithi043 (mon.0) 764 : cluster [DBG] Standby manager daemon smithi043.oyulcz started 2024-02-15T18:25:31.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:31.170453+0000 mon.smithi043 (mon.0) 765 : audit [DBG] from='mgr.? 172.21.15.43:0/4089634540' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.oyulcz/crt"}]: dispatch 2024-02-15T18:25:31.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:31.172846+0000 mon.smithi043 (mon.0) 766 : audit [DBG] from='mgr.? 172.21.15.43:0/4089634540' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:25:31.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:31.176311+0000 mon.smithi043 (mon.0) 767 : audit [DBG] from='mgr.? 172.21.15.43:0/4089634540' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.oyulcz/key"}]: dispatch 2024-02-15T18:25:31.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:31.176641+0000 mon.smithi043 (mon.0) 768 : audit [DBG] from='mgr.? 172.21.15.43:0/4089634540' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:25:31.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:30.231867+0000 mgr.smithi164.shzocc (mgr.24443) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:25:31.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:31.168314+0000 mon.smithi043 (mon.0) 763 : cluster [DBG] Standby manager daemon smithi043.oyulcz restarted 2024-02-15T18:25:31.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:31.168423+0000 mon.smithi043 (mon.0) 764 : cluster [DBG] Standby manager daemon smithi043.oyulcz started 2024-02-15T18:25:31.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:31.170453+0000 mon.smithi043 (mon.0) 765 : audit [DBG] from='mgr.? 172.21.15.43:0/4089634540' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.oyulcz/crt"}]: dispatch 2024-02-15T18:25:31.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:31.172846+0000 mon.smithi043 (mon.0) 766 : audit [DBG] from='mgr.? 172.21.15.43:0/4089634540' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:25:31.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:31.176311+0000 mon.smithi043 (mon.0) 767 : audit [DBG] from='mgr.? 172.21.15.43:0/4089634540' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.oyulcz/key"}]: dispatch 2024-02-15T18:25:31.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:31.176641+0000 mon.smithi043 (mon.0) 768 : audit [DBG] from='mgr.? 172.21.15.43:0/4089634540' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:25:32.202 INFO:teuthology.orchestra.run.smithi043.stdout: 5 86810 23.05 MB/sec warmup 105 sec latency 57.277 ms 2024-02-15T18:25:32.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:31.244681+0000 mon.smithi043 (mon.0) 769 : cluster [DBG] mgrmap e25: smithi164.shzocc(active, since 5s), standbys: smithi043.oyulcz 2024-02-15T18:25:32.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:31.244681+0000 mon.smithi043 (mon.0) 769 : cluster [DBG] mgrmap e25: smithi164.shzocc(active, since 5s), standbys: smithi043.oyulcz 2024-02-15T18:25:33.202 INFO:teuthology.orchestra.run.smithi043.stdout: 5 87334 22.97 MB/sec warmup 106 sec latency 37.372 ms 2024-02-15T18:25:33.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:32.232238+0000 mgr.smithi164.shzocc (mgr.24443) 5 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s wr, 77 op/s 2024-02-15T18:25:33.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:32.379700+0000 mon.smithi043 (mon.0) 770 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:33.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:32.718834+0000 mon.smithi164 (mon.1) 43 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:32.719284+0000 mon.smithi043 (mon.0) 771 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:32.721224+0000 mon.smithi164 (mon.1) 44 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:32.721574+0000 mon.smithi043 (mon.0) 772 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:32.722291+0000 mon.smithi164 (mon.1) 45 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:32.722601+0000 mon.smithi043 (mon.0) 773 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:32.723327+0000 mon.smithi164 (mon.1) 46 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:32.723570+0000 mon.smithi043 (mon.0) 774 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:32.728667+0000 mon.smithi043 (mon.0) 775 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:33.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:32.232238+0000 mgr.smithi164.shzocc (mgr.24443) 5 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s wr, 77 op/s 2024-02-15T18:25:33.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:32.379700+0000 mon.smithi043 (mon.0) 770 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:33.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:32.718834+0000 mon.smithi164 (mon.1) 43 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:32.719284+0000 mon.smithi043 (mon.0) 771 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:32.721224+0000 mon.smithi164 (mon.1) 44 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:32.721574+0000 mon.smithi043 (mon.0) 772 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:32.722291+0000 mon.smithi164 (mon.1) 45 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:32.722601+0000 mon.smithi043 (mon.0) 773 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:32.723327+0000 mon.smithi164 (mon.1) 46 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:32.723570+0000 mon.smithi043 (mon.0) 774 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:33.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:32.728667+0000 mon.smithi043 (mon.0) 775 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:34.202 INFO:teuthology.orchestra.run.smithi043.stdout: 5 88129 22.98 MB/sec warmup 107 sec latency 29.614 ms 2024-02-15T18:25:34.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:32.724171+0000 mgr.smithi164.shzocc (mgr.24443) 6 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 2712M 2024-02-15T18:25:34.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:32.724171+0000 mgr.smithi164.shzocc (mgr.24443) 6 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 2712M 2024-02-15T18:25:35.203 INFO:teuthology.orchestra.run.smithi043.stdout: 5 88851 22.99 MB/sec warmup 108 sec latency 18.012 ms 2024-02-15T18:25:35.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:34.232721+0000 mgr.smithi164.shzocc (mgr.24443) 7 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2024-02-15T18:25:35.714 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:34.232721+0000 mgr.smithi164.shzocc (mgr.24443) 7 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2024-02-15T18:25:36.203 INFO:teuthology.orchestra.run.smithi043.stdout: 5 89545 22.95 MB/sec warmup 109 sec latency 24.799 ms 2024-02-15T18:25:37.203 INFO:teuthology.orchestra.run.smithi043.stdout: 5 89947 22.81 MB/sec warmup 110 sec latency 435.674 ms 2024-02-15T18:25:37.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.194895+0000 mon.smithi043 (mon.0) 776 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:37.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:36.233124+0000 mgr.smithi164.shzocc (mgr.24443) 8 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2024-02-15T18:25:37.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.625538+0000 mon.smithi164 (mon.1) 47 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.625952+0000 mon.smithi043 (mon.0) 777 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.626787+0000 mon.smithi164 (mon.1) 48 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.627360+0000 mon.smithi043 (mon.0) 778 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.628643+0000 mon.smithi164 (mon.1) 49 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.628985+0000 mon.smithi043 (mon.0) 779 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.629815+0000 mon.smithi164 (mon.1) 50 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.630078+0000 mon.smithi043 (mon.0) 780 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.637711+0000 mon.smithi043 (mon.0) 781 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.638667+0000 mon.smithi164 (mon.1) 51 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.639284+0000 mon.smithi164 (mon.1) 52 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.693475+0000 mon.smithi043 (mon.0) 782 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.707130+0000 mon.smithi043 (mon.0) 783 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:37.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.712586+0000 mon.smithi043 (mon.0) 784 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:37.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.731825+0000 mon.smithi164 (mon.1) 53 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T18:25:37.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:36.732249+0000 mon.smithi043 (mon.0) 785 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T18:25:37.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.194895+0000 mon.smithi043 (mon.0) 776 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:37.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:36.233124+0000 mgr.smithi164.shzocc (mgr.24443) 8 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2024-02-15T18:25:37.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.625538+0000 mon.smithi164 (mon.1) 47 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.625952+0000 mon.smithi043 (mon.0) 777 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.626787+0000 mon.smithi164 (mon.1) 48 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.627360+0000 mon.smithi043 (mon.0) 778 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.628643+0000 mon.smithi164 (mon.1) 49 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.628985+0000 mon.smithi043 (mon.0) 779 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.629815+0000 mon.smithi164 (mon.1) 50 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.630078+0000 mon.smithi043 (mon.0) 780 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:25:37.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.637711+0000 mon.smithi043 (mon.0) 781 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:37.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.638667+0000 mon.smithi164 (mon.1) 51 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:37.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.639284+0000 mon.smithi164 (mon.1) 52 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:25:37.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.693475+0000 mon.smithi043 (mon.0) 782 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:37.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.707130+0000 mon.smithi043 (mon.0) 783 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:37.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.712586+0000 mon.smithi043 (mon.0) 784 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:37.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.731825+0000 mon.smithi164 (mon.1) 53 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T18:25:37.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:36.732249+0000 mon.smithi043 (mon.0) 785 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T18:25:38.203 INFO:teuthology.orchestra.run.smithi043.stdout: 5 90825 22.78 MB/sec warmup 111 sec latency 34.223 ms 2024-02-15T18:25:38.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:36.630770+0000 mgr.smithi164.shzocc (mgr.24443) 9 : cephadm [INF] Adjusting osd_memory_target on smithi043 to 1945M 2024-02-15T18:25:38.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:36.640432+0000 mgr.smithi164.shzocc (mgr.24443) 10 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.conf 2024-02-15T18:25:38.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:36.640676+0000 mgr.smithi164.shzocc (mgr.24443) 11 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-02-15T18:25:38.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:36.660873+0000 mgr.smithi164.shzocc (mgr.24443) 12 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:25:38.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:36.675664+0000 mgr.smithi164.shzocc (mgr.24443) 13 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:25:38.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:37.715272+0000 mon.smithi043 (mon.0) 786 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-15T18:25:38.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:37.715352+0000 mon.smithi043 (mon.0) 787 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-15T18:25:38.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:37.716178+0000 mon.smithi164 (mon.1) 54 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T18:25:38.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:37.716728+0000 mon.smithi043 (mon.0) 788 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T18:25:38.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:37.717833+0000 mon.smithi164 (mon.1) 55 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T18:25:38.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:37.718486+0000 mon.smithi043 (mon.0) 789 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T18:25:38.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:37.718487+0000 mon.smithi164 (mon.1) 56 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:25:38.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:37.721914+0000 mon.smithi043 (mon.0) 790 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:25:38.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:36.630770+0000 mgr.smithi164.shzocc (mgr.24443) 9 : cephadm [INF] Adjusting osd_memory_target on smithi043 to 1945M 2024-02-15T18:25:38.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:36.640432+0000 mgr.smithi164.shzocc (mgr.24443) 10 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.conf 2024-02-15T18:25:38.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:36.640676+0000 mgr.smithi164.shzocc (mgr.24443) 11 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-02-15T18:25:38.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:36.660873+0000 mgr.smithi164.shzocc (mgr.24443) 12 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:25:38.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:36.675664+0000 mgr.smithi164.shzocc (mgr.24443) 13 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:25:38.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:37.715272+0000 mon.smithi043 (mon.0) 786 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-15T18:25:38.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:37.715352+0000 mon.smithi043 (mon.0) 787 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-15T18:25:38.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:37.716178+0000 mon.smithi164 (mon.1) 54 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T18:25:38.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:37.716728+0000 mon.smithi043 (mon.0) 788 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T18:25:38.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:37.717833+0000 mon.smithi164 (mon.1) 55 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T18:25:38.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:37.718486+0000 mon.smithi043 (mon.0) 789 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T18:25:38.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:37.718487+0000 mon.smithi164 (mon.1) 56 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:25:38.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:37.721914+0000 mon.smithi043 (mon.0) 790 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:25:39.203 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91616 22.80 MB/sec warmup 112 sec latency 31.741 ms 2024-02-15T18:25:39.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:38.233559+0000 mgr.smithi164.shzocc (mgr.24443) 14 : cluster [DBG] pgmap v10: 129 pgs: 32 unknown, 97 active+clean; 321 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 789 op/s 2024-02-15T18:25:39.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:38.716440+0000 mon.smithi043 (mon.0) 791 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-15T18:25:39.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:38.716583+0000 mon.smithi043 (mon.0) 792 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:25:39.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:38.716712+0000 mon.smithi043 (mon.0) 793 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-15T18:25:39.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:38.233559+0000 mgr.smithi164.shzocc (mgr.24443) 14 : cluster [DBG] pgmap v10: 129 pgs: 32 unknown, 97 active+clean; 321 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 789 op/s 2024-02-15T18:25:39.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:38.716440+0000 mon.smithi043 (mon.0) 791 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-15T18:25:39.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:38.716583+0000 mon.smithi043 (mon.0) 792 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:25:39.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:38.716712+0000 mon.smithi043 (mon.0) 793 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-15T18:25:40.203 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91660 22.60 MB/sec warmup 113 sec latency 959.074 ms 2024-02-15T18:25:40.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:38.720741+0000 mgr.smithi164.shzocc (mgr.24443) 15 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-15T18:25:40.507 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:38.762804+0000 mgr.smithi164.shzocc (mgr.24443) 16 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-15T18:25:40.507 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:38.762914+0000 mgr.smithi164.shzocc (mgr.24443) 17 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi043.zskzux', 'nfs.foo.1.0.smithi164.zqruxa'] 2024-02-15T18:25:40.507 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:38.762996+0000 mgr.smithi164.shzocc (mgr.24443) 18 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi043.zskzux nfs.foo.1.0.smithi164.zqruxa 2024-02-15T18:25:40.507 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:38.763495+0000 mgr.smithi164.shzocc (mgr.24443) 19 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi043.zskzux from smithi043 -- ports [2049] 2024-02-15T18:25:40.508 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:38.763837+0000 mgr.smithi164.shzocc (mgr.24443) 20 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi164.zqruxa from smithi164 -- ports [2049] 2024-02-15T18:25:40.508 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:39.717201+0000 mon.smithi043 (mon.0) 794 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-15T18:25:40.508 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.139695+0000 mon.smithi164 (mon.1) 57 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux"}]: dispatch 2024-02-15T18:25:40.508 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.140399+0000 mon.smithi043 (mon.0) 795 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux"}]: dispatch 2024-02-15T18:25:40.508 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.143563+0000 mon.smithi043 (mon.0) 796 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux"}]': finished 2024-02-15T18:25:40.508 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.145494+0000 mon.smithi164 (mon.1) 58 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux-rgw"}]: dispatch 2024-02-15T18:25:40.508 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.146034+0000 mon.smithi043 (mon.0) 797 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux-rgw"}]: dispatch 2024-02-15T18:25:40.508 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.148334+0000 mon.smithi043 (mon.0) 798 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux-rgw"}]': finished 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:38.720741+0000 mgr.smithi164.shzocc (mgr.24443) 15 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:38.762804+0000 mgr.smithi164.shzocc (mgr.24443) 16 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:38.762914+0000 mgr.smithi164.shzocc (mgr.24443) 17 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi043.zskzux', 'nfs.foo.1.0.smithi164.zqruxa'] 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:38.762996+0000 mgr.smithi164.shzocc (mgr.24443) 18 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi043.zskzux nfs.foo.1.0.smithi164.zqruxa 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:38.763495+0000 mgr.smithi164.shzocc (mgr.24443) 19 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi043.zskzux from smithi043 -- ports [2049] 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:38.763837+0000 mgr.smithi164.shzocc (mgr.24443) 20 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi164.zqruxa from smithi164 -- ports [2049] 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:39.717201+0000 mon.smithi043 (mon.0) 794 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.139695+0000 mon.smithi164 (mon.1) 57 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux"}]: dispatch 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.140399+0000 mon.smithi043 (mon.0) 795 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux"}]: dispatch 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.143563+0000 mon.smithi043 (mon.0) 796 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux"}]': finished 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.145494+0000 mon.smithi164 (mon.1) 58 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux-rgw"}]: dispatch 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.146034+0000 mon.smithi043 (mon.0) 797 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux-rgw"}]: dispatch 2024-02-15T18:25:40.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.148334+0000 mon.smithi043 (mon.0) 798 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux-rgw"}]': finished 2024-02-15T18:25:41.203 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91660 22.40 MB/sec warmup 114 sec latency 1959.130 ms 2024-02-15T18:25:41.241 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.139245+0000 mgr.smithi164.shzocc (mgr.24443) 21 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi043.zskzux 2024-02-15T18:25:41.241 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.145213+0000 mgr.smithi164.shzocc (mgr.24443) 22 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi043.zskzux-rgw 2024-02-15T18:25:41.241 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:40.213196+0000 mon.smithi043 (mon.0) 799 : cluster [DBG] mgrmap e26: smithi164.shzocc(active, since 14s), standbys: smithi043.oyulcz 2024-02-15T18:25:41.241 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:40.233884+0000 mgr.smithi164.shzocc (mgr.24443) 23 : cluster [DBG] pgmap v13: 129 pgs: 32 unknown, 97 active+clean; 321 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 8.0 MiB/s wr, 748 op/s 2024-02-15T18:25:41.241 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.289816+0000 mgr.smithi164.shzocc (mgr.24443) 24 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi164.zqruxa 2024-02-15T18:25:41.241 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.290139+0000 mon.smithi164 (mon.1) 59 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa"}]: dispatch 2024-02-15T18:25:41.241 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.290474+0000 mon.smithi043 (mon.0) 800 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa"}]: dispatch 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.293321+0000 mon.smithi043 (mon.0) 801 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa"}]': finished 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.296498+0000 mgr.smithi164.shzocc (mgr.24443) 25 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi164.zqruxa-rgw 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.296680+0000 mon.smithi164 (mon.1) 60 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa-rgw"}]: dispatch 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.297301+0000 mon.smithi043 (mon.0) 802 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa-rgw"}]: dispatch 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.299550+0000 mon.smithi043 (mon.0) 803 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa-rgw"}]': finished 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.305281+0000 mon.smithi043 (mon.0) 804 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.308359+0000 mon.smithi164 (mon.1) 61 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.308936+0000 mgr.smithi164.shzocc (mgr.24443) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.332667+0000 mon.smithi164 (mon.1) 62 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.333365+0000 mon.smithi043 (mon.0) 805 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.336033+0000 mon.smithi043 (mon.0) 806 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.343907+0000 mgr.smithi164.shzocc (mgr.24443) 27 : cephadm [INF] Done migrating nfs.foo 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.343979+0000 mgr.smithi164.shzocc (mgr.24443) 28 : cephadm [INF] Done migrating all NFS services 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.347111+0000 mon.smithi043 (mon.0) 807 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.354092+0000 mon.smithi043 (mon.0) 808 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.362253+0000 mon.smithi043 (mon.0) 809 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.372049+0000 mon.smithi043 (mon.0) 810 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.375744+0000 mon.smithi164 (mon.1) 63 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux"}]: dispatch 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.376081+0000 mon.smithi043 (mon.0) 811 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux"}]: dispatch 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.378946+0000 mon.smithi043 (mon.0) 812 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.380231+0000 mon.smithi164 (mon.1) 64 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa"}]: dispatch 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.380521+0000 mon.smithi043 (mon.0) 813 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa"}]: dispatch 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.383164+0000 mon.smithi043 (mon.0) 814 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.384968+0000 mon.smithi164 (mon.1) 65 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.385297+0000 mon.smithi043 (mon.0) 815 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.387562+0000 mon.smithi043 (mon.0) 816 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.388877+0000 mon.smithi164 (mon.1) 66 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.389195+0000 mon.smithi043 (mon.0) 817 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.391450+0000 mon.smithi043 (mon.0) 818 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.393146+0000 mon.smithi164 (mon.1) 67 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:41.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.429575+0000 mon.smithi164 (mon.1) 68 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:25:41.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.430156+0000 mon.smithi043 (mon.0) 819 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:25:41.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.432723+0000 mon.smithi043 (mon.0) 820 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:25:41.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.475947+0000 mon.smithi164 (mon.1) 69 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:25:41.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.476553+0000 mon.smithi043 (mon.0) 821 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:25:41.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.479023+0000 mon.smithi043 (mon.0) 822 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:25:41.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:40.485792+0000 mon.smithi164 (mon.1) 70 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.139245+0000 mgr.smithi164.shzocc (mgr.24443) 21 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi043.zskzux 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.145213+0000 mgr.smithi164.shzocc (mgr.24443) 22 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi043.zskzux-rgw 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:40.213196+0000 mon.smithi043 (mon.0) 799 : cluster [DBG] mgrmap e26: smithi164.shzocc(active, since 14s), standbys: smithi043.oyulcz 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:40.233884+0000 mgr.smithi164.shzocc (mgr.24443) 23 : cluster [DBG] pgmap v13: 129 pgs: 32 unknown, 97 active+clean; 321 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 8.0 MiB/s wr, 748 op/s 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.289816+0000 mgr.smithi164.shzocc (mgr.24443) 24 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi164.zqruxa 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.290139+0000 mon.smithi164 (mon.1) 59 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa"}]: dispatch 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.290474+0000 mon.smithi043 (mon.0) 800 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa"}]: dispatch 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.293321+0000 mon.smithi043 (mon.0) 801 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa"}]': finished 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.296498+0000 mgr.smithi164.shzocc (mgr.24443) 25 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi164.zqruxa-rgw 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.296680+0000 mon.smithi164 (mon.1) 60 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa-rgw"}]: dispatch 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.297301+0000 mon.smithi043 (mon.0) 802 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa-rgw"}]: dispatch 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.299550+0000 mon.smithi043 (mon.0) 803 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa-rgw"}]': finished 2024-02-15T18:25:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.305281+0000 mon.smithi043 (mon.0) 804 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.308359+0000 mon.smithi164 (mon.1) 61 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.308936+0000 mgr.smithi164.shzocc (mgr.24443) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.332667+0000 mon.smithi164 (mon.1) 62 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.333365+0000 mon.smithi043 (mon.0) 805 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.336033+0000 mon.smithi043 (mon.0) 806 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.343907+0000 mgr.smithi164.shzocc (mgr.24443) 27 : cephadm [INF] Done migrating nfs.foo 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.343979+0000 mgr.smithi164.shzocc (mgr.24443) 28 : cephadm [INF] Done migrating all NFS services 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.347111+0000 mon.smithi043 (mon.0) 807 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.354092+0000 mon.smithi043 (mon.0) 808 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.362253+0000 mon.smithi043 (mon.0) 809 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.372049+0000 mon.smithi043 (mon.0) 810 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.375744+0000 mon.smithi164 (mon.1) 63 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux"}]: dispatch 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.376081+0000 mon.smithi043 (mon.0) 811 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi043.zskzux"}]: dispatch 2024-02-15T18:25:41.710 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.378946+0000 mon.smithi043 (mon.0) 812 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.380231+0000 mon.smithi164 (mon.1) 64 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa"}]: dispatch 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.380521+0000 mon.smithi043 (mon.0) 813 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi164.zqruxa"}]: dispatch 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.383164+0000 mon.smithi043 (mon.0) 814 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.384968+0000 mon.smithi164 (mon.1) 65 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.385297+0000 mon.smithi043 (mon.0) 815 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.387562+0000 mon.smithi043 (mon.0) 816 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.388877+0000 mon.smithi164 (mon.1) 66 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.389195+0000 mon.smithi043 (mon.0) 817 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.391450+0000 mon.smithi043 (mon.0) 818 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.393146+0000 mon.smithi164 (mon.1) 67 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.429575+0000 mon.smithi164 (mon.1) 68 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.430156+0000 mon.smithi043 (mon.0) 819 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:25:41.711 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.432723+0000 mon.smithi043 (mon.0) 820 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:25:41.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.475947+0000 mon.smithi164 (mon.1) 69 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:25:41.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.476553+0000 mon.smithi043 (mon.0) 821 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:25:41.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.479023+0000 mon.smithi043 (mon.0) 822 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:25:41.712 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:40.485792+0000 mon.smithi164 (mon.1) 70 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:42.203 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91660 22.21 MB/sec warmup 115 sec latency 2959.177 ms 2024-02-15T18:25:42.492 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.375363+0000 mgr.smithi164.shzocc (mgr.24443) 29 : cephadm [INF] Fencing old nfs.foo.0.0.smithi043.zskzux 2024-02-15T18:25:42.492 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.380068+0000 mgr.smithi164.shzocc (mgr.24443) 30 : cephadm [INF] Fencing old nfs.foo.1.0.smithi164.zqruxa 2024-02-15T18:25:42.492 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.384761+0000 mgr.smithi164.shzocc (mgr.24443) 31 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi043.glassh 2024-02-15T18:25:42.492 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.388695+0000 mgr.smithi164.shzocc (mgr.24443) 32 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:25:42.492 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.475526+0000 mgr.smithi164.shzocc (mgr.24443) 33 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:25:42.492 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.475609+0000 mgr.smithi164.shzocc (mgr.24443) 34 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi043.glassh-rgw 2024-02-15T18:25:42.492 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:40.486807+0000 mgr.smithi164.shzocc (mgr.24443) 35 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi043.glassh on smithi043 2024-02-15T18:25:42.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.375363+0000 mgr.smithi164.shzocc (mgr.24443) 29 : cephadm [INF] Fencing old nfs.foo.0.0.smithi043.zskzux 2024-02-15T18:25:42.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.380068+0000 mgr.smithi164.shzocc (mgr.24443) 30 : cephadm [INF] Fencing old nfs.foo.1.0.smithi164.zqruxa 2024-02-15T18:25:42.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.384761+0000 mgr.smithi164.shzocc (mgr.24443) 31 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi043.glassh 2024-02-15T18:25:42.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.388695+0000 mgr.smithi164.shzocc (mgr.24443) 32 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:25:42.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.475526+0000 mgr.smithi164.shzocc (mgr.24443) 33 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:25:42.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.475609+0000 mgr.smithi164.shzocc (mgr.24443) 34 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi043.glassh-rgw 2024-02-15T18:25:42.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:40.486807+0000 mgr.smithi164.shzocc (mgr.24443) 35 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi043.glassh on smithi043 2024-02-15T18:25:43.203 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91660 22.02 MB/sec warmup 116 sec latency 3959.744 ms 2024-02-15T18:25:43.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:42.227263+0000 mon.smithi043 (mon.0) 823 : cluster [DBG] mgrmap e27: smithi164.shzocc(active, since 16s), standbys: smithi043.oyulcz 2024-02-15T18:25:43.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:42.234319+0000 mgr.smithi164.shzocc (mgr.24443) 36 : cluster [DBG] pgmap v14: 129 pgs: 22 unknown, 107 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.0 MiB/s wr, 801 op/s 2024-02-15T18:25:43.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:42.981149+0000 mon.smithi043 (mon.0) 824 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:43.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:42.983255+0000 mon.smithi164 (mon.1) 71 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:25:43.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:42.983563+0000 mon.smithi043 (mon.0) 825 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:25:43.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:42.985943+0000 mon.smithi043 (mon.0) 826 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T18:25:43.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:42.990116+0000 mon.smithi164 (mon.1) 72 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:25:43.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:42.990506+0000 mon.smithi043 (mon.0) 827 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:25:43.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:42.992895+0000 mon.smithi043 (mon.0) 828 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T18:25:43.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:42.996979+0000 mon.smithi164 (mon.1) 73 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:43.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:42.227263+0000 mon.smithi043 (mon.0) 823 : cluster [DBG] mgrmap e27: smithi164.shzocc(active, since 16s), standbys: smithi043.oyulcz 2024-02-15T18:25:43.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:42.234319+0000 mgr.smithi164.shzocc (mgr.24443) 36 : cluster [DBG] pgmap v14: 129 pgs: 22 unknown, 107 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.0 MiB/s wr, 801 op/s 2024-02-15T18:25:43.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:42.981149+0000 mon.smithi043 (mon.0) 824 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:43.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:42.983255+0000 mon.smithi164 (mon.1) 71 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:25:43.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:42.983563+0000 mon.smithi043 (mon.0) 825 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:25:43.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:42.985943+0000 mon.smithi043 (mon.0) 826 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T18:25:43.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:42.990116+0000 mon.smithi164 (mon.1) 72 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:25:43.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:42.990506+0000 mon.smithi043 (mon.0) 827 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:25:43.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:42.992895+0000 mon.smithi043 (mon.0) 828 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T18:25:43.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:42.996979+0000 mon.smithi164 (mon.1) 73 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:44.203 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91660 21.83 MB/sec warmup 117 sec latency 4959.862 ms 2024-02-15T18:25:44.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:42.982966+0000 mgr.smithi164.shzocc (mgr.24443) 37 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi164.iquvni 2024-02-15T18:25:44.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:42.989861+0000 mgr.smithi164.shzocc (mgr.24443) 38 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:25:44.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:42.982966+0000 mgr.smithi164.shzocc (mgr.24443) 37 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi164.iquvni 2024-02-15T18:25:44.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:42.989861+0000 mgr.smithi164.shzocc (mgr.24443) 38 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:25:45.204 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91660 21.64 MB/sec warmup 118 sec latency 5959.988 ms 2024-02-15T18:25:45.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:44.235019+0000 mgr.smithi164.shzocc (mgr.24443) 39 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2024-02-15T18:25:45.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:44.235019+0000 mgr.smithi164.shzocc (mgr.24443) 39 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2024-02-15T18:25:46.204 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91660 21.46 MB/sec warmup 119 sec latency 6960.090 ms 2024-02-15T18:25:46.654 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:25:46.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:45.888202+0000 mon.smithi164 (mon.1) 74 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:25:46.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:45.888660+0000 mon.smithi043 (mon.0) 829 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:25:46.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:45.893423+0000 mon.smithi043 (mon.0) 830 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:25:46.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:45.901649+0000 mon.smithi164 (mon.1) 75 : audit [INF] from='mds.? [v2:172.21.15.164:6832/3408341373,v1:172.21.15.164:6833/3408341373]' entity='mds.foofs.smithi164.avzzjy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.43:0/3574972558"}]: dispatch 2024-02-15T18:25:46.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:45.902119+0000 mon.smithi043 (mon.0) 831 : audit [INF] from='mds.? ' entity='mds.foofs.smithi164.avzzjy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.43:0/3574972558"}]: dispatch 2024-02-15T18:25:46.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:45.942616+0000 mon.smithi164 (mon.1) 76 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:25:46.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:45.943017+0000 mon.smithi043 (mon.0) 832 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:25:46.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:45.946714+0000 mon.smithi043 (mon.0) 833 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:25:46.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:45.947980+0000 mon.smithi164 (mon.1) 77 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:46.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:45.888202+0000 mon.smithi164 (mon.1) 74 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:25:46.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:45.888660+0000 mon.smithi043 (mon.0) 829 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:25:46.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:45.893423+0000 mon.smithi043 (mon.0) 830 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:25:46.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:45.901649+0000 mon.smithi164 (mon.1) 75 : audit [INF] from='mds.? [v2:172.21.15.164:6832/3408341373,v1:172.21.15.164:6833/3408341373]' entity='mds.foofs.smithi164.avzzjy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.43:0/3574972558"}]: dispatch 2024-02-15T18:25:46.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:45.902119+0000 mon.smithi043 (mon.0) 831 : audit [INF] from='mds.? ' entity='mds.foofs.smithi164.avzzjy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.43:0/3574972558"}]: dispatch 2024-02-15T18:25:46.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:45.942616+0000 mon.smithi164 (mon.1) 76 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:25:46.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:45.943017+0000 mon.smithi043 (mon.0) 832 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:25:46.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:45.946714+0000 mon.smithi043 (mon.0) 833 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:25:46.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:45.947980+0000 mon.smithi164 (mon.1) 77 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:47.313 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:25:47.313 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (6m) 11s ago 8m 21.6M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:25:47.313 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (8m) 11s ago 8m 6391k - 16.2.5 6933c2a0b7dd e57289688841 2024-02-15T18:25:47.313 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (7m) 14s ago 7m 6387k - 16.2.5 6933c2a0b7dd a175e24e4fb9 2024-02-15T18:25:47.313 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (6m) 11s ago 8m 31.8M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:25:47.313 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (2m) 11s ago 2m 12.5M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:25:47.313 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (2m) 14s ago 2m 40.9M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:25:47.313 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:9283 running (9m) 11s ago 9m 154M - 16.2.5 6933c2a0b7dd c66e167a7d97 2024-02-15T18:25:47.313 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (31s) 14s ago 7m 416M - 16.2.14-521-g0e714d9a 1fbc92c859dc 74f46e803c55 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (9m) 11s ago 9m 52.3M 2048M 16.2.5 6933c2a0b7dd ff8f2ffd3c2b 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (7m) 14s ago 7m 41.9M 2048M 16.2.5 6933c2a0b7dd f6a13062255f 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 starting - - - - 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (7m) 11s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (7m) 14s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (6m) 11s ago 6m 332M 1945M 16.2.5 6933c2a0b7dd 7b7e522562c9 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (6m) 11s ago 6m 267M 1945M 16.2.5 6933c2a0b7dd 11b84291a2da 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (5m) 11s ago 5m 197M 1945M 16.2.5 6933c2a0b7dd f5001467a90f 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (5m) 11s ago 5m 294M 1945M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (5m) 14s ago 5m 337M 2712M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (4m) 14s ago 4m 345M 2712M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (4m) 14s ago 4m 289M 2712M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (4m) 14s ago 4m 424M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:25:47.314 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (6m) 11s ago 7m 53.0M - 2.18.1 de242295e225 5f0253924e70 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:25:47.682 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:25:47.683 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:25:47.683 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:25:47.683 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:25:47.683 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:25:47.683 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:25:47.683 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13 2024-02-15T18:25:47.683 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:25:47.683 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:25:47.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:45.901353+0000 mds.foofs.smithi164.avzzjy (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14534 (172.21.15.43:0/3574972558) 2024-02-15T18:25:47.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:45.905011+0000 mds.foofs.smithi164.avzzjy (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14684 172.21.15.43:0/804230861) 2024-02-15T18:25:47.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:45.942106+0000 mgr.smithi164.shzocc (mgr.24443) 40 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:25:47.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:45.942216+0000 mgr.smithi164.shzocc (mgr.24443) 41 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi164.iquvni-rgw 2024-02-15T18:25:47.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:45.948765+0000 mgr.smithi164.shzocc (mgr.24443) 42 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi164.iquvni on smithi164 2024-02-15T18:25:47.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:46.235425+0000 mgr.smithi164.shzocc (mgr.24443) 43 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 283 op/s 2024-02-15T18:25:47.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:46.894093+0000 mon.smithi043 (mon.0) 834 : audit [INF] from='mds.? ' entity='mds.foofs.smithi164.avzzjy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.43:0/3574972558"}]': finished 2024-02-15T18:25:47.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:46.894167+0000 mon.smithi043 (mon.0) 835 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-15T18:25:47.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:45.901353+0000 mds.foofs.smithi164.avzzjy (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14534 (172.21.15.43:0/3574972558) 2024-02-15T18:25:47.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:45.905011+0000 mds.foofs.smithi164.avzzjy (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14684 172.21.15.43:0/804230861) 2024-02-15T18:25:47.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:45.942106+0000 mgr.smithi164.shzocc (mgr.24443) 40 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:25:47.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:45.942216+0000 mgr.smithi164.shzocc (mgr.24443) 41 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi164.iquvni-rgw 2024-02-15T18:25:47.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:45.948765+0000 mgr.smithi164.shzocc (mgr.24443) 42 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi164.iquvni on smithi164 2024-02-15T18:25:47.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:46.235425+0000 mgr.smithi164.shzocc (mgr.24443) 43 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 283 op/s 2024-02-15T18:25:47.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:46.894093+0000 mon.smithi043 (mon.0) 834 : audit [INF] from='mds.? ' entity='mds.foofs.smithi164.avzzjy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.43:0/3574972558"}]': finished 2024-02-15T18:25:47.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:46.894167+0000 mon.smithi043 (mon.0) 835 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-15T18:25:47.989 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:25:47.989 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:25:47.989 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:25:47.989 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:25:47.990 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2024-02-15T18:25:47.990 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "1/22 daemons upgraded", 2024-02-15T18:25:47.990 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "", 2024-02-15T18:25:47.990 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:25:47.990 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:25:48.204 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91660 0.00 MB/sec execute 1 sec latency 8960.225 ms 2024-02-15T18:25:48.547 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:46.643406+0000 mgr.smithi164.shzocc (mgr.24443) 44 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:48.548 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:46.997766+0000 mgr.smithi164.shzocc (mgr.24443) 45 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:48.548 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:47.301143+0000 mgr.smithi164.shzocc (mgr.24443) 46 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:48.548 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:47.685149+0000 mon.smithi043 (mon.0) 836 : audit [DBG] from='client.? 172.21.15.43:0/1692262569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:25:48.580 INFO:teuthology.orchestra.run.smithi043.stdout:[90617] write failed on handle 12293 (Input/output error) 2024-02-15T18:25:48.580 INFO:teuthology.orchestra.run.smithi043.stdout:[91978] write failed on handle 12501 (Input/output error) 2024-02-15T18:25:48.580 INFO:teuthology.orchestra.run.smithi043.stdout:[91966] write failed on handle 12500 (Input/output error) 2024-02-15T18:25:48.580 INFO:teuthology.orchestra.run.smithi043.stdout:Child failed with status 1 2024-02-15T18:25:48.580 INFO:teuthology.orchestra.run.smithi043.stdout:[91177] open ./clients/client2/~dmtmp/EXCEL/RESULTS3.PRN failed for handle 12407 (Stale file handle) 2024-02-15T18:25:48.582 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-15T18:25:48.585 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:46.643406+0000 mgr.smithi164.shzocc (mgr.24443) 44 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:48.585 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:46.997766+0000 mgr.smithi164.shzocc (mgr.24443) 45 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:48.585 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:47.301143+0000 mgr.smithi164.shzocc (mgr.24443) 46 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:48.585 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:47.685149+0000 mon.smithi043 (mon.0) 836 : audit [DBG] from='client.? 172.21.15.43:0/1692262569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:25:48.646 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-15T18:25:49.554 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:47.992248+0000 mgr.smithi164.shzocc (mgr.24443) 47 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:49.554 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:48.236242+0000 mgr.smithi164.shzocc (mgr.24443) 48 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 316 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.7 MiB/s wr, 291 op/s 2024-02-15T18:25:49.554 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:48.741218+0000 mon.smithi043 (mon.0) 837 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:49.554 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:48.743606+0000 mon.smithi164 (mon.1) 78 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:25:49.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:47.992248+0000 mgr.smithi164.shzocc (mgr.24443) 47 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:25:49.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:48.236242+0000 mgr.smithi164.shzocc (mgr.24443) 48 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 316 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.7 MiB/s wr, 291 op/s 2024-02-15T18:25:49.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:48.741218+0000 mon.smithi043 (mon.0) 837 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:49.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:48.743606+0000 mon.smithi164 (mon.1) 78 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:25:51.630 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:50.236603+0000 mgr.smithi164.shzocc (mgr.24443) 49 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 316 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.3 MiB/s wr, 248 op/s 2024-02-15T18:25:51.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:50.236603+0000 mgr.smithi164.shzocc (mgr.24443) 49 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 316 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.3 MiB/s wr, 248 op/s 2024-02-15T18:25:51.765 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:25:52.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:51.455122+0000 mon.smithi043 (mon.0) 838 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:52.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:52.237141+0000 mgr.smithi164.shzocc (mgr.24443) 50 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 1.7 MiB/s wr, 219 op/s 2024-02-15T18:25:52.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:51.455122+0000 mon.smithi043 (mon.0) 838 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:52.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:52.237141+0000 mgr.smithi164.shzocc (mgr.24443) 50 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 1.7 MiB/s wr, 219 op/s 2024-02-15T18:25:55.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:54.237841+0000 mgr.smithi164.shzocc (mgr.24443) 51 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 59 KiB/s wr, 32 op/s 2024-02-15T18:25:55.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:54.649332+0000 mon.smithi164 (mon.1) 79 : audit [INF] from='mds.? [v2:172.21.15.164:6832/3408341373,v1:172.21.15.164:6833/3408341373]' entity='mds.foofs.smithi164.avzzjy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.164:0/3887143392"}]: dispatch 2024-02-15T18:25:55.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:54.649717+0000 mon.smithi043 (mon.0) 839 : audit [INF] from='mds.? ' entity='mds.foofs.smithi164.avzzjy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.164:0/3887143392"}]: dispatch 2024-02-15T18:25:55.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:55.074001+0000 mon.smithi043 (mon.0) 840 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:55.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:54.237841+0000 mgr.smithi164.shzocc (mgr.24443) 51 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 59 KiB/s wr, 32 op/s 2024-02-15T18:25:55.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:54.649332+0000 mon.smithi164 (mon.1) 79 : audit [INF] from='mds.? [v2:172.21.15.164:6832/3408341373,v1:172.21.15.164:6833/3408341373]' entity='mds.foofs.smithi164.avzzjy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.164:0/3887143392"}]: dispatch 2024-02-15T18:25:55.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:54.649717+0000 mon.smithi043 (mon.0) 839 : audit [INF] from='mds.? ' entity='mds.foofs.smithi164.avzzjy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.164:0/3887143392"}]: dispatch 2024-02-15T18:25:55.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:55.074001+0000 mon.smithi043 (mon.0) 840 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:56.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:54.649086+0000 mds.foofs.smithi164.avzzjy (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24365 (172.21.15.164:0/3887143392) 2024-02-15T18:25:56.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:54.652181+0000 mds.foofs.smithi164.avzzjy (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24521 172.21.15.164:0/4217961717) 2024-02-15T18:25:56.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:55.294238+0000 mon.smithi043 (mon.0) 841 : audit [INF] from='mds.? ' entity='mds.foofs.smithi164.avzzjy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.164:0/3887143392"}]': finished 2024-02-15T18:25:56.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:55.294294+0000 mon.smithi043 (mon.0) 842 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-15T18:25:56.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:54.649086+0000 mds.foofs.smithi164.avzzjy (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24365 (172.21.15.164:0/3887143392) 2024-02-15T18:25:56.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:54.652181+0000 mds.foofs.smithi164.avzzjy (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24521 172.21.15.164:0/4217961717) 2024-02-15T18:25:56.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:55.294238+0000 mon.smithi043 (mon.0) 841 : audit [INF] from='mds.? ' entity='mds.foofs.smithi164.avzzjy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.164:0/3887143392"}]': finished 2024-02-15T18:25:56.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:55.294294+0000 mon.smithi043 (mon.0) 842 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-15T18:25:56.810 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:25:57.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:56.238289+0000 mgr.smithi164.shzocc (mgr.24443) 52 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 64 KiB/s wr, 34 op/s 2024-02-15T18:25:57.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:56.238289+0000 mgr.smithi164.shzocc (mgr.24443) 52 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 64 KiB/s wr, 34 op/s 2024-02-15T18:25:58.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:57.643713+0000 mon.smithi043 (mon.0) 843 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:58.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:57.644998+0000 mon.smithi164 (mon.1) 80 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:58.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:57.645607+0000 mon.smithi164 (mon.1) 81 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:25:58.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:57.649796+0000 mon.smithi043 (mon.0) 844 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:58.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:25:57.655654+0000 mon.smithi043 (mon.0) 845 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:58.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:57.657531+0000 mgr.smithi164.shzocc (mgr.24443) 53 : cephadm [INF] Reconfiguring prometheus.smithi043 (dependencies changed)... 2024-02-15T18:25:58.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:25:57.665187+0000 mgr.smithi164.shzocc (mgr.24443) 54 : cephadm [INF] Reconfiguring daemon prometheus.smithi043 on smithi043 2024-02-15T18:25:58.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:25:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:25:58.238996+0000 mgr.smithi164.shzocc (mgr.24443) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 13 KiB/s wr, 12 op/s 2024-02-15T18:25:59.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:57.643713+0000 mon.smithi043 (mon.0) 843 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:59.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:57.644998+0000 mon.smithi164 (mon.1) 80 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:25:59.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:57.645607+0000 mon.smithi164 (mon.1) 81 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:25:59.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:57.649796+0000 mon.smithi043 (mon.0) 844 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:59.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:25:57.655654+0000 mon.smithi043 (mon.0) 845 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:25:59.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:57.657531+0000 mgr.smithi164.shzocc (mgr.24443) 53 : cephadm [INF] Reconfiguring prometheus.smithi043 (dependencies changed)... 2024-02-15T18:25:59.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:25:57.665187+0000 mgr.smithi164.shzocc (mgr.24443) 54 : cephadm [INF] Reconfiguring daemon prometheus.smithi043 on smithi043 2024-02-15T18:25:59.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:25:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:25:58.238996+0000 mgr.smithi164.shzocc (mgr.24443) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 13 KiB/s wr, 12 op/s 2024-02-15T18:26:01.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:00.239409+0000 mgr.smithi164.shzocc (mgr.24443) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 13 KiB/s wr, 12 op/s 2024-02-15T18:26:01.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:00.239409+0000 mgr.smithi164.shzocc (mgr.24443) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 13 KiB/s wr, 12 op/s 2024-02-15T18:26:01.854 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:03.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:02.239932+0000 mgr.smithi164.shzocc (mgr.24443) 57 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 12 KiB/s wr, 8 op/s 2024-02-15T18:26:03.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:02.239932+0000 mgr.smithi164.shzocc (mgr.24443) 57 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 12 KiB/s wr, 8 op/s 2024-02-15T18:26:05.705 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:04.240622+0000 mgr.smithi164.shzocc (mgr.24443) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 3.2 KiB/s wr, 1 op/s 2024-02-15T18:26:05.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:04.240622+0000 mgr.smithi164.shzocc (mgr.24443) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 3.2 KiB/s wr, 1 op/s 2024-02-15T18:26:06.894 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:07.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:06.241065+0000 mgr.smithi164.shzocc (mgr.24443) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 2.9 KiB/s wr, 1 op/s 2024-02-15T18:26:07.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:06.241065+0000 mgr.smithi164.shzocc (mgr.24443) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 2.9 KiB/s wr, 1 op/s 2024-02-15T18:26:08.953 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:08.241679+0000 mgr.smithi164.shzocc (mgr.24443) 60 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.9 KiB/s wr, 1 op/s 2024-02-15T18:26:09.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:08.241679+0000 mgr.smithi164.shzocc (mgr.24443) 60 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.9 KiB/s wr, 1 op/s 2024-02-15T18:26:10.718 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:09.595564+0000 mon.smithi043 (mon.0) 846 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:10.719 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:09.600535+0000 mon.smithi164 (mon.1) 82 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:26:10.719 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:09.601025+0000 mgr.smithi164.shzocc (mgr.24443) 61 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:26:10.719 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:09.602165+0000 mon.smithi164 (mon.1) 83 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi043.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T18:26:10.719 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:09.602513+0000 mgr.smithi164.shzocc (mgr.24443) 62 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi043.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T18:26:10.719 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:09.606486+0000 mon.smithi043 (mon.0) 847 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:10.719 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:09.610772+0000 mon.smithi164 (mon.1) 84 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:10.719 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:09.617301+0000 mon.smithi043 (mon.0) 848 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:10.719 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:09.621438+0000 mgr.smithi164.shzocc (mgr.24443) 63 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi164.shzocc) 2024-02-15T18:26:10.719 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:09.621908+0000 mgr.smithi164.shzocc (mgr.24443) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi164.shzocc) 2024-02-15T18:26:10.719 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:10.242057+0000 mgr.smithi164.shzocc (mgr.24443) 65 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-15T18:26:10.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:09.595564+0000 mon.smithi043 (mon.0) 846 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:10.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:09.600535+0000 mon.smithi164 (mon.1) 82 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:26:10.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:09.601025+0000 mgr.smithi164.shzocc (mgr.24443) 61 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:26:10.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:09.602165+0000 mon.smithi164 (mon.1) 83 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi043.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T18:26:10.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:09.602513+0000 mgr.smithi164.shzocc (mgr.24443) 62 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi043.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T18:26:10.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:09.606486+0000 mon.smithi043 (mon.0) 847 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:10.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:09.610772+0000 mon.smithi164 (mon.1) 84 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:10.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:09.617301+0000 mon.smithi043 (mon.0) 848 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:10.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:09.621438+0000 mgr.smithi164.shzocc (mgr.24443) 63 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi164.shzocc) 2024-02-15T18:26:10.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:09.621908+0000 mgr.smithi164.shzocc (mgr.24443) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi164.shzocc) 2024-02-15T18:26:10.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:10.242057+0000 mgr.smithi164.shzocc (mgr.24443) 65 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-15T18:26:11.934 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:12.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:10.988594+0000 mgr.smithi164.shzocc (mgr.24443) 66 : cephadm [INF] Upgrade: Updating mgr.smithi043.oyulcz 2024-02-15T18:26:12.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:10.993513+0000 mon.smithi043 (mon.0) 849 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:12.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:10.995321+0000 mon.smithi164 (mon.1) 85 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.oyulcz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:26:12.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:10.995973+0000 mon.smithi043 (mon.0) 850 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.oyulcz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:26:12.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:10.996918+0000 mon.smithi164 (mon.1) 86 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:26:12.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:10.997750+0000 mon.smithi164 (mon.1) 87 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:12.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:10.998375+0000 mgr.smithi164.shzocc (mgr.24443) 67 : cephadm [INF] Deploying daemon mgr.smithi043.oyulcz on smithi043 2024-02-15T18:26:12.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:10.988594+0000 mgr.smithi164.shzocc (mgr.24443) 66 : cephadm [INF] Upgrade: Updating mgr.smithi043.oyulcz 2024-02-15T18:26:12.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:10.993513+0000 mon.smithi043 (mon.0) 849 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:12.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:10.995321+0000 mon.smithi164 (mon.1) 85 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.oyulcz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:26:12.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:10.995973+0000 mon.smithi043 (mon.0) 850 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.oyulcz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:26:12.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:10.996918+0000 mon.smithi164 (mon.1) 86 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:26:12.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:10.997750+0000 mon.smithi164 (mon.1) 87 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:12.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:10.998375+0000 mgr.smithi164.shzocc (mgr.24443) 67 : cephadm [INF] Deploying daemon mgr.smithi043.oyulcz on smithi043 2024-02-15T18:26:13.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:12.242872+0000 mgr.smithi164.shzocc (mgr.24443) 68 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:26:13.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:12.242872+0000 mgr.smithi164.shzocc (mgr.24443) 68 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:26:15.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:14.243470+0000 mgr.smithi164.shzocc (mgr.24443) 69 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-15T18:26:15.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:14.507272+0000 mon.smithi043 (mon.0) 851 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:15.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:14.509168+0000 mon.smithi164 (mon.1) 88 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:15.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:14.243470+0000 mgr.smithi164.shzocc (mgr.24443) 69 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-15T18:26:15.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:14.507272+0000 mon.smithi043 (mon.0) 851 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:15.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:14.509168+0000 mon.smithi164 (mon.1) 88 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:16.969 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:17.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:16.243801+0000 mgr.smithi164.shzocc (mgr.24443) 70 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-15T18:26:17.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:16.243801+0000 mgr.smithi164.shzocc (mgr.24443) 70 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-15T18:26:18.332 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:26:18.915 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:18.244744+0000 mgr.smithi164.shzocc (mgr.24443) 71 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:26:18.915 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:18.324170+0000 mgr.smithi164.shzocc (mgr.24443) 72 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:18.978 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:26:18.978 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (7m) 23s ago 9m 21.6M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:26:18.978 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (9m) 23s ago 9m 6391k - 16.2.5 6933c2a0b7dd e57289688841 2024-02-15T18:26:18.978 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (7m) 0s ago 7m 6387k - 16.2.5 6933c2a0b7dd a175e24e4fb9 2024-02-15T18:26:18.978 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (7m) 23s ago 8m 31.8M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:26:18.978 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (2m) 23s ago 2m 12.7M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (2m) 0s ago 2m 40.2M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 starting - - - - 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (63s) 0s ago 7m 434M - 16.2.14-521-g0e714d9a 1fbc92c859dc 74f46e803c55 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (10m) 23s ago 10m 56.0M 2048M 16.2.5 6933c2a0b7dd ff8f2ffd3c2b 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (7m) 0s ago 7m 43.8M 2048M 16.2.5 6933c2a0b7dd f6a13062255f 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (36s) 23s ago 36s 47.6M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (30s) 0s ago 30s 46.9M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (8m) 23s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (7m) 0s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (7m) 23s ago 7m 360M 1945M 16.2.5 6933c2a0b7dd 7b7e522562c9 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (6m) 23s ago 6m 287M 1945M 16.2.5 6933c2a0b7dd 11b84291a2da 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (6m) 23s ago 6m 209M 1945M 16.2.5 6933c2a0b7dd f5001467a90f 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (6m) 23s ago 6m 323M 1945M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:26:18.979 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (5m) 0s ago 5m 357M 2712M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:26:18.980 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (5m) 0s ago 5m 373M 2712M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:26:18.980 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (4m) 0s ago 4m 303M 2712M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:26:18.980 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (4m) 0s ago 4m 451M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:26:18.980 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 starting - - - - 2024-02-15T18:26:19.186 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:18.887403+0000 mon.smithi043 (mon.0) 852 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:19.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:18.244744+0000 mgr.smithi164.shzocc (mgr.24443) 71 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:26:19.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:18.324170+0000 mgr.smithi164.shzocc (mgr.24443) 72 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:19.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:18.887403+0000 mon.smithi043 (mon.0) 852 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:26:19.384 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:26:19.385 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:26:19.385 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:26:19.385 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:26:19.385 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:26:19.385 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:26:19.385 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13 2024-02-15T18:26:19.385 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:26:19.385 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:26:19.722 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:26:19.722 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:26:19.722 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:26:19.722 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:26:19.722 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2024-02-15T18:26:19.722 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "", 2024-02-15T18:26:19.722 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading mgr daemons", 2024-02-15T18:26:19.722 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:26:19.722 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:26:20.168 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:18.666078+0000 mgr.smithi164.shzocc (mgr.24443) 73 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:20.168 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:18.973538+0000 mgr.smithi164.shzocc (mgr.24443) 74 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:20.168 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:19.387568+0000 mon.smithi043 (mon.0) 853 : audit [DBG] from='client.? 172.21.15.43:0/3536041299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:26:20.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:18.666078+0000 mgr.smithi164.shzocc (mgr.24443) 73 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:20.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:18.973538+0000 mgr.smithi164.shzocc (mgr.24443) 74 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:20.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:19.387568+0000 mon.smithi043 (mon.0) 853 : audit [DBG] from='client.? 172.21.15.43:0/3536041299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:26:21.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:19.725640+0000 mgr.smithi164.shzocc (mgr.24443) 75 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:21.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:20.245264+0000 mgr.smithi164.shzocc (mgr.24443) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:21.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:20.281791+0000 mon.smithi043 (mon.0) 854 : cluster [DBG] Standby manager daemon smithi043.oyulcz restarted 2024-02-15T18:26:21.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:20.281908+0000 mon.smithi043 (mon.0) 855 : cluster [DBG] Standby manager daemon smithi043.oyulcz started 2024-02-15T18:26:21.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:20.284144+0000 mon.smithi043 (mon.0) 856 : audit [DBG] from='mgr.? 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.oyulcz/crt"}]: dispatch 2024-02-15T18:26:21.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:20.284528+0000 mon.smithi043 (mon.0) 857 : audit [DBG] from='mgr.? 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:26:21.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:20.286924+0000 mon.smithi043 (mon.0) 858 : audit [DBG] from='mgr.? 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.oyulcz/key"}]: dispatch 2024-02-15T18:26:21.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:20.287852+0000 mon.smithi043 (mon.0) 859 : audit [DBG] from='mgr.? 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:26:21.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:19.725640+0000 mgr.smithi164.shzocc (mgr.24443) 75 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:21.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:20.245264+0000 mgr.smithi164.shzocc (mgr.24443) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:21.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:20.281791+0000 mon.smithi043 (mon.0) 854 : cluster [DBG] Standby manager daemon smithi043.oyulcz restarted 2024-02-15T18:26:21.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:20.281908+0000 mon.smithi043 (mon.0) 855 : cluster [DBG] Standby manager daemon smithi043.oyulcz started 2024-02-15T18:26:21.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:20.284144+0000 mon.smithi043 (mon.0) 856 : audit [DBG] from='mgr.? 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.oyulcz/crt"}]: dispatch 2024-02-15T18:26:21.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:20.284528+0000 mon.smithi043 (mon.0) 857 : audit [DBG] from='mgr.? 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:26:21.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:20.286924+0000 mon.smithi043 (mon.0) 858 : audit [DBG] from='mgr.? 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.oyulcz/key"}]: dispatch 2024-02-15T18:26:21.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:20.287852+0000 mon.smithi043 (mon.0) 859 : audit [DBG] from='mgr.? 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:26:22.025 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:22.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:20.933938+0000 mon.smithi043 (mon.0) 860 : cluster [DBG] mgrmap e28: smithi164.shzocc(active, since 55s), standbys: smithi043.oyulcz 2024-02-15T18:26:22.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:21.388116+0000 mon.smithi043 (mon.0) 861 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:22.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:21.390643+0000 mon.smithi164 (mon.1) 89 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:22.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:21.391453+0000 mon.smithi164 (mon.1) 90 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:26:22.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:21.395599+0000 mon.smithi043 (mon.0) 862 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:22.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:21.402145+0000 mon.smithi043 (mon.0) 863 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:22.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:21.406715+0000 mon.smithi164 (mon.1) 91 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:22.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:21.411989+0000 mon.smithi164 (mon.1) 92 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mgr fail", "who": "smithi164.shzocc"}]: dispatch 2024-02-15T18:26:22.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:21.412473+0000 mon.smithi043 (mon.0) 864 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mgr fail", "who": "smithi164.shzocc"}]: dispatch 2024-02-15T18:26:22.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:21.415273+0000 mon.smithi043 (mon.0) 865 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-15T18:26:22.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:21.919011+0000 mon.smithi043 (mon.0) 866 : cluster [DBG] Standby manager daemon smithi164.shzocc started 2024-02-15T18:26:22.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:20.933938+0000 mon.smithi043 (mon.0) 860 : cluster [DBG] mgrmap e28: smithi164.shzocc(active, since 55s), standbys: smithi043.oyulcz 2024-02-15T18:26:22.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:21.388116+0000 mon.smithi043 (mon.0) 861 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:22.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:21.390643+0000 mon.smithi164 (mon.1) 89 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:22.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:21.391453+0000 mon.smithi164 (mon.1) 90 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:26:22.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:21.395599+0000 mon.smithi043 (mon.0) 862 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:22.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:21.402145+0000 mon.smithi043 (mon.0) 863 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' 2024-02-15T18:26:22.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:21.406715+0000 mon.smithi164 (mon.1) 91 : audit [DBG] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:22.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:21.411989+0000 mon.smithi164 (mon.1) 92 : audit [INF] from='mgr.24443 172.21.15.164:0/1658782336' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mgr fail", "who": "smithi164.shzocc"}]: dispatch 2024-02-15T18:26:22.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:21.412473+0000 mon.smithi043 (mon.0) 864 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "mgr fail", "who": "smithi164.shzocc"}]: dispatch 2024-02-15T18:26:22.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:21.415273+0000 mon.smithi043 (mon.0) 865 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-15T18:26:22.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:21.919011+0000 mon.smithi043 (mon.0) 866 : cluster [DBG] Standby manager daemon smithi164.shzocc started 2024-02-15T18:26:23.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:21.409120+0000 mgr.smithi164.shzocc (mgr.24443) 77 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi164.shzocc) 2024-02-15T18:26:23.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:21.409529+0000 mgr.smithi164.shzocc (mgr.24443) 78 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi164.shzocc) 2024-02-15T18:26:23.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:21.411699+0000 mgr.smithi164.shzocc (mgr.24443) 79 : cephadm [INF] Failing over to other MGR 2024-02-15T18:26:23.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:22.245842+0000 mgr.smithi164.shzocc (mgr.24443) 80 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.410714+0000 mon.smithi043 (mon.0) 867 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "mgr fail", "who": "smithi164.shzocc"}]': finished 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:22.410819+0000 mon.smithi043 (mon.0) 868 : cluster [DBG] mgrmap e29: smithi043.oyulcz(active, starting, since 0.9978s), standbys: smithi164.shzocc 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.412749+0000 mon.smithi043 (mon.0) 869 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.412935+0000 mon.smithi043 (mon.0) 870 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.413554+0000 mon.smithi043 (mon.0) 871 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.gchcpq"}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.413923+0000 mon.smithi043 (mon.0) 872 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi164.avzzjy"}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.414792+0000 mon.smithi043 (mon.0) 873 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr metadata", "who": "smithi043.oyulcz", "id": "smithi043.oyulcz"}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.415030+0000 mon.smithi043 (mon.0) 874 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr metadata", "who": "smithi164.shzocc", "id": "smithi164.shzocc"}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.415293+0000 mon.smithi043 (mon.0) 875 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.415545+0000 mon.smithi043 (mon.0) 876 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.415760+0000 mon.smithi043 (mon.0) 877 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.415959+0000 mon.smithi043 (mon.0) 878 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.416189+0000 mon.smithi043 (mon.0) 879 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.416484+0000 mon.smithi043 (mon.0) 880 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:26:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.416819+0000 mon.smithi043 (mon.0) 881 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:26:23.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.417082+0000 mon.smithi043 (mon.0) 882 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:26:23.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.417380+0000 mon.smithi043 (mon.0) 883 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:26:23.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.417629+0000 mon.smithi043 (mon.0) 884 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:26:23.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.418091+0000 mon.smithi043 (mon.0) 885 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:26:23.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:22.446619+0000 mon.smithi043 (mon.0) 886 : cluster [INF] Manager daemon smithi043.oyulcz is now available 2024-02-15T18:26:23.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.557167+0000 mon.smithi043 (mon.0) 887 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:23.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.559333+0000 mon.smithi043 (mon.0) 888 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:23.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.607914+0000 mon.smithi043 (mon.0) 889 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:26:23.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:22.620365+0000 mon.smithi043 (mon.0) 890 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:26:23.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:21.409120+0000 mgr.smithi164.shzocc (mgr.24443) 77 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi164.shzocc) 2024-02-15T18:26:23.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:21.409529+0000 mgr.smithi164.shzocc (mgr.24443) 78 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi164.shzocc) 2024-02-15T18:26:23.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:21.411699+0000 mgr.smithi164.shzocc (mgr.24443) 79 : cephadm [INF] Failing over to other MGR 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:22.245842+0000 mgr.smithi164.shzocc (mgr.24443) 80 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.410714+0000 mon.smithi043 (mon.0) 867 : audit [INF] from='mgr.24443 ' entity='mgr.smithi164.shzocc' cmd='[{"prefix": "mgr fail", "who": "smithi164.shzocc"}]': finished 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:22.410819+0000 mon.smithi043 (mon.0) 868 : cluster [DBG] mgrmap e29: smithi043.oyulcz(active, starting, since 0.9978s), standbys: smithi164.shzocc 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.412749+0000 mon.smithi043 (mon.0) 869 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.412935+0000 mon.smithi043 (mon.0) 870 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.413554+0000 mon.smithi043 (mon.0) 871 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.gchcpq"}]: dispatch 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.413923+0000 mon.smithi043 (mon.0) 872 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi164.avzzjy"}]: dispatch 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.414792+0000 mon.smithi043 (mon.0) 873 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr metadata", "who": "smithi043.oyulcz", "id": "smithi043.oyulcz"}]: dispatch 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.415030+0000 mon.smithi043 (mon.0) 874 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr metadata", "who": "smithi164.shzocc", "id": "smithi164.shzocc"}]: dispatch 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.415293+0000 mon.smithi043 (mon.0) 875 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.415545+0000 mon.smithi043 (mon.0) 876 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.415760+0000 mon.smithi043 (mon.0) 877 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:26:23.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.415959+0000 mon.smithi043 (mon.0) 878 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.416189+0000 mon.smithi043 (mon.0) 879 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.416484+0000 mon.smithi043 (mon.0) 880 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.416819+0000 mon.smithi043 (mon.0) 881 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.417082+0000 mon.smithi043 (mon.0) 882 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.417380+0000 mon.smithi043 (mon.0) 883 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.417629+0000 mon.smithi043 (mon.0) 884 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.418091+0000 mon.smithi043 (mon.0) 885 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:22.446619+0000 mon.smithi043 (mon.0) 886 : cluster [INF] Manager daemon smithi043.oyulcz is now available 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.557167+0000 mon.smithi043 (mon.0) 887 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.559333+0000 mon.smithi043 (mon.0) 888 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.607914+0000 mon.smithi043 (mon.0) 889 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:26:23.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:22.620365+0000 mon.smithi043 (mon.0) 890 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.oyulcz/trash_purge_schedule"}]: dispatch 2024-02-15T18:26:24.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:23.412262+0000 mon.smithi043 (mon.0) 891 : cluster [DBG] mgrmap e30: smithi043.oyulcz(active, since 1.99924s), standbys: smithi164.shzocc 2024-02-15T18:26:24.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:23.424493+0000 mgr.smithi043.oyulcz (mgr.14724) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:26:24.674 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:23.412262+0000 mon.smithi043 (mon.0) 891 : cluster [DBG] mgrmap e30: smithi043.oyulcz(active, since 1.99924s), standbys: smithi164.shzocc 2024-02-15T18:26:24.674 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:23.424493+0000 mgr.smithi043.oyulcz (mgr.14724) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:26:25.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:24.416441+0000 mon.smithi043 (mon.0) 892 : cluster [DBG] mgrmap e31: smithi043.oyulcz(active, since 3s), standbys: smithi164.shzocc 2024-02-15T18:26:25.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:24.416710+0000 mgr.smithi043.oyulcz (mgr.14724) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:26:25.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:24.416441+0000 mon.smithi043 (mon.0) 892 : cluster [DBG] mgrmap e31: smithi043.oyulcz(active, since 3s), standbys: smithi164.shzocc 2024-02-15T18:26:25.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:24.416710+0000 mgr.smithi043.oyulcz (mgr.14724) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:26:27.066 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:27.748 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:26.417281+0000 mgr.smithi043.oyulcz (mgr.14724) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:26:27.748 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:27.439687+0000 mon.smithi043 (mon.0) 893 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:27.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:26.417281+0000 mgr.smithi043.oyulcz (mgr.14724) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:26:27.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:27.439687+0000 mon.smithi043 (mon.0) 893 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:28.915 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:28.155544+0000 mon.smithi043 (mon.0) 894 : cluster [DBG] Standby manager daemon smithi164.shzocc restarted 2024-02-15T18:26:28.915 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:28.155652+0000 mon.smithi043 (mon.0) 895 : cluster [DBG] Standby manager daemon smithi164.shzocc started 2024-02-15T18:26:28.915 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:28.156221+0000 mon.smithi164 (mon.1) 93 : audit [DBG] from='mgr.? 172.21.15.164:0/2345317725' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/crt"}]: dispatch 2024-02-15T18:26:28.915 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:28.158101+0000 mon.smithi164 (mon.1) 94 : audit [DBG] from='mgr.? 172.21.15.164:0/2345317725' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:26:28.915 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:28.160403+0000 mon.smithi164 (mon.1) 95 : audit [DBG] from='mgr.? 172.21.15.164:0/2345317725' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/key"}]: dispatch 2024-02-15T18:26:28.916 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:28.160709+0000 mon.smithi164 (mon.1) 96 : audit [DBG] from='mgr.? 172.21.15.164:0/2345317725' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:26:29.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:28.155544+0000 mon.smithi043 (mon.0) 894 : cluster [DBG] Standby manager daemon smithi164.shzocc restarted 2024-02-15T18:26:29.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:28.155652+0000 mon.smithi043 (mon.0) 895 : cluster [DBG] Standby manager daemon smithi164.shzocc started 2024-02-15T18:26:29.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:28.156221+0000 mon.smithi164 (mon.1) 93 : audit [DBG] from='mgr.? 172.21.15.164:0/2345317725' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/crt"}]: dispatch 2024-02-15T18:26:29.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:28.158101+0000 mon.smithi164 (mon.1) 94 : audit [DBG] from='mgr.? 172.21.15.164:0/2345317725' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:26:29.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:28.160403+0000 mon.smithi164 (mon.1) 95 : audit [DBG] from='mgr.? 172.21.15.164:0/2345317725' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/key"}]: dispatch 2024-02-15T18:26:29.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:28.160709+0000 mon.smithi164 (mon.1) 96 : audit [DBG] from='mgr.? 172.21.15.164:0/2345317725' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:26:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:28.417778+0000 mgr.smithi043.oyulcz (mgr.14724) 4 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-15T18:26:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:28.928690+0000 mon.smithi043 (mon.0) 896 : cluster [DBG] mgrmap e32: smithi043.oyulcz(active, since 7s), standbys: smithi164.shzocc 2024-02-15T18:26:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:29.880600+0000 mon.smithi043 (mon.0) 897 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:30.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:28.417778+0000 mgr.smithi043.oyulcz (mgr.14724) 4 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-15T18:26:30.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:28.928690+0000 mon.smithi043 (mon.0) 896 : cluster [DBG] mgrmap e32: smithi043.oyulcz(active, since 7s), standbys: smithi164.shzocc 2024-02-15T18:26:30.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:29.880600+0000 mon.smithi043 (mon.0) 897 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:31.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:30.179675+0000 mon.smithi043 (mon.0) 898 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:31.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:30.180506+0000 mon.smithi043 (mon.0) 899 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:26:31.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:30.181588+0000 mgr.smithi043.oyulcz (mgr.14724) 5 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.conf 2024-02-15T18:26:31.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:30.181833+0000 mgr.smithi043.oyulcz (mgr.14724) 6 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-02-15T18:26:31.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:30.202884+0000 mgr.smithi043.oyulcz (mgr.14724) 7 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:26:31.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:30.233460+0000 mon.smithi043 (mon.0) 900 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:31.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:30.496974+0000 mon.smithi043 (mon.0) 901 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:31.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:30.500385+0000 mon.smithi043 (mon.0) 902 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:31.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:30.506698+0000 mon.smithi043 (mon.0) 903 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:31.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:30.510508+0000 mon.smithi043 (mon.0) 904 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:31.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:30.179675+0000 mon.smithi043 (mon.0) 898 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:31.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:30.180506+0000 mon.smithi043 (mon.0) 899 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:26:31.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:30.181588+0000 mgr.smithi043.oyulcz (mgr.14724) 5 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.conf 2024-02-15T18:26:31.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:30.181833+0000 mgr.smithi043.oyulcz (mgr.14724) 6 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-02-15T18:26:31.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:30.202884+0000 mgr.smithi043.oyulcz (mgr.14724) 7 : cephadm [INF] Updating smithi043:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:26:31.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:30.233460+0000 mon.smithi043 (mon.0) 900 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:31.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:30.496974+0000 mon.smithi043 (mon.0) 901 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:31.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:30.500385+0000 mon.smithi043 (mon.0) 902 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:31.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:30.506698+0000 mon.smithi043 (mon.0) 903 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:31.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:30.510508+0000 mon.smithi043 (mon.0) 904 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:32.108 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:32.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:30.418165+0000 mgr.smithi043.oyulcz (mgr.14724) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2024-02-15T18:26:32.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:30.437674+0000 mgr.smithi043.oyulcz (mgr.14724) 9 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:26:32.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:32.097459+0000 mon.smithi043 (mon.0) 905 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.shzocc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:26:32.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:32.098412+0000 mon.smithi043 (mon.0) 906 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:26:32.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:32.099366+0000 mon.smithi043 (mon.0) 907 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:32.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:30.418165+0000 mgr.smithi043.oyulcz (mgr.14724) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2024-02-15T18:26:32.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:30.437674+0000 mgr.smithi043.oyulcz (mgr.14724) 9 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:26:32.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:32.097459+0000 mon.smithi043 (mon.0) 905 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.shzocc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:26:32.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:32.098412+0000 mon.smithi043 (mon.0) 906 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:26:32.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:32.099366+0000 mon.smithi043 (mon.0) 907 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:33.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:32.096893+0000 mgr.smithi043.oyulcz (mgr.14724) 10 : cephadm [INF] Upgrade: Updating mgr.smithi164.shzocc 2024-02-15T18:26:33.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:32.100160+0000 mgr.smithi043.oyulcz (mgr.14724) 11 : cephadm [INF] Deploying daemon mgr.smithi164.shzocc on smithi164 2024-02-15T18:26:33.693 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:32.096893+0000 mgr.smithi043.oyulcz (mgr.14724) 10 : cephadm [INF] Upgrade: Updating mgr.smithi164.shzocc 2024-02-15T18:26:33.693 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:32.100160+0000 mgr.smithi043.oyulcz (mgr.14724) 11 : cephadm [INF] Deploying daemon mgr.smithi164.shzocc on smithi164 2024-02-15T18:26:34.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:32.418589+0000 mgr.smithi043.oyulcz (mgr.14724) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 113 B/s wr, 0 op/s 2024-02-15T18:26:34.619 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:32.418589+0000 mgr.smithi043.oyulcz (mgr.14724) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 113 B/s wr, 0 op/s 2024-02-15T18:26:36.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:34.419529+0000 mgr.smithi043.oyulcz (mgr.14724) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2024-02-15T18:26:36.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:35.851158+0000 mon.smithi043 (mon.0) 908 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:36.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:35.852140+0000 mon.smithi043 (mon.0) 909 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:36.661 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:34.419529+0000 mgr.smithi043.oyulcz (mgr.14724) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2024-02-15T18:26:36.661 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:35.851158+0000 mon.smithi043 (mon.0) 908 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:36.661 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:35.852140+0000 mon.smithi043 (mon.0) 909 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:37.147 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:38.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:36.420055+0000 mgr.smithi043.oyulcz (mgr.14724) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:38.542 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:36.420055+0000 mgr.smithi043.oyulcz (mgr.14724) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:40.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:38.420874+0000 mgr.smithi043.oyulcz (mgr.14724) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:26:40.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:38.420874+0000 mgr.smithi043.oyulcz (mgr.14724) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:26:41.665 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:40.421452+0000 mgr.smithi043.oyulcz (mgr.14724) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:41.665 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.462933+0000 mon.smithi043 (mon.0) 910 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.463869+0000 mon.smithi043 (mon.0) 911 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.464735+0000 mon.smithi043 (mon.0) 912 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.469167+0000 mon.smithi043 (mon.0) 913 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.475311+0000 mon.smithi043 (mon.0) 914 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.478677+0000 mon.smithi043 (mon.0) 915 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.481063+0000 mon.smithi043 (mon.0) 916 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:40.481778+0000 mgr.smithi043.oyulcz (mgr.14724) 17 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.485632+0000 mon.smithi043 (mon.0) 917 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.486430+0000 mon.smithi043 (mon.0) 918 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi043.oyulcz"}]: dispatch 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.489728+0000 mon.smithi043 (mon.0) 919 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi043.oyulcz"}]': finished 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.490429+0000 mon.smithi043 (mon.0) 920 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi164.shzocc"}]: dispatch 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.493705+0000 mon.smithi043 (mon.0) 921 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi164.shzocc"}]': finished 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:40.494793+0000 mon.smithi043 (mon.0) 922 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:41.298118+0000 mon.smithi043 (mon.0) 923 : cluster [DBG] Standby manager daemon smithi164.shzocc restarted 2024-02-15T18:26:41.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:41.298200+0000 mon.smithi043 (mon.0) 924 : cluster [DBG] Standby manager daemon smithi164.shzocc started 2024-02-15T18:26:41.667 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:41.299774+0000 mon.smithi164 (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.164:0/1153817859' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/crt"}]: dispatch 2024-02-15T18:26:41.667 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:41.300217+0000 mon.smithi164 (mon.1) 98 : audit [DBG] from='mgr.? 172.21.15.164:0/1153817859' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:26:41.667 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:41.302440+0000 mon.smithi164 (mon.1) 99 : audit [DBG] from='mgr.? 172.21.15.164:0/1153817859' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/key"}]: dispatch 2024-02-15T18:26:41.667 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:41.303231+0000 mon.smithi164 (mon.1) 100 : audit [DBG] from='mgr.? 172.21.15.164:0/1153817859' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:26:41.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:40.421452+0000 mgr.smithi043.oyulcz (mgr.14724) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:41.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.462933+0000 mon.smithi043 (mon.0) 910 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:41.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.463869+0000 mon.smithi043 (mon.0) 911 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:41.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.464735+0000 mon.smithi043 (mon.0) 912 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:26:41.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.469167+0000 mon.smithi043 (mon.0) 913 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.475311+0000 mon.smithi043 (mon.0) 914 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.478677+0000 mon.smithi043 (mon.0) 915 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.481063+0000 mon.smithi043 (mon.0) 916 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:40.481778+0000 mgr.smithi043.oyulcz (mgr.14724) 17 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.485632+0000 mon.smithi043 (mon.0) 917 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.486430+0000 mon.smithi043 (mon.0) 918 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi043.oyulcz"}]: dispatch 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.489728+0000 mon.smithi043 (mon.0) 919 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi043.oyulcz"}]': finished 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.490429+0000 mon.smithi043 (mon.0) 920 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi164.shzocc"}]: dispatch 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.493705+0000 mon.smithi043 (mon.0) 921 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi164.shzocc"}]': finished 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:40.494793+0000 mon.smithi043 (mon.0) 922 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:41.298118+0000 mon.smithi043 (mon.0) 923 : cluster [DBG] Standby manager daemon smithi164.shzocc restarted 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:41.298200+0000 mon.smithi043 (mon.0) 924 : cluster [DBG] Standby manager daemon smithi164.shzocc started 2024-02-15T18:26:41.708 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:41.299774+0000 mon.smithi164 (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.164:0/1153817859' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/crt"}]: dispatch 2024-02-15T18:26:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:41.300217+0000 mon.smithi164 (mon.1) 98 : audit [DBG] from='mgr.? 172.21.15.164:0/1153817859' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:26:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:41.302440+0000 mon.smithi164 (mon.1) 99 : audit [DBG] from='mgr.? 172.21.15.164:0/1153817859' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.shzocc/key"}]: dispatch 2024-02-15T18:26:41.709 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:41.303231+0000 mon.smithi164 (mon.1) 100 : audit [DBG] from='mgr.? 172.21.15.164:0/1153817859' entity='mgr.smithi164.shzocc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:26:42.190 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:43.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:41.984966+0000 mgr.smithi043.oyulcz (mgr.14724) 18 : cephadm [INF] Upgrade: Updating mon.smithi043 2024-02-15T18:26:43.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:41.989250+0000 mon.smithi043 (mon.0) 925 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:43.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:41.989913+0000 mon.smithi043 (mon.0) 926 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:26:43.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:41.990474+0000 mon.smithi043 (mon.0) 927 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:26:43.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: audit 2024-02-15T18:26:41.991036+0000 mon.smithi043 (mon.0) 928 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:43.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cephadm 2024-02-15T18:26:41.991579+0000 mgr.smithi043.oyulcz (mgr.14724) 19 : cephadm [INF] Deploying daemon mon.smithi043 on smithi043 2024-02-15T18:26:43.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: cluster 2024-02-15T18:26:42.257557+0000 mon.smithi043 (mon.0) 929 : cluster [DBG] mgrmap e33: smithi043.oyulcz(active, since 20s), standbys: smithi164.shzocc 2024-02-15T18:26:43.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:41.984966+0000 mgr.smithi043.oyulcz (mgr.14724) 18 : cephadm [INF] Upgrade: Updating mon.smithi043 2024-02-15T18:26:43.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:41.989250+0000 mon.smithi043 (mon.0) 925 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:43.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:41.989913+0000 mon.smithi043 (mon.0) 926 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:26:43.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:41.990474+0000 mon.smithi043 (mon.0) 927 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:26:43.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:41.991036+0000 mon.smithi043 (mon.0) 928 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:43.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:41.991579+0000 mgr.smithi043.oyulcz (mgr.14724) 19 : cephadm [INF] Deploying daemon mon.smithi043 on smithi043 2024-02-15T18:26:43.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:42.257557+0000 mon.smithi043 (mon.0) 929 : cluster [DBG] mgrmap e33: smithi043.oyulcz(active, since 20s), standbys: smithi164.shzocc 2024-02-15T18:26:43.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:43 smithi043 systemd[1]: Stopping Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:26:44.101 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:26:43.792+0000 7f165f7cf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi043 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-15T18:26:44.101 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043[34478]: debug 2024-02-15T18:26:43.792+0000 7f165f7cf700 -1 mon.smithi043@0(leader) e2 *** Got Signal Terminated *** 2024-02-15T18:26:44.425 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:44 smithi043 bash[76763]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043 2024-02-15T18:26:44.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:44 smithi043 bash[76825]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043 2024-02-15T18:26:45.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:44 smithi043 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043.service: Succeeded. 2024-02-15T18:26:45.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:44 smithi043 systemd[1]: Stopped Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:26:45.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:44 smithi043 systemd[1]: Starting Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:26:45.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.430+0000 7f961415d880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T18:26:45.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.430+0000 7f961415d880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-15T18:26:45.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.430+0000 7f961415d880 0 pidfile_write: ignore empty --pid-file 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.434+0000 7f961415d880 0 load: jerasure load: lrc load: isa 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Compile date Feb 8 2024 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: DB SUMMARY 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: CURRENT file: CURRENT 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 766 Bytes 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi043/store.db dir, Total Num: 1, files: 000020.sst 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi043/store.db: 000018.log size: 4912134 ; 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.error_if_exists: 0 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.create_if_missing: 0 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.env: 0x557e78ae8080 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.fs: Posix File System 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.info_log: 0x557e7a6aa560 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.statistics: (nil) 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.use_fsync: 0 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T18:26:45.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.db_log_dir: 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi043/store.db 2024-02-15T18:26:45.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.write_buffer_manager: 0x557e7b39c420 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T18:26:45.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T18:26:45.761 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T18:26:45.761 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T18:26:45.761 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T18:26:45.761 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T18:26:45.761 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T18:26:45.761 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T18:26:45.761 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T18:26:45.761 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.unordered_write: 0 2024-02-15T18:26:45.761 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.row_cache: None 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.wal_filter: None 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.two_write_queues: 0 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T18:26:45.763 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.atomic_flush: 0 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T18:26:45.764 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_open_files: -1 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Compression algorithms supported: 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: kZSTD supported: 0 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: kXpressCompression supported: 0 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: kZlibCompression supported: 1 2024-02-15T18:26:45.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi043/store.db/MANIFEST-000008 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.merge_operator: 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.compaction_filter: None 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557e7a64fd28) 2024-02-15T18:26:45.766 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cache_index_and_filter_blocks: 1 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: pin_top_level_index_and_filter: 1 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: index_type: 0 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: data_block_index_type: 0 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: index_shortening: 1 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: hash_index_allow_collision: 1 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: checksum: 1 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: no_block_cache: 0 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: block_cache: 0x557e7a684f10 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: block_cache_name: BinnedLRUCache 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: block_cache_options: 2024-02-15T18:26:45.767 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: capacity : 536870912 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: num_shard_bits : 4 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: strict_capacity_limit : 0 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: high_pri_pool_ratio: 0.000 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: block_cache_compressed: (nil) 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: persistent_cache: (nil) 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: block_size: 4096 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: block_size_deviation: 10 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: block_restart_interval: 16 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: index_block_restart_interval: 1 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: metadata_block_size: 4096 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: partition_filters: 0 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: use_delta_encoding: 1 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T18:26:45.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: whole_key_filtering: 1 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: verify_compression: 0 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: read_amp_bytes_per_bit: 0 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: format_version: 2 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: enable_index_compression: 1 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: block_align: 0 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.compression: NoCompression 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.num_levels: 7 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T18:26:45.769 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T18:26:45.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T18:26:45.771 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.435+0000 7f961415d880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T18:26:45.772 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.table_properties_collectors: 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.bloom_locality: 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.ttl: 2592000 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi043/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 22, last_sequence is 9866, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T18:26:45.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021605436971, "job": 1, "event": "recovery_started", "log_files": [18]} 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.436+0000 7f961415d880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.441+0000 7f961415d880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.446+0000 7f961415d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021605446967, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 4751053, "table_properties": {"data_size": 4743559, "index_size": 5838, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 837, "raw_key_size": 6643, "raw_average_key_size": 21, "raw_value_size": 4734524, "raw_average_value_size": 15523, "num_data_blocks": 185, "num_entries": 305, "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": 1708021605, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.446+0000 7f961415d880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.446+0000 7f961415d880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.447+0000 7f961415d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021605447408, "job": 1, "event": "recovery_finished"} 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.448+0000 7f961415d880 4 rocksdb: DB pointer 0x557e7a74d800 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.448+0000 7f95faf4e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.448+0000 7f95faf4e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ** DB Stats ** 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:26:45.774 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ** Compaction Stats [default] ** 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: L0 1/0 4.53 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 782.1 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: L6 1/0 24.41 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Sum 2/0 28.94 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 782.1 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 782.1 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ** Compaction Stats [default] ** 2024-02-15T18:26:45.775 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 782.1 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Flush(GB): cumulative 0.004, interval 0.004 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Cumulative compaction: 0.00 GB write, 366.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Interval compaction: 0.00 GB write, 366.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ** Compaction Stats [default] ** 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: L0 1/0 4.53 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 782.1 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: L6 1/0 24.41 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Sum 2/0 28.94 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 782.1 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ** Compaction Stats [default] ** 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 782.1 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Flush(GB): cumulative 0.004, interval 0.000 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:26:45.777 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Cumulative compaction: 0.00 GB write, 365.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.448+0000 7f961415d880 0 starting mon.smithi043 rank 0 at public addrs [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] at bind addrs [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi043 fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.449+0000 7f961415d880 1 mon.smithi043@-1(???) e2 preinit fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.449+0000 7f961415d880 0 mon.smithi043@-1(???).mds e7 new map 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.449+0000 7f961415d880 0 mon.smithi043@-1(???).mds e7 print_map 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: e7 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T18:26:45.778 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: legacy client fscid: 1 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Filesystem 'foofs' (1) 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: fs_name foofs 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: epoch 5 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: flags 12 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: created 2024-02-15T18:23:17.130651+0000 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: modified 2024-02-15T18:23:26.156699+0000 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: tableserver 0 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: root 0 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: session_timeout 60 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: session_autoclose 300 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: max_file_size 1099511627776 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: required_client_features {} 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: last_failure 0 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: last_failure_osd_epoch 0 2024-02-15T18:26:45.779 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: max_mds 1 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: in 0 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: up {0=24305} 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: failed 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: damaged 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: stopped 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: data_pools [3] 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: metadata_pool 2 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: inline_data disabled 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: balancer 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: standby_count_wanted 1 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: [mds.foofs.smithi164.avzzjy{0:24305} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.164:6832/3408341373,v1:172.21.15.164:6833/3408341373] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.780 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: Standby daemons: 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: [mds.foofs.smithi043.gchcpq{-1:14480} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.43:6834/1337771802,v1:172.21.15.43:6835/1337771802] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.450+0000 7f961415d880 0 mon.smithi043@-1(???).osd e69 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.450+0000 7f961415d880 0 mon.smithi043@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.450+0000 7f961415d880 0 mon.smithi043@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.450+0000 7f961415d880 0 mon.smithi043@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:26:41.984966+0000 mgr.smithi043.oyulcz (mgr.14724) 18 : cephadm [INF] Upgrade: Updating mon.smithi043 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:41.989250+0000 mon.smithi043 (mon.0) 925 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:41.989913+0000 mon.smithi043 (mon.0) 926 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:41.990474+0000 mon.smithi043 (mon.0) 927 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:41.991036+0000 mon.smithi043 (mon.0) 928 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:26:41.991579+0000 mgr.smithi043.oyulcz (mgr.14724) 19 : cephadm [INF] Deploying daemon mon.smithi043 on smithi043 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:42.257557+0000 mon.smithi043 (mon.0) 929 : cluster [DBG] mgrmap e33: smithi043.oyulcz(active, since 20s), standbys: smithi164.shzocc 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:26:45.450+0000 7f961415d880 1 mon.smithi043@-1(???).paxosservice(auth 1..42) refresh upgraded, format 0 -> 3 2024-02-15T18:26:45.781 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 bash[76979]: 4557a98f254df7fac3ff905067f2473188e0b810d0ad9fde541c112587253e65 2024-02-15T18:26:45.782 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:45 smithi043 systemd[1]: Started Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:26:47.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:43.799764+0000 mon.smithi164 (mon.1) 101 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:26:47.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:43.799989+0000 mon.smithi164 (mon.1) 102 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:26:47.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:44.422452+0000 mgr.smithi043.oyulcz (mgr.14724) 21 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:26:47.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:46.859526+0000 mon.smithi043 (mon.0) 1 : cluster [INF] mon.smithi043 calling monitor election 2024-02-15T18:26:47.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:46.873884+0000 mon.smithi043 (mon.0) 2 : cluster [INF] mon.smithi043 is new leader, mons smithi043,smithi164 in quorum (ranks 0,1) 2024-02-15T18:26:47.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:46.878847+0000 mon.smithi043 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0],smithi164=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0]} removed_ranks: {} 2024-02-15T18:26:47.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:46.879467+0000 mon.smithi043 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:26:47.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:46.879512+0000 mon.smithi043 (mon.0) 5 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-15T18:26:47.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:46.880552+0000 mon.smithi043 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi043.oyulcz(active, since 25s), standbys: smithi164.shzocc 2024-02-15T18:26:47.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:46.888667+0000 mon.smithi043 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-02-15T18:26:47.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:46.888810+0000 mon.smithi043 (mon.0) 8 : audit [INF] from='mgr.14724 ' entity='' 2024-02-15T18:26:47.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:46.892472+0000 mon.smithi164 (mon.1) 103 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:47.226 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:43.799764+0000 mon.smithi164 (mon.1) 101 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:43.799989+0000 mon.smithi164 (mon.1) 102 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:44.422452+0000 mgr.smithi043.oyulcz (mgr.14724) 21 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:46.859526+0000 mon.smithi043 (mon.0) 1 : cluster [INF] mon.smithi043 calling monitor election 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:46.873884+0000 mon.smithi043 (mon.0) 2 : cluster [INF] mon.smithi043 is new leader, mons smithi043,smithi164 in quorum (ranks 0,1) 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:46.878847+0000 mon.smithi043 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0],smithi164=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0]} removed_ranks: {} 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:46.879467+0000 mon.smithi043 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:46.879512+0000 mon.smithi043 (mon.0) 5 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:46.880552+0000 mon.smithi043 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi043.oyulcz(active, since 25s), standbys: smithi164.shzocc 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:46.888667+0000 mon.smithi043 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:46.888810+0000 mon.smithi043 (mon.0) 8 : audit [INF] from='mgr.14724 ' entity='' 2024-02-15T18:26:47.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:46.892472+0000 mon.smithi164 (mon.1) 103 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:48.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:46.422970+0000 mgr.smithi043.oyulcz (mgr.14724) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:48.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:46.942346+0000 mon.smithi043 (mon.0) 9 : cluster [DBG] mgrmap e34: smithi043.oyulcz(active, since 25s), standbys: smithi164.shzocc 2024-02-15T18:26:48.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:47.151164+0000 mon.smithi043 (mon.0) 10 : audit [INF] from='mgr.14724 ' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:48.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:46.422970+0000 mgr.smithi043.oyulcz (mgr.14724) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:48.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:46.942346+0000 mon.smithi043 (mon.0) 9 : cluster [DBG] mgrmap e34: smithi043.oyulcz(active, since 25s), standbys: smithi164.shzocc 2024-02-15T18:26:48.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:47.151164+0000 mon.smithi043 (mon.0) 10 : audit [INF] from='mgr.14724 ' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:49.939 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:48.423609+0000 mgr.smithi043.oyulcz (mgr.14724) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:26:50.059 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:26:50.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:48.423609+0000 mgr.smithi043.oyulcz (mgr.14724) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:26:50.670 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:26:50.670 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (7m) 20s ago 9m 21.7M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:26:50.670 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (9m) 20s ago 9m 6391k - 16.2.5 6933c2a0b7dd e57289688841 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (8m) 10s ago 8m 6387k - 16.2.5 6933c2a0b7dd a175e24e4fb9 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (7m) 20s ago 9m 31.8M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (3m) 20s ago 3m 13.0M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (3m) 10s ago 3m 40.4M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (36s) 20s ago 10m 410M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (15s) 10s ago 8m 42.9M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 starting - - - 2048M 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (8m) 10s ago 8m 47.5M 2048M 16.2.5 6933c2a0b7dd f6a13062255f 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (68s) 20s ago 67s 48.7M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (62s) 10s ago 61s 47.2M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (9m) 20s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (8m) 10s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (7m) 20s ago 7m 360M 1945M 16.2.5 6933c2a0b7dd 7b7e522562c9 2024-02-15T18:26:50.671 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (7m) 20s ago 7m 287M 1945M 16.2.5 6933c2a0b7dd 11b84291a2da 2024-02-15T18:26:50.672 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (6m) 20s ago 6m 209M 1945M 16.2.5 6933c2a0b7dd f5001467a90f 2024-02-15T18:26:50.672 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (6m) 20s ago 6m 324M 1945M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:26:50.672 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (6m) 10s ago 6m 357M 2712M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:26:50.672 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (5m) 10s ago 5m 373M 2712M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:26:50.672 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (5m) 10s ago 5m 303M 2712M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:26:50.672 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (5m) 10s ago 5m 451M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:26:50.672 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (41s) 20s ago 8m 43.6M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:26:51.040 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:26:51.041 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:26:51.042 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3, 2024-02-15T18:26:51.042 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11 2024-02-15T18:26:51.042 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:26:51.042 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:26:51.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:50.051296+0000 mgr.smithi043.oyulcz (mgr.14724) 24 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:51.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:50.051296+0000 mgr.smithi043.oyulcz (mgr.14724) 24 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:51.349 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:26:51.350 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:26:51.350 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:26:51.350 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:26:51.350 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:26:51.350 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:26:51.350 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:26:51.350 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "2/23 daemons upgraded", 2024-02-15T18:26:51.350 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading mon daemons", 2024-02-15T18:26:51.350 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:26:51.350 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:26:52.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:50.364191+0000 mgr.smithi043.oyulcz (mgr.14724) 25 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:52.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:50.424007+0000 mgr.smithi043.oyulcz (mgr.14724) 26 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:52.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:50.665492+0000 mgr.smithi043.oyulcz (mgr.14724) 27 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:52.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:51.044772+0000 mon.smithi043 (mon.0) 11 : audit [DBG] from='client.? 172.21.15.43:0/2002736579' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:26:52.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:51.353799+0000 mgr.smithi043.oyulcz (mgr.14724) 28 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:52.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:50.364191+0000 mgr.smithi043.oyulcz (mgr.14724) 25 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:52.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:50.424007+0000 mgr.smithi043.oyulcz (mgr.14724) 26 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:52.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:50.665492+0000 mgr.smithi043.oyulcz (mgr.14724) 27 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:52.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:51.044772+0000 mon.smithi043 (mon.0) 11 : audit [DBG] from='client.? 172.21.15.43:0/2002736579' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:26:52.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:51.353799+0000 mgr.smithi043.oyulcz (mgr.14724) 28 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:26:52.276 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:54.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:52.424362+0000 mgr.smithi043.oyulcz (mgr.14724) 29 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:54.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:53.726035+0000 mon.smithi043 (mon.0) 12 : audit [INF] from='mgr.14724 ' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:54.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:53.728247+0000 mon.smithi164 (mon.1) 104 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:54.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:53.729401+0000 mon.smithi164 (mon.1) 105 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:26:54.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:53.733336+0000 mon.smithi043 (mon.0) 13 : audit [INF] from='mgr.14724 ' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:54.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:53.739637+0000 mon.smithi043 (mon.0) 14 : audit [INF] from='mgr.14724 ' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:54.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:53.743206+0000 mon.smithi164 (mon.1) 106 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:54.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:53.746635+0000 mon.smithi164 (mon.1) 107 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:26:54.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:53.748034+0000 mon.smithi164 (mon.1) 108 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T18:26:54.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:52.424362+0000 mgr.smithi043.oyulcz (mgr.14724) 29 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:54.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:53.726035+0000 mon.smithi043 (mon.0) 12 : audit [INF] from='mgr.14724 ' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:54.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:53.728247+0000 mon.smithi164 (mon.1) 104 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:54.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:53.729401+0000 mon.smithi164 (mon.1) 105 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:26:54.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:53.733336+0000 mon.smithi043 (mon.0) 13 : audit [INF] from='mgr.14724 ' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:54.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:53.739637+0000 mon.smithi043 (mon.0) 14 : audit [INF] from='mgr.14724 ' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:54.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:53.743206+0000 mon.smithi164 (mon.1) 106 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:26:54.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:53.746635+0000 mon.smithi164 (mon.1) 107 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:26:54.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:53.748034+0000 mon.smithi164 (mon.1) 108 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T18:26:56.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cluster 2024-02-15T18:26:54.425318+0000 mgr.smithi043.oyulcz (mgr.14724) 30 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:26:56.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:55.524656+0000 mon.smithi043 (mon.0) 15 : audit [INF] from='mgr.14724 ' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:56.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:55.529037+0000 mon.smithi164 (mon.1) 109 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:26:56.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:55.529874+0000 mon.smithi164 (mon.1) 110 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:26:56.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: audit 2024-02-15T18:26:55.530674+0000 mon.smithi164 (mon.1) 111 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:56.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:54.425318+0000 mgr.smithi043.oyulcz (mgr.14724) 30 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:26:56.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:55.524656+0000 mon.smithi043 (mon.0) 15 : audit [INF] from='mgr.14724 ' entity='mgr.smithi043.oyulcz' 2024-02-15T18:26:56.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:55.529037+0000 mon.smithi164 (mon.1) 109 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:26:56.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:55.529874+0000 mon.smithi164 (mon.1) 110 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:26:56.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:55.530674+0000 mon.smithi164 (mon.1) 111 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:26:57.084 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:55.520129+0000 mgr.smithi043.oyulcz (mgr.14724) 31 : cephadm [INF] Upgrade: Updating mon.smithi164 2024-02-15T18:26:57.084 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: cephadm 2024-02-15T18:26:55.531443+0000 mgr.smithi043.oyulcz (mgr.14724) 32 : cephadm [INF] Deploying daemon mon.smithi164 on smithi164 2024-02-15T18:26:57.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:26:55.520129+0000 mgr.smithi043.oyulcz (mgr.14724) 31 : cephadm [INF] Upgrade: Updating mon.smithi164 2024-02-15T18:26:57.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:26:55.531443+0000 mgr.smithi043.oyulcz (mgr.14724) 32 : cephadm [INF] Deploying daemon mon.smithi164 on smithi164 2024-02-15T18:26:57.321 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:26:57.385 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:57 smithi164 systemd[1]: Stopping Ceph mon.smithi164 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:26:57.690 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:26:57.388+0000 7fa946d2c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi164 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-15T18:26:57.690 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164[36872]: debug 2024-02-15T18:26:57.388+0000 7fa946d2c700 -1 mon.smithi164@1(peon) e2 *** Got Signal Terminated *** 2024-02-15T18:26:57.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:57 smithi164 bash[57428]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164 2024-02-15T18:26:58.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi164.service: Succeeded. 2024-02-15T18:26:58.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 systemd[1]: Stopped Ceph mon.smithi164 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:26:58.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 systemd[1]: Starting Ceph mon.smithi164 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:26:59.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.950+0000 7f61bb004880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T18:26:59.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.950+0000 7f61bb004880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-15T18:26:59.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.950+0000 7f61bb004880 0 pidfile_write: ignore empty --pid-file 2024-02-15T18:26:59.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.955+0000 7f61bb004880 0 load: jerasure load: lrc load: isa 2024-02-15T18:26:59.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T18:26:59.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Compile date Feb 8 2024 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: DB SUMMARY 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: CURRENT file: CURRENT 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 690 Bytes 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi164/store.db dir, Total Num: 1, files: 000017.sst 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi164/store.db: 000015.log size: 8835572 ; 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.error_if_exists: 0 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.create_if_missing: 0 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.env: 0x563b4afc0080 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.fs: Posix File System 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.info_log: 0x563b4b9ac560 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.statistics: (nil) 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.use_fsync: 0 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T18:26:59.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.db_log_dir: 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi164/store.db 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T18:26:59.211 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.write_buffer_manager: 0x563b4c69e420 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T18:26:59.212 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.unordered_write: 0 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.row_cache: None 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.wal_filter: None 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.two_write_queues: 0 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T18:26:59.213 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.atomic_flush: 0 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T18:26:59.214 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_open_files: -1 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Compression algorithms supported: 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: kZSTD supported: 0 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: kXpressCompression supported: 0 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T18:26:59.215 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: kZlibCompression supported: 1 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi164/store.db/MANIFEST-000005 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.merge_operator: 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_filter: None 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563b4b951d28) 2024-02-15T18:26:59.216 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cache_index_and_filter_blocks: 1 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: pin_top_level_index_and_filter: 1 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: index_type: 0 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: data_block_index_type: 0 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: index_shortening: 1 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: hash_index_allow_collision: 1 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: checksum: 1 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: no_block_cache: 0 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: block_cache: 0x563b4b986f10 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: block_cache_name: BinnedLRUCache 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: block_cache_options: 2024-02-15T18:26:59.217 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: capacity : 536870912 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: num_shard_bits : 4 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: strict_capacity_limit : 0 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: high_pri_pool_ratio: 0.000 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: block_cache_compressed: (nil) 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: persistent_cache: (nil) 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: block_size: 4096 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: block_size_deviation: 10 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: block_restart_interval: 16 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: index_block_restart_interval: 1 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: metadata_block_size: 4096 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: partition_filters: 0 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: use_delta_encoding: 1 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: whole_key_filtering: 1 2024-02-15T18:26:59.218 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: verify_compression: 0 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: read_amp_bytes_per_bit: 0 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: format_version: 2 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: enable_index_compression: 1 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: block_align: 0 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compression: NoCompression 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.num_levels: 7 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T18:26:59.219 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T18:26:59.220 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T18:26:59.221 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T18:26:59.222 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.table_properties_collectors: 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.bloom_locality: 0 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T18:26:59.223 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T18:26:59.224 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T18:26:59.224 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.ttl: 2592000 2024-02-15T18:26:59.224 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.956+0000 7f61bb004880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T18:26:59.224 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.957+0000 7f61bb004880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T18:26:59.225 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.957+0000 7f61bb004880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi164/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 19, last_sequence is 9916, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T18:26:59.225 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.225 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.957+0000 7f61bb004880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 15 2024-02-15T18:26:59.225 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.225 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.957+0000 7f61bb004880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021618957827, "job": 1, "event": "recovery_started", "log_files": [15]} 2024-02-15T18:26:59.225 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.957+0000 7f61bb004880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #15 mode 2 2024-02-15T18:26:59.225 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.966+0000 7f61bb004880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-15T18:26:59.225 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.973+0000 7f61bb004880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021618973452, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 19, "file_size": 5681914, "table_properties": {"data_size": 5673142, "index_size": 6988, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 965, "raw_key_size": 7914, "raw_average_key_size": 21, "raw_value_size": 5662344, "raw_average_value_size": 15428, "num_data_blocks": 221, "num_entries": 367, "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": 1708021618, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T18:26:59.225 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.973+0000 7f61bb004880 4 rocksdb: [version_set.cc:3826] Creating manifest 20 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.973+0000 7f61bb004880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.975+0000 7f61bb004880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021618975932, "job": 1, "event": "recovery_finished"} 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.976+0000 7f61bb004880 4 rocksdb: DB pointer 0x563b4ba4f800 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.977+0000 7f61a1df5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.977+0000 7f61a1df5700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ** DB Stats ** 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-15T18:26:59.226 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ** Compaction Stats [default] ** 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: L0 1/0 5.42 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 856.2 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: L6 1/0 24.41 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Sum 2/0 29.83 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 856.2 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 856.2 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ** Compaction Stats [default] ** 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:26:59.227 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 856.2 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Flush(GB): cumulative 0.005, interval 0.005 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Cumulative compaction: 0.01 GB write, 265.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Interval compaction: 0.01 GB write, 265.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.228 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ** Compaction Stats [default] ** 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: L0 1/0 5.42 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 856.2 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: L6 1/0 24.41 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Sum 2/0 29.83 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 856.2 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ** Compaction Stats [default] ** 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:26:59.229 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 856.2 0.01 0.00 1 0.006 0 0 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Flush(GB): cumulative 0.005, interval 0.000 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Cumulative compaction: 0.01 GB write, 264.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.977+0000 7f61bb004880 0 starting mon.smithi164 rank 1 at public addrs [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] at bind addrs [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi164 fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.979+0000 7f61bb004880 1 mon.smithi164@-1(???) e2 preinit fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 2024-02-15T18:26:59.230 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.979+0000 7f61bb004880 0 mon.smithi164@-1(???).mds e7 new map 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.979+0000 7f61bb004880 0 mon.smithi164@-1(???).mds e7 print_map 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: e7 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: legacy client fscid: 1 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Filesystem 'foofs' (1) 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: fs_name foofs 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: epoch 5 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: flags 12 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: created 2024-02-15T18:23:17.130651+0000 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: modified 2024-02-15T18:23:26.156699+0000 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: tableserver 0 2024-02-15T18:26:59.231 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: root 0 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: session_timeout 60 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: session_autoclose 300 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: max_file_size 1099511627776 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: required_client_features {} 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: last_failure 0 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: last_failure_osd_epoch 0 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: max_mds 1 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: in 0 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: up {0=24305} 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: failed 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: damaged 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: stopped 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: data_pools [3] 2024-02-15T18:26:59.232 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: metadata_pool 2 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: inline_data disabled 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: balancer 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: standby_count_wanted 1 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: [mds.foofs.smithi164.avzzjy{0:24305} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.164:6832/3408341373,v1:172.21.15.164:6833/3408341373] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: Standby daemons: 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: [mds.foofs.smithi043.gchcpq{-1:14480} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.43:6834/1337771802,v1:172.21.15.43:6835/1337771802] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.979+0000 7f61bb004880 0 mon.smithi164@-1(???).osd e69 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.979+0000 7f61bb004880 0 mon.smithi164@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.979+0000 7f61bb004880 0 mon.smithi164@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.979+0000 7f61bb004880 0 mon.smithi164@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:26:55.520129+0000 mgr.smithi043.oyulcz (mgr.14724) 31 : cephadm [INF] Upgrade: Updating mon.smithi164 2024-02-15T18:26:59.233 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:26:55.531443+0000 mgr.smithi043.oyulcz (mgr.14724) 32 : cephadm [INF] Deploying daemon mon.smithi164 on smithi164 2024-02-15T18:26:59.234 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:26:58.980+0000 7f61bb004880 1 mon.smithi164@-1(???).paxosservice(auth 1..43) refresh upgraded, format 0 -> 3 2024-02-15T18:26:59.234 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:59 smithi164 bash[57611]: 20efe294c4cfb10e15c145c24cac625de5cf781105c815db9e764a90c632c2e0 2024-02-15T18:26:59.234 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:59 smithi164 systemd[1]: Started Ceph mon.smithi164 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:26:59.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:26:56.425751+0000 mgr.smithi043.oyulcz (mgr.14724) 33 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:59.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:26:57.400113+0000 mon.smithi043 (mon.0) 16 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:26:59.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:26:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:26:57.400586+0000 mon.smithi043 (mon.0) 17 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:26:59.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:56.425751+0000 mgr.smithi043.oyulcz (mgr.14724) 33 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:26:59.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:57.400113+0000 mon.smithi043 (mon.0) 16 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2024-02-15T18:26:59.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:26:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:57.400586+0000 mon.smithi043 (mon.0) 17 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-15T18:27:00.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:26:58.426423+0000 mgr.smithi043.oyulcz (mgr.14724) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:00.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:26:59.265381+0000 mon.smithi164 (mon.1) 1 : cluster [INF] mon.smithi164 calling monitor election 2024-02-15T18:27:00.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:26:59.266446+0000 mon.smithi043 (mon.0) 18 : cluster [INF] mon.smithi043 calling monitor election 2024-02-15T18:27:00.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:26:59.279423+0000 mon.smithi043 (mon.0) 19 : cluster [INF] mon.smithi043 is new leader, mons smithi043,smithi164 in quorum (ranks 0,1) 2024-02-15T18:27:00.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:26:59.283843+0000 mon.smithi043 (mon.0) 20 : cluster [DBG] monmap e2: 2 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0],smithi164=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0]} removed_ranks: {} 2024-02-15T18:27:00.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:26:59.295786+0000 mon.smithi043 (mon.0) 21 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:27:00.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:26:59.295842+0000 mon.smithi043 (mon.0) 22 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-15T18:27:00.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:26:59.296255+0000 mon.smithi043 (mon.0) 23 : cluster [DBG] mgrmap e34: smithi043.oyulcz(active, since 37s), standbys: smithi164.shzocc 2024-02-15T18:27:00.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:26:59.299635+0000 mon.smithi043 (mon.0) 24 : cluster [INF] overall HEALTH_OK 2024-02-15T18:27:00.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:26:59.304934+0000 mon.smithi043 (mon.0) 25 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:00.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:26:59.306004+0000 mon.smithi043 (mon.0) 26 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:00.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:58.426423+0000 mgr.smithi043.oyulcz (mgr.14724) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:00.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:59.265381+0000 mon.smithi164 (mon.1) 1 : cluster [INF] mon.smithi164 calling monitor election 2024-02-15T18:27:00.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:59.266446+0000 mon.smithi043 (mon.0) 18 : cluster [INF] mon.smithi043 calling monitor election 2024-02-15T18:27:00.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:59.279423+0000 mon.smithi043 (mon.0) 19 : cluster [INF] mon.smithi043 is new leader, mons smithi043,smithi164 in quorum (ranks 0,1) 2024-02-15T18:27:00.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:59.283843+0000 mon.smithi043 (mon.0) 20 : cluster [DBG] monmap e2: 2 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0],smithi164=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0]} removed_ranks: {} 2024-02-15T18:27:00.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:59.295786+0000 mon.smithi043 (mon.0) 21 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:27:00.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:59.295842+0000 mon.smithi043 (mon.0) 22 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-15T18:27:00.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:59.296255+0000 mon.smithi043 (mon.0) 23 : cluster [DBG] mgrmap e34: smithi043.oyulcz(active, since 37s), standbys: smithi164.shzocc 2024-02-15T18:27:00.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:26:59.299635+0000 mon.smithi043 (mon.0) 24 : cluster [INF] overall HEALTH_OK 2024-02-15T18:27:00.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:59.304934+0000 mon.smithi043 (mon.0) 25 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:00.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:26:59.306004+0000 mon.smithi043 (mon.0) 26 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:02.355 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:02.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:00.426940+0000 mgr.smithi043.oyulcz (mgr.14724) 35 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:02.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:00.426940+0000 mgr.smithi043.oyulcz (mgr.14724) 35 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:04.700 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:02.427545+0000 mgr.smithi043.oyulcz (mgr.14724) 36 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:04.700 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.892454+0000 mon.smithi043 (mon.0) 27 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:04.700 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.893451+0000 mon.smithi043 (mon.0) 28 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:04.700 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.894277+0000 mon.smithi043 (mon.0) 29 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:27:04.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.898969+0000 mon.smithi043 (mon.0) 30 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:04.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.905013+0000 mon.smithi043 (mon.0) 31 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:04.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.909147+0000 mon.smithi043 (mon.0) 32 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:04.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.911856+0000 mon.smithi043 (mon.0) 33 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:04.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.913300+0000 mon.smithi043 (mon.0) 34 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:04.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.918609+0000 mon.smithi043 (mon.0) 35 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:04.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.919769+0000 mon.smithi043 (mon.0) 36 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi043"}]: dispatch 2024-02-15T18:27:04.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.923645+0000 mon.smithi043 (mon.0) 37 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi043"}]': finished 2024-02-15T18:27:04.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.924672+0000 mon.smithi043 (mon.0) 38 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi164"}]: dispatch 2024-02-15T18:27:04.701 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:03.928792+0000 mon.smithi043 (mon.0) 39 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi164"}]': finished 2024-02-15T18:27:04.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:02.427545+0000 mgr.smithi043.oyulcz (mgr.14724) 36 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:04.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.892454+0000 mon.smithi043 (mon.0) 27 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:04.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.893451+0000 mon.smithi043 (mon.0) 28 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:04.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.894277+0000 mon.smithi043 (mon.0) 29 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:27:04.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.898969+0000 mon.smithi043 (mon.0) 30 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:04.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.905013+0000 mon.smithi043 (mon.0) 31 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:04.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.909147+0000 mon.smithi043 (mon.0) 32 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:04.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.911856+0000 mon.smithi043 (mon.0) 33 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:04.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.913300+0000 mon.smithi043 (mon.0) 34 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:04.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.918609+0000 mon.smithi043 (mon.0) 35 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:04.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.919769+0000 mon.smithi043 (mon.0) 36 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi043"}]: dispatch 2024-02-15T18:27:04.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.923645+0000 mon.smithi043 (mon.0) 37 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi043"}]': finished 2024-02-15T18:27:04.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.924672+0000 mon.smithi043 (mon.0) 38 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi164"}]: dispatch 2024-02-15T18:27:04.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:03.928792+0000 mon.smithi043 (mon.0) 39 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi164"}]': finished 2024-02-15T18:27:05.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:03.913994+0000 mgr.smithi043.oyulcz (mgr.14724) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-15T18:27:05.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:03.913994+0000 mgr.smithi043.oyulcz (mgr.14724) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-15T18:27:06.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:04.428314+0000 mgr.smithi043.oyulcz (mgr.14724) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:06.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:05.408424+0000 mon.smithi043 (mon.0) 40 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:06.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:05.409159+0000 mon.smithi043 (mon.0) 41 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi043", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:27:06.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:05.409855+0000 mon.smithi043 (mon.0) 42 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:06.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:04.428314+0000 mgr.smithi043.oyulcz (mgr.14724) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:06.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:05.408424+0000 mon.smithi043 (mon.0) 40 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:06.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:05.409159+0000 mon.smithi043 (mon.0) 41 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi043", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:27:06.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:05.409855+0000 mon.smithi043 (mon.0) 42 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:07.391 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:07.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:05.404195+0000 mgr.smithi043.oyulcz (mgr.14724) 39 : cephadm [INF] Upgrade: Updating crash.smithi043 (1/2) 2024-02-15T18:27:07.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:05.410419+0000 mgr.smithi043.oyulcz (mgr.14724) 40 : cephadm [INF] Deploying daemon crash.smithi043 on smithi043 2024-02-15T18:27:07.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:05.404195+0000 mgr.smithi043.oyulcz (mgr.14724) 39 : cephadm [INF] Upgrade: Updating crash.smithi043 (1/2) 2024-02-15T18:27:07.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:05.410419+0000 mgr.smithi043.oyulcz (mgr.14724) 40 : cephadm [INF] Deploying daemon crash.smithi043 on smithi043 2024-02-15T18:27:08.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:06.428655+0000 mgr.smithi043.oyulcz (mgr.14724) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:08.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:06.428655+0000 mgr.smithi043.oyulcz (mgr.14724) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:10.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:08.429487+0000 mgr.smithi043.oyulcz (mgr.14724) 42 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:10.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:09.015988+0000 mon.smithi043 (mon.0) 43 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:10.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:08.429487+0000 mgr.smithi043.oyulcz (mgr.14724) 42 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:10.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:09.015988+0000 mon.smithi043 (mon.0) 43 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:11.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:10.429880+0000 mgr.smithi043.oyulcz (mgr.14724) 43 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:11.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:10.548817+0000 mgr.smithi043.oyulcz (mgr.14724) 44 : cephadm [INF] Upgrade: Updating crash.smithi164 (2/2) 2024-02-15T18:27:11.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:10.553523+0000 mon.smithi043 (mon.0) 44 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:11.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:10.554483+0000 mon.smithi043 (mon.0) 45 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi164", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:27:11.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:10.555429+0000 mon.smithi043 (mon.0) 46 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:11.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:10.556124+0000 mgr.smithi043.oyulcz (mgr.14724) 45 : cephadm [INF] Deploying daemon crash.smithi164 on smithi164 2024-02-15T18:27:12.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:10.429880+0000 mgr.smithi043.oyulcz (mgr.14724) 43 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:12.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:10.548817+0000 mgr.smithi043.oyulcz (mgr.14724) 44 : cephadm [INF] Upgrade: Updating crash.smithi164 (2/2) 2024-02-15T18:27:12.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:10.553523+0000 mon.smithi043 (mon.0) 44 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:12.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:10.554483+0000 mon.smithi043 (mon.0) 45 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi164", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:27:12.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:10.555429+0000 mon.smithi043 (mon.0) 46 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:12.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:10.556124+0000 mgr.smithi043.oyulcz (mgr.14724) 45 : cephadm [INF] Deploying daemon crash.smithi164 on smithi164 2024-02-15T18:27:12.431 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:13.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:12.430342+0000 mgr.smithi043.oyulcz (mgr.14724) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:13.927 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:12.430342+0000 mgr.smithi043.oyulcz (mgr.14724) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:15.446 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:14.023534+0000 mon.smithi043 (mon.0) 47 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:15.446 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:14.024504+0000 mon.smithi043 (mon.0) 48 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:15.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:14.023534+0000 mon.smithi043 (mon.0) 47 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:15.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:14.024504+0000 mon.smithi043 (mon.0) 48 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:16.316 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:14.430981+0000 mgr.smithi043.oyulcz (mgr.14724) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:16.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:14.430981+0000 mgr.smithi043.oyulcz (mgr.14724) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:17.473 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:18.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:16.431600+0000 mgr.smithi043.oyulcz (mgr.14724) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:18.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:16.431600+0000 mgr.smithi043.oyulcz (mgr.14724) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:19.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:18.423916+0000 mon.smithi043 (mon.0) 49 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:19.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:18.432313+0000 mgr.smithi043.oyulcz (mgr.14724) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:19.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:18.423916+0000 mon.smithi043 (mon.0) 49 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:19.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:18.432313+0000 mgr.smithi043.oyulcz (mgr.14724) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:21.498 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.401540+0000 mon.smithi043 (mon.0) 50 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:21.498 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.402348+0000 mon.smithi043 (mon.0) 51 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:21.498 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.402954+0000 mon.smithi043 (mon.0) 52 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:27:21.498 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.406636+0000 mon.smithi043 (mon.0) 53 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:21.498 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.412161+0000 mon.smithi043 (mon.0) 54 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:21.498 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.415434+0000 mon.smithi043 (mon.0) 55 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:21.498 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.417415+0000 mon.smithi043 (mon.0) 56 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:21.498 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.418574+0000 mon.smithi043 (mon.0) 57 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:21.498 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.419652+0000 mon.smithi043 (mon.0) 58 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:21.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:20.420174+0000 mgr.smithi043.oyulcz (mgr.14724) 50 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-15T18:27:21.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.423427+0000 mon.smithi043 (mon.0) 59 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:21.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.424049+0000 mon.smithi043 (mon.0) 60 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi043"}]: dispatch 2024-02-15T18:27:21.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.426772+0000 mon.smithi043 (mon.0) 61 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi043"}]': finished 2024-02-15T18:27:21.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.427321+0000 mon.smithi043 (mon.0) 62 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi164"}]: dispatch 2024-02-15T18:27:21.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.429897+0000 mon.smithi043 (mon.0) 63 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi164"}]': finished 2024-02-15T18:27:21.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.431161+0000 mon.smithi043 (mon.0) 64 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T18:27:21.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:20.431306+0000 mgr.smithi043.oyulcz (mgr.14724) 51 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T18:27:21.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:20.432074+0000 mgr.smithi043.oyulcz (mgr.14724) 52 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-15T18:27:21.499 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:20.432558+0000 mgr.smithi043.oyulcz (mgr.14724) 53 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:21.674 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:27:21.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.401540+0000 mon.smithi043 (mon.0) 50 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:21.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.402348+0000 mon.smithi043 (mon.0) 51 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:21.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.402954+0000 mon.smithi043 (mon.0) 52 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:27:21.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.406636+0000 mon.smithi043 (mon.0) 53 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:21.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.412161+0000 mon.smithi043 (mon.0) 54 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.415434+0000 mon.smithi043 (mon.0) 55 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.417415+0000 mon.smithi043 (mon.0) 56 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.418574+0000 mon.smithi043 (mon.0) 57 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.419652+0000 mon.smithi043 (mon.0) 58 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:20.420174+0000 mgr.smithi043.oyulcz (mgr.14724) 50 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.423427+0000 mon.smithi043 (mon.0) 59 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.424049+0000 mon.smithi043 (mon.0) 60 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi043"}]: dispatch 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.426772+0000 mon.smithi043 (mon.0) 61 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi043"}]': finished 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.427321+0000 mon.smithi043 (mon.0) 62 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi164"}]: dispatch 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.429897+0000 mon.smithi043 (mon.0) 63 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi164"}]': finished 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.431161+0000 mon.smithi043 (mon.0) 64 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:20.431306+0000 mgr.smithi043.oyulcz (mgr.14724) 51 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:20.432074+0000 mgr.smithi043.oyulcz (mgr.14724) 52 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-15T18:27:21.707 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:20.432558+0000 mgr.smithi043.oyulcz (mgr.14724) 53 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:22.281 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:27:22.281 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (8m) 1s ago 10m 21.7M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:27:22.281 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (13s) 1s ago 10m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:27:22.281 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (8s) 3s ago 8m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:27:22.281 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (8m) 1s ago 9m 31.8M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (4m) 1s ago 4m 13.6M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (3m) 3s ago 3m 40.5M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (68s) 1s ago 11m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (47s) 3s ago 8m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (37s) 1s ago 11m 40.4M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (23s) 3s ago 8m 30.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (99s) 1s ago 99s 76.6M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (94s) 3s ago 93s 49.5M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (9m) 1s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (8m) 3s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (8m) 1s ago 8m 360M 1945M 16.2.5 6933c2a0b7dd 7b7e522562c9 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (7m) 1s ago 7m 287M 1945M 16.2.5 6933c2a0b7dd 11b84291a2da 2024-02-15T18:27:22.282 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (7m) 1s ago 7m 208M 1945M 16.2.5 6933c2a0b7dd f5001467a90f 2024-02-15T18:27:22.283 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (7m) 1s ago 7m 324M 1945M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:27:22.283 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (6m) 3s ago 6m 357M 2712M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:27:22.283 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (6m) 3s ago 6m 373M 2712M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:27:22.283 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (6m) 3s ago 6m 304M 2712M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:27:22.283 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (5m) 3s ago 5m 451M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:27:22.283 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (73s) 1s ago 9m 51.1M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:27:22.514 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:27:22.653 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:27:22.654 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:27:22.654 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:27:22.654 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:27:22.654 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-15T18:27:22.654 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10 2024-02-15T18:27:22.654 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:27:22.654 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "6/23 daemons upgraded", 2024-02-15T18:27:22.964 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:27:22.965 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:27:22.965 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:27:23.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:21.666349+0000 mgr.smithi043.oyulcz (mgr.14724) 54 : audit [DBG] from='client.34120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:23.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:21.941966+0000 mgr.smithi043.oyulcz (mgr.14724) 55 : cephadm [INF] Upgrade: Updating osd.0 2024-02-15T18:27:23.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:21.945911+0000 mon.smithi043 (mon.0) 65 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:23.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:21.946601+0000 mon.smithi043 (mon.0) 66 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T18:27:23.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:21.947174+0000 mon.smithi043 (mon.0) 67 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:23.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:21.948282+0000 mgr.smithi043.oyulcz (mgr.14724) 56 : cephadm [INF] Deploying daemon osd.0 on smithi043 2024-02-15T18:27:23.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:21.972072+0000 mgr.smithi043.oyulcz (mgr.14724) 57 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:23.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:22.276575+0000 mgr.smithi043.oyulcz (mgr.14724) 58 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:23.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:22.657081+0000 mon.smithi043 (mon.0) 68 : audit [DBG] from='client.? 172.21.15.43:0/1828344891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:23.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:21.666349+0000 mgr.smithi043.oyulcz (mgr.14724) 54 : audit [DBG] from='client.34120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:23.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:21.941966+0000 mgr.smithi043.oyulcz (mgr.14724) 55 : cephadm [INF] Upgrade: Updating osd.0 2024-02-15T18:27:23.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:21.945911+0000 mon.smithi043 (mon.0) 65 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:23.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:21.946601+0000 mon.smithi043 (mon.0) 66 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T18:27:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:21.947174+0000 mon.smithi043 (mon.0) 67 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:21.948282+0000 mgr.smithi043.oyulcz (mgr.14724) 56 : cephadm [INF] Deploying daemon osd.0 on smithi043 2024-02-15T18:27:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:21.972072+0000 mgr.smithi043.oyulcz (mgr.14724) 57 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:22.276575+0000 mgr.smithi043.oyulcz (mgr.14724) 58 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:23.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:22.657081+0000 mon.smithi043 (mon.0) 68 : audit [DBG] from='client.? 172.21.15.43:0/1828344891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:24.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:22.432891+0000 mgr.smithi043.oyulcz (mgr.14724) 59 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:24.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:22.968364+0000 mgr.smithi043.oyulcz (mgr.14724) 60 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:24.215 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:22.432891+0000 mgr.smithi043.oyulcz (mgr.14724) 59 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:24.215 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:22.968364+0000 mgr.smithi043.oyulcz (mgr.14724) 60 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:25.256 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:25 smithi043 systemd[1]: Stopping Ceph osd.0 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:27:25.658 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.0[44439]: debug 2024-02-15T18:27:25.291+0000 7f081efb7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:27:25.658 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.0[44439]: debug 2024-02-15T18:27:25.291+0000 7f081efb7700 -1 osd.0 69 *** Got signal Terminated *** 2024-02-15T18:27:25.658 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.0[44439]: debug 2024-02-15T18:27:25.291+0000 7f081efb7700 -1 osd.0 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:27:25.948 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:25 smithi043 bash[79931]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.0 2024-02-15T18:27:26.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:24.433611+0000 mgr.smithi043.oyulcz (mgr.14724) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:26.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.572501+0000 mon.smithi043 (mon.0) 69 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:26.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.572552+0000 mon.smithi043 (mon.0) 70 : cluster [INF] osd.0 failed (root=default,host=smithi043) (connection refused reported by osd.1) 2024-02-15T18:27:26.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.572671+0000 mon.smithi043 (mon.0) 71 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.572760+0000 mon.smithi043 (mon.0) 72 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.572847+0000 mon.smithi043 (mon.0) 73 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.572928+0000 mon.smithi043 (mon.0) 74 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.572981+0000 mon.smithi043 (mon.0) 75 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.573091+0000 mon.smithi043 (mon.0) 76 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.573140+0000 mon.smithi043 (mon.0) 77 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.573255+0000 mon.smithi043 (mon.0) 78 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.573303+0000 mon.smithi043 (mon.0) 79 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.573403+0000 mon.smithi043 (mon.0) 80 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.573453+0000 mon.smithi043 (mon.0) 81 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.573560+0000 mon.smithi043 (mon.0) 82 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.573611+0000 mon.smithi043 (mon.0) 83 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.914285+0000 mon.smithi043 (mon.0) 84 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.915945+0000 mon.smithi043 (mon.0) 85 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:26.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.920033+0000 mon.smithi043 (mon.0) 86 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:26.233 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:24.433611+0000 mgr.smithi043.oyulcz (mgr.14724) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:26.233 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.572501+0000 mon.smithi043 (mon.0) 69 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:26.233 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.572552+0000 mon.smithi043 (mon.0) 70 : cluster [INF] osd.0 failed (root=default,host=smithi043) (connection refused reported by osd.1) 2024-02-15T18:27:26.233 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.572671+0000 mon.smithi043 (mon.0) 71 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:26.233 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.572760+0000 mon.smithi043 (mon.0) 72 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:26.233 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.572847+0000 mon.smithi043 (mon.0) 73 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:27:26.233 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.572928+0000 mon.smithi043 (mon.0) 74 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:26.233 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.572981+0000 mon.smithi043 (mon.0) 75 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:27:26.233 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.573091+0000 mon.smithi043 (mon.0) 76 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:26.234 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.573140+0000 mon.smithi043 (mon.0) 77 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:26.234 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.573255+0000 mon.smithi043 (mon.0) 78 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:26.234 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.573303+0000 mon.smithi043 (mon.0) 79 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:27:26.234 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.573403+0000 mon.smithi043 (mon.0) 80 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:26.234 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.573453+0000 mon.smithi043 (mon.0) 81 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:27:26.234 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.573560+0000 mon.smithi043 (mon.0) 82 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:26.234 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.573611+0000 mon.smithi043 (mon.0) 83 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:26.234 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.914285+0000 mon.smithi043 (mon.0) 84 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:26.234 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.915945+0000 mon.smithi043 (mon.0) 85 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:26.234 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.920033+0000 mon.smithi043 (mon.0) 86 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:27.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.973573+0000 mon.smithi043 (mon.0) 87 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:27.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.973737+0000 mon.smithi043 (mon.0) 88 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:27.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.973894+0000 mon.smithi043 (mon.0) 89 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.974038+0000 mon.smithi043 (mon.0) 90 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.974178+0000 mon.smithi043 (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.974331+0000 mon.smithi043 (mon.0) 92 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.974477+0000 mon.smithi043 (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.974615+0000 mon.smithi043 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.974752+0000 mon.smithi043 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.974895+0000 mon.smithi043 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.975030+0000 mon.smithi043 (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.975168+0000 mon.smithi043 (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.975317+0000 mon.smithi043 (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:25.975451+0000 mon.smithi043 (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:26.114645+0000 mon.smithi043 (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:26.116719+0000 mon.smithi043 (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:26.120493+0000 mon.smithi043 (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:26.155246+0000 mon.smithi043 (mon.0) 104 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:27.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:26.156942+0000 mon.smithi043 (mon.0) 105 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:27.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:26.355535+0000 mon.smithi043 (mon.0) 106 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:27.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:26.357811+0000 mon.smithi043 (mon.0) 107 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:27.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:26.463555+0000 mon.smithi043 (mon.0) 108 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:27:27.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:26.467305+0000 mon.smithi043 (mon.0) 109 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-15T18:27:27.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:26.467760+0000 mon.smithi043 (mon.0) 110 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T18:27:27.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:26.468563+0000 mon.smithi043 (mon.0) 111 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:27:27.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.973573+0000 mon.smithi043 (mon.0) 87 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:27.242 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.973737+0000 mon.smithi043 (mon.0) 88 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.973894+0000 mon.smithi043 (mon.0) 89 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.974038+0000 mon.smithi043 (mon.0) 90 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.974178+0000 mon.smithi043 (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.974331+0000 mon.smithi043 (mon.0) 92 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.974477+0000 mon.smithi043 (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.974615+0000 mon.smithi043 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.974752+0000 mon.smithi043 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.974895+0000 mon.smithi043 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.975030+0000 mon.smithi043 (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.975168+0000 mon.smithi043 (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.975317+0000 mon.smithi043 (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:25.975451+0000 mon.smithi043 (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:26.114645+0000 mon.smithi043 (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:26.116719+0000 mon.smithi043 (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:26.120493+0000 mon.smithi043 (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:27:27.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:26.155246+0000 mon.smithi043 (mon.0) 104 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:27.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:26.156942+0000 mon.smithi043 (mon.0) 105 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:27.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:26.355535+0000 mon.smithi043 (mon.0) 106 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:27:27.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:26.357811+0000 mon.smithi043 (mon.0) 107 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:27:27.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:26.463555+0000 mon.smithi043 (mon.0) 108 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:27:27.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:26.467305+0000 mon.smithi043 (mon.0) 109 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-15T18:27:27.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:26.467760+0000 mon.smithi043 (mon.0) 110 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T18:27:27.244 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:26.468563+0000 mon.smithi043 (mon.0) 111 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:27:27.558 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:28.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:26.433927+0000 mgr.smithi043.oyulcz (mgr.14724) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:28.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:27.468071+0000 mon.smithi043 (mon.0) 112 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:27:28.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:27.468271+0000 mon.smithi043 (mon.0) 113 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-02-15T18:27:28.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:26.433927+0000 mgr.smithi043.oyulcz (mgr.14724) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:28.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:27.468071+0000 mon.smithi043 (mon.0) 112 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:27:28.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:27.468271+0000 mon.smithi043 (mon.0) 113 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-02-15T18:27:28.256 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:28 smithi043 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.0.service: Succeeded. 2024-02-15T18:27:28.256 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:28 smithi043 systemd[1]: Stopped Ceph osd.0 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:27:28.256 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:28 smithi043 systemd[1]: Starting Ceph osd.0 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:27:29.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:28.959567+0000 mon.smithi043 (mon.0) 114 : cluster [WRN] Health check failed: Degraded data redundancy: 188/1530 objects degraded (12.288%), 29 pgs degraded (PG_DEGRADED) 2024-02-15T18:27:29.465 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:28.959567+0000 mon.smithi043 (mon.0) 114 : cluster [WRN] Health check failed: Degraded data redundancy: 188/1530 objects degraded (12.288%), 29 pgs degraded (PG_DEGRADED) 2024-02-15T18:27:29.465 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:29 smithi043 bash[80246]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:27:29.465 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:29 smithi043 bash[80246]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-15T18:27:29.465 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:29 smithi043 bash[80246]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-02-15T18:27:29.465 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:29 smithi043 bash[80246]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-15T18:27:29.465 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:29 smithi043 bash[80246]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-15T18:27:29.465 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:29 smithi043 bash[80246]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-15T18:27:29.466 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:29 smithi043 bash[80246]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-15T18:27:29.466 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:29 smithi043 bash[80246]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-15T18:27:30.371 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:28.434772+0000 mgr.smithi043.oyulcz (mgr.14724) 63 : cluster [DBG] pgmap v38: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 188/1530 objects degraded (12.288%) 2024-02-15T18:27:30.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:28.434772+0000 mgr.smithi043.oyulcz (mgr.14724) 63 : cluster [DBG] pgmap v38: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 188/1530 objects degraded (12.288%) 2024-02-15T18:27:30.755 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-0[80504]: debug 2024-02-15T18:27:30.375+0000 7f4e94e3d700 1 -- 172.21.15.43:0/1295629473 <== mon.0 v2:172.21.15.43:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562a45d50680 con 0x562a45d17400 2024-02-15T18:27:30.755 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:30 smithi043 bash[80489]: 2a2e85324782d3a6a364cb5059a1f5186e578feb601c5eba8991a2f8948068f3 2024-02-15T18:27:30.755 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:30 smithi043 systemd[1]: Started Ceph osd.0 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:27:31.171 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-0[80504]: debug 2024-02-15T18:27:30.893+0000 7f4e9c8cb380 -1 Falling back to public interface 2024-02-15T18:27:31.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:30.435251+0000 mgr.smithi043.oyulcz (mgr.14724) 64 : cluster [DBG] pgmap v39: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 188/1530 objects degraded (12.288%) 2024-02-15T18:27:31.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:30.505122+0000 mon.smithi043 (mon.0) 115 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:31.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:30.505904+0000 mon.smithi043 (mon.0) 116 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:31.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:30.435251+0000 mgr.smithi043.oyulcz (mgr.14724) 64 : cluster [DBG] pgmap v39: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 188/1530 objects degraded (12.288%) 2024-02-15T18:27:31.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:30.505122+0000 mon.smithi043 (mon.0) 115 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:31.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:30.505904+0000 mon.smithi043 (mon.0) 116 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:32.595 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:33.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:32.435723+0000 mgr.smithi043.oyulcz (mgr.14724) 65 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 188/1530 objects degraded (12.288%) 2024-02-15T18:27:33.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:32.435723+0000 mgr.smithi043.oyulcz (mgr.14724) 65 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 188/1530 objects degraded (12.288%) 2024-02-15T18:27:35.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:34.436416+0000 mgr.smithi043.oyulcz (mgr.14724) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 188/1530 objects degraded (12.288%) 2024-02-15T18:27:35.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:35.426371+0000 mon.smithi043 (mon.0) 117 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/2270891530,v1:172.21.15.43:6803/2270891530]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T18:27:35.755 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-0[80504]: debug 2024-02-15T18:27:35.422+0000 7f4e9c8cb380 -1 osd.0 69 log_to_monitors {default=true} 2024-02-15T18:27:35.756 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:27:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-0[80504]: debug 2024-02-15T18:27:35.520+0000 7f4e8b5ad700 -1 osd.0 69 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:27:35.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:34.436416+0000 mgr.smithi043.oyulcz (mgr.14724) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 188/1530 objects degraded (12.288%) 2024-02-15T18:27:35.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:35.426371+0000 mon.smithi043 (mon.0) 117 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/2270891530,v1:172.21.15.43:6803/2270891530]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T18:27:36.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:35.513145+0000 mon.smithi043 (mon.0) 118 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/2270891530,v1:172.21.15.43:6803/2270891530]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T18:27:36.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:35.513229+0000 mon.smithi043 (mon.0) 119 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-02-15T18:27:36.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:35.514561+0000 mon.smithi043 (mon.0) 120 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/2270891530,v1:172.21.15.43:6803/2270891530]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:27:37.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:35.513145+0000 mon.smithi043 (mon.0) 118 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/2270891530,v1:172.21.15.43:6803/2270891530]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T18:27:37.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:35.513229+0000 mon.smithi043 (mon.0) 119 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-02-15T18:27:37.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:35.514561+0000 mon.smithi043 (mon.0) 120 : audit [INF] from='osd.0 [v2:172.21.15.43:6802/2270891530,v1:172.21.15.43:6803/2270891530]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:27:37.659 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:37.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:36.436975+0000 mgr.smithi043.oyulcz (mgr.14724) 67 : cluster [DBG] pgmap v43: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 188/1530 objects degraded (12.288%) 2024-02-15T18:27:37.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:36.516313+0000 mon.smithi043 (mon.0) 121 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:27:37.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:36.524969+0000 mon.smithi043 (mon.0) 122 : cluster [INF] osd.0 [v2:172.21.15.43:6802/2270891530,v1:172.21.15.43:6803/2270891530] boot 2024-02-15T18:27:37.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:36.525037+0000 mon.smithi043 (mon.0) 123 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-15T18:27:37.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:36.525419+0000 mon.smithi043 (mon.0) 124 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:27:37.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.058738+0000 mon.smithi043 (mon.0) 125 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:37.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.345033+0000 mon.smithi043 (mon.0) 126 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:37.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.345763+0000 mon.smithi043 (mon.0) 127 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:27:37.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.349791+0000 mon.smithi043 (mon.0) 128 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:37.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.354576+0000 mon.smithi043 (mon.0) 129 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:37.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.357346+0000 mon.smithi043 (mon.0) 130 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:37.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.359211+0000 mon.smithi043 (mon.0) 131 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:37.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.360277+0000 mon.smithi043 (mon.0) 132 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:37.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.361274+0000 mon.smithi043 (mon.0) 133 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:37.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.362284+0000 mon.smithi043 (mon.0) 134 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:27:37.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.362399+0000 mgr.smithi043.oyulcz (mgr.14724) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:27:37.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:37.362984+0000 mgr.smithi043.oyulcz (mgr.14724) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-15T18:27:37.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:36.436975+0000 mgr.smithi043.oyulcz (mgr.14724) 67 : cluster [DBG] pgmap v43: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 188/1530 objects degraded (12.288%) 2024-02-15T18:27:37.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:36.516313+0000 mon.smithi043 (mon.0) 121 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:27:37.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:36.524969+0000 mon.smithi043 (mon.0) 122 : cluster [INF] osd.0 [v2:172.21.15.43:6802/2270891530,v1:172.21.15.43:6803/2270891530] boot 2024-02-15T18:27:37.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:36.525037+0000 mon.smithi043 (mon.0) 123 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-15T18:27:37.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:36.525419+0000 mon.smithi043 (mon.0) 124 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.058738+0000 mon.smithi043 (mon.0) 125 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.345033+0000 mon.smithi043 (mon.0) 126 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.345763+0000 mon.smithi043 (mon.0) 127 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.349791+0000 mon.smithi043 (mon.0) 128 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.354576+0000 mon.smithi043 (mon.0) 129 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.357346+0000 mon.smithi043 (mon.0) 130 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.359211+0000 mon.smithi043 (mon.0) 131 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.360277+0000 mon.smithi043 (mon.0) 132 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.361274+0000 mon.smithi043 (mon.0) 133 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.362284+0000 mon.smithi043 (mon.0) 134 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.362399+0000 mgr.smithi043.oyulcz (mgr.14724) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:27:37.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:37.362984+0000 mgr.smithi043.oyulcz (mgr.14724) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-15T18:27:38.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:37.531298+0000 mon.smithi043 (mon.0) 135 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-02-15T18:27:38.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:37.605224+0000 mon.smithi043 (mon.0) 136 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:39.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:37.531298+0000 mon.smithi043 (mon.0) 135 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-02-15T18:27:39.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:37.605224+0000 mon.smithi043 (mon.0) 136 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:39.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:38.437838+0000 mgr.smithi043.oyulcz (mgr.14724) 70 : cluster [DBG] pgmap v46: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 77/1530 objects degraded (5.033%) 2024-02-15T18:27:39.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:38.602815+0000 mon.smithi043 (mon.0) 137 : cluster [WRN] Health check update: Degraded data redundancy: 77/1530 objects degraded (5.033%), 9 pgs degraded (PG_DEGRADED) 2024-02-15T18:27:40.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:38.437838+0000 mgr.smithi043.oyulcz (mgr.14724) 70 : cluster [DBG] pgmap v46: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 77/1530 objects degraded (5.033%) 2024-02-15T18:27:40.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:38.602815+0000 mon.smithi043 (mon.0) 137 : cluster [WRN] Health check update: Degraded data redundancy: 77/1530 objects degraded (5.033%), 9 pgs degraded (PG_DEGRADED) 2024-02-15T18:27:41.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:40.438458+0000 mgr.smithi043.oyulcz (mgr.14724) 71 : cluster [DBG] pgmap v47: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 77/1530 objects degraded (5.033%) 2024-02-15T18:27:42.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:40.438458+0000 mgr.smithi043.oyulcz (mgr.14724) 71 : cluster [DBG] pgmap v47: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 77/1530 objects degraded (5.033%) 2024-02-15T18:27:42.711 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:42.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:42.536006+0000 mon.smithi043 (mon.0) 138 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/1530 objects degraded (5.033%), 9 pgs degraded) 2024-02-15T18:27:42.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:42.536039+0000 mon.smithi043 (mon.0) 139 : cluster [INF] Cluster is now healthy 2024-02-15T18:27:43.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:42.536006+0000 mon.smithi043 (mon.0) 138 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/1530 objects degraded (5.033%), 9 pgs degraded) 2024-02-15T18:27:43.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:42.536039+0000 mon.smithi043 (mon.0) 139 : cluster [INF] Cluster is now healthy 2024-02-15T18:27:43.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:42.438899+0000 mgr.smithi043.oyulcz (mgr.14724) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 147 B/s rd, 147 B/s wr, 0 op/s 2024-02-15T18:27:43.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:42.438899+0000 mgr.smithi043.oyulcz (mgr.14724) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 147 B/s rd, 147 B/s wr, 0 op/s 2024-02-15T18:27:45.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:44.439611+0000 mgr.smithi043.oyulcz (mgr.14724) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:46.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:44.439611+0000 mgr.smithi043.oyulcz (mgr.14724) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:27:47.746 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:47.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:46.440052+0000 mgr.smithi043.oyulcz (mgr.14724) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-02-15T18:27:48.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:46.440052+0000 mgr.smithi043.oyulcz (mgr.14724) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-02-15T18:27:48.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:47.653403+0000 mon.smithi043 (mon.0) 140 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:49.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:47.653403+0000 mon.smithi043 (mon.0) 140 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:49.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:48.440707+0000 mgr.smithi043.oyulcz (mgr.14724) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 281 B/s rd, 281 B/s wr, 0 op/s 2024-02-15T18:27:50.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:48.440707+0000 mgr.smithi043.oyulcz (mgr.14724) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 281 B/s rd, 281 B/s wr, 0 op/s 2024-02-15T18:27:51.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:50.441265+0000 mgr.smithi043.oyulcz (mgr.14724) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:52.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:50.441265+0000 mgr.smithi043.oyulcz (mgr.14724) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:52.796 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:52.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:52.377999+0000 mon.smithi043 (mon.0) 141 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:27:52.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:52.603300+0000 mon.smithi043 (mon.0) 142 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:53.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:52.377999+0000 mon.smithi043 (mon.0) 141 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:27:53.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:52.603300+0000 mon.smithi043 (mon.0) 142 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:53.306 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:27:53.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:52.378244+0000 mgr.smithi043.oyulcz (mgr.14724) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:27:53.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:52.379426+0000 mgr.smithi043.oyulcz (mgr.14724) 78 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-15T18:27:53.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:52.441687+0000 mgr.smithi043.oyulcz (mgr.14724) 79 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:53.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:53.297902+0000 mgr.smithi043.oyulcz (mgr.14724) 80 : audit [DBG] from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (8m) 16s ago 10m 21.7M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (45s) 16s ago 10m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (40s) 35s ago 9m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (8m) 16s ago 10m 32.0M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (4m) 16s ago 4m 13.7M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (4m) 35s ago 4m 40.5M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (99s) 16s ago 11m 431M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (78s) 35s ago 9m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (68s) 16s ago 12m 40.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (55s) 35s ago 9m 30.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:27:53.924 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (2m) 16s ago 2m 76.7M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (2m) 35s ago 2m 49.5M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (10m) 16s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (9m) 35s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (23s) 16s ago 8m 12.7M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (8m) 16s ago 8m 287M 1945M 16.2.5 6933c2a0b7dd 11b84291a2da 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (8m) 16s ago 7m 208M 1945M 16.2.5 6933c2a0b7dd f5001467a90f 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (7m) 16s ago 7m 324M 1945M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (7m) 35s ago 7m 357M 2712M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (6m) 35s ago 6m 373M 2712M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (6m) 35s ago 6m 304M 2712M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (6m) 35s ago 6m 451M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:27:53.925 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (104s) 16s ago 9m 51.2M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:27:53.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:52.378244+0000 mgr.smithi043.oyulcz (mgr.14724) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:27:53.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:52.379426+0000 mgr.smithi043.oyulcz (mgr.14724) 78 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-15T18:27:53.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:52.441687+0000 mgr.smithi043.oyulcz (mgr.14724) 79 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:27:53.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:53.297902+0000 mgr.smithi043.oyulcz (mgr.14724) 80 : audit [DBG] from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:54.283 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:27:54.283 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:27:54.283 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:27:54.283 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:27:54.283 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:27:54.283 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:27:54.284 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:27:54.606 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:27:54.606 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:27:54.606 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:27:54.606 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:27:54.606 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:27:54.606 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:27:54.606 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:27:54.607 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:27:54.607 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:27:54.607 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "7/23 daemons upgraded", 2024-02-15T18:27:54.607 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:27:54.607 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:27:54.607 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:27:54.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:53.611917+0000 mgr.smithi043.oyulcz (mgr.14724) 81 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:54.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:53.674215+0000 mon.smithi043 (mon.0) 143 : cluster [DBG] mgrmap e35: smithi043.oyulcz(active, since 92s), standbys: smithi164.shzocc 2024-02-15T18:27:54.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:53.919509+0000 mgr.smithi043.oyulcz (mgr.14724) 82 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:54.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:54.177214+0000 mgr.smithi043.oyulcz (mgr.14724) 83 : cephadm [INF] Upgrade: Updating osd.1 2024-02-15T18:27:54.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:54.182759+0000 mon.smithi043 (mon.0) 144 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:54.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:54.183439+0000 mon.smithi043 (mon.0) 145 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T18:27:54.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:54.183965+0000 mon.smithi043 (mon.0) 146 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:54.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:27:54.185018+0000 mgr.smithi043.oyulcz (mgr.14724) 84 : cephadm [INF] Deploying daemon osd.1 on smithi043 2024-02-15T18:27:54.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:54 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:54.288366+0000 mon.smithi043 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.43:0/1835838980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:55.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:53.611917+0000 mgr.smithi043.oyulcz (mgr.14724) 81 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:55.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:53.674215+0000 mon.smithi043 (mon.0) 143 : cluster [DBG] mgrmap e35: smithi043.oyulcz(active, since 92s), standbys: smithi164.shzocc 2024-02-15T18:27:55.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:53.919509+0000 mgr.smithi043.oyulcz (mgr.14724) 82 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:55.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:54.177214+0000 mgr.smithi043.oyulcz (mgr.14724) 83 : cephadm [INF] Upgrade: Updating osd.1 2024-02-15T18:27:55.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:54.182759+0000 mon.smithi043 (mon.0) 144 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:27:55.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:54.183439+0000 mon.smithi043 (mon.0) 145 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T18:27:55.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:54.183965+0000 mon.smithi043 (mon.0) 146 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:27:55.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:27:54.185018+0000 mgr.smithi043.oyulcz (mgr.14724) 84 : cephadm [INF] Deploying daemon osd.1 on smithi043 2024-02-15T18:27:55.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:54 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:54.288366+0000 mon.smithi043 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.43:0/1835838980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:27:56.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:54.442248+0000 mgr.smithi043.oyulcz (mgr.14724) 85 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T18:27:56.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:27:54.611242+0000 mgr.smithi043.oyulcz (mgr.14724) 86 : audit [DBG] from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:56.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:54.442248+0000 mgr.smithi043.oyulcz (mgr.14724) 85 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T18:27:56.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:27:54.611242+0000 mgr.smithi043.oyulcz (mgr.14724) 86 : audit [DBG] from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:27:57.255 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:27:57 smithi043 systemd[1]: Stopping Ceph osd.1 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:27:57.624 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:27:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.1[47736]: debug 2024-02-15T18:27:57.273+0000 7fce0282d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:27:57.624 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:27:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.1[47736]: debug 2024-02-15T18:27:57.273+0000 7fce0282d700 -1 osd.1 74 *** Got signal Terminated *** 2024-02-15T18:27:57.624 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:27:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.1[47736]: debug 2024-02-15T18:27:57.273+0000 7fce0282d700 -1 osd.1 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:27:57.832 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:27:57.932 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:27:57 smithi043 bash[82403]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.1 2024-02-15T18:27:58.193 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:27:57 smithi043 bash[82475]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.1 2024-02-15T18:27:58.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:56.442764+0000 mgr.smithi043.oyulcz (mgr.14724) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:27:58.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.540620+0000 mon.smithi043 (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.540662+0000 mon.smithi043 (mon.0) 149 : cluster [INF] osd.1 failed (root=default,host=smithi043) (connection refused reported by osd.3) 2024-02-15T18:27:58.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.540899+0000 mon.smithi043 (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.541045+0000 mon.smithi043 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:27:58.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.541193+0000 mon.smithi043 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.541346+0000 mon.smithi043 (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.541485+0000 mon.smithi043 (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.541624+0000 mon.smithi043 (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.541720+0000 mon.smithi043 (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.541775+0000 mon.smithi043 (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.541879+0000 mon.smithi043 (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.541929+0000 mon.smithi043 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.542034+0000 mon.smithi043 (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.542122+0000 mon.smithi043 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.542170+0000 mon.smithi043 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.917200+0000 mon.smithi043 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.917387+0000 mon.smithi043 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.918447+0000 mon.smithi043 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.457 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.918616+0000 mon.smithi043 (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.941619+0000 mon.smithi043 (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.941679+0000 mon.smithi043 (mon.0) 168 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.941844+0000 mon.smithi043 (mon.0) 169 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.941942+0000 mon.smithi043 (mon.0) 170 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.942020+0000 mon.smithi043 (mon.0) 171 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.942092+0000 mon.smithi043 (mon.0) 172 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.942169+0000 mon.smithi043 (mon.0) 173 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.942264+0000 mon.smithi043 (mon.0) 174 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.942347+0000 mon.smithi043 (mon.0) 175 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.942434+0000 mon.smithi043 (mon.0) 176 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.942503+0000 mon.smithi043 (mon.0) 177 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.942571+0000 mon.smithi043 (mon.0) 178 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.942642+0000 mon.smithi043 (mon.0) 179 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:57.942715+0000 mon.smithi043 (mon.0) 180 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.458 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:58.117957+0000 mon.smithi043 (mon.0) 181 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:58.118014+0000 mon.smithi043 (mon.0) 182 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:58.119496+0000 mon.smithi043 (mon.0) 183 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.459 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:58.119602+0000 mon.smithi043 (mon.0) 184 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:56.442764+0000 mgr.smithi043.oyulcz (mgr.14724) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:27:58.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.540620+0000 mon.smithi043 (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.540662+0000 mon.smithi043 (mon.0) 149 : cluster [INF] osd.1 failed (root=default,host=smithi043) (connection refused reported by osd.3) 2024-02-15T18:27:58.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.540899+0000 mon.smithi043 (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.541045+0000 mon.smithi043 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:27:58.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.541193+0000 mon.smithi043 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:27:58.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.541346+0000 mon.smithi043 (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.541485+0000 mon.smithi043 (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.541624+0000 mon.smithi043 (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.541720+0000 mon.smithi043 (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.541775+0000 mon.smithi043 (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.541879+0000 mon.smithi043 (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.541929+0000 mon.smithi043 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.542034+0000 mon.smithi043 (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.542122+0000 mon.smithi043 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.542170+0000 mon.smithi043 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.917200+0000 mon.smithi043 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.917387+0000 mon.smithi043 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.918447+0000 mon.smithi043 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.918616+0000 mon.smithi043 (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.941619+0000 mon.smithi043 (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.941679+0000 mon.smithi043 (mon.0) 168 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:58.506 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.941844+0000 mon.smithi043 (mon.0) 169 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.941942+0000 mon.smithi043 (mon.0) 170 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.942020+0000 mon.smithi043 (mon.0) 171 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.942092+0000 mon.smithi043 (mon.0) 172 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.942169+0000 mon.smithi043 (mon.0) 173 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.942264+0000 mon.smithi043 (mon.0) 174 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.942347+0000 mon.smithi043 (mon.0) 175 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.942434+0000 mon.smithi043 (mon.0) 176 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.942503+0000 mon.smithi043 (mon.0) 177 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.942571+0000 mon.smithi043 (mon.0) 178 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.942642+0000 mon.smithi043 (mon.0) 179 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:57.942715+0000 mon.smithi043 (mon.0) 180 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:58.117957+0000 mon.smithi043 (mon.0) 181 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:58.118014+0000 mon.smithi043 (mon.0) 182 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:27:58.507 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:58.119496+0000 mon.smithi043 (mon.0) 183 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:27:58.508 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:58.119602+0000 mon.smithi043 (mon.0) 184 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:27:59.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:58.183552+0000 mon.smithi043 (mon.0) 185 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:27:59.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:58.186905+0000 mon.smithi043 (mon.0) 186 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-15T18:27:59.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:27:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:59.189386+0000 mon.smithi043 (mon.0) 187 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-02-15T18:27:59.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:58.183552+0000 mon.smithi043 (mon.0) 185 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:27:59.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:58.186905+0000 mon.smithi043 (mon.0) 186 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-15T18:27:59.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:27:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:59.189386+0000 mon.smithi043 (mon.0) 187 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-02-15T18:28:00.202 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:00 smithi043 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.1.service: Succeeded. 2024-02-15T18:28:00.202 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:00 smithi043 systemd[1]: Stopped Ceph osd.1 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:28:00.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:58.443437+0000 mgr.smithi043.oyulcz (mgr.14724) 88 : cluster [DBG] pgmap v57: 129 pgs: 48 peering, 1 stale+active+clean, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-15T18:28:00.456 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:27:59.196073+0000 mon.smithi043 (mon.0) 188 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-02-15T18:28:00.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:58.443437+0000 mgr.smithi043.oyulcz (mgr.14724) 88 : cluster [DBG] pgmap v57: 129 pgs: 48 peering, 1 stale+active+clean, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-15T18:28:00.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:27:59.196073+0000 mon.smithi043 (mon.0) 188 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-02-15T18:28:00.505 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:00 smithi043 systemd[1]: Starting Ceph osd.1 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:28:01.481 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:01 smithi043 bash[82738]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:28:01.482 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:01 smithi043 bash[82738]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-15T18:28:01.482 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:01 smithi043 bash[82738]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-02-15T18:28:01.482 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:01 smithi043 bash[82738]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-15T18:28:01.482 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:01 smithi043 bash[82738]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-15T18:28:01.482 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:01 smithi043 bash[82738]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-15T18:28:01.482 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:01 smithi043 bash[82738]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-15T18:28:01.482 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:01 smithi043 bash[82738]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-15T18:28:02.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:00.443926+0000 mgr.smithi043.oyulcz (mgr.14724) 89 : cluster [DBG] pgmap v59: 129 pgs: 48 peering, 1 stale+active+clean, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 639 B/s wr, 0 op/s 2024-02-15T18:28:02.460 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:00.443926+0000 mgr.smithi043.oyulcz (mgr.14724) 89 : cluster [DBG] pgmap v59: 129 pgs: 48 peering, 1 stale+active+clean, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 639 B/s wr, 0 op/s 2024-02-15T18:28:02.461 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-1[83021]: debug 2024-02-15T18:28:02.358+0000 7f68aefb4700 1 -- 172.21.15.43:0/3401352360 <== mon.0 v2:172.21.15.43:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5639981da680 con 0x5639981a1000 2024-02-15T18:28:02.754 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:02 smithi043 bash[83007]: 197871bc85ac57cf8d3f768a37dd44eba08a0ef6230b8a98ac3455df6af3cc11 2024-02-15T18:28:02.755 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:02 smithi043 systemd[1]: Started Ceph osd.1 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:28:02.874 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:03.212 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-1[83021]: debug 2024-02-15T18:28:02.876+0000 7f68b6a42380 -1 Falling back to public interface 2024-02-15T18:28:03.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:02.444427+0000 mgr.smithi043.oyulcz (mgr.14724) 90 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 48 peering, 2 active+undersized, 76 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 13/1530 objects degraded (0.850%) 2024-02-15T18:28:03.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:02.515102+0000 mon.smithi043 (mon.0) 189 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:03.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:02.515939+0000 mon.smithi043 (mon.0) 190 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:28:03.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:03.208971+0000 mon.smithi043 (mon.0) 191 : cluster [WRN] Health check failed: Degraded data redundancy: 13/1530 objects degraded (0.850%), 3 pgs degraded (PG_DEGRADED) 2024-02-15T18:28:03.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:02.444427+0000 mgr.smithi043.oyulcz (mgr.14724) 90 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 48 peering, 2 active+undersized, 76 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 13/1530 objects degraded (0.850%) 2024-02-15T18:28:03.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:02.515102+0000 mon.smithi043 (mon.0) 189 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:03.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:02.515939+0000 mon.smithi043 (mon.0) 190 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:28:03.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:03.208971+0000 mon.smithi043 (mon.0) 191 : cluster [WRN] Health check failed: Degraded data redundancy: 13/1530 objects degraded (0.850%), 3 pgs degraded (PG_DEGRADED) 2024-02-15T18:28:04.944 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:04.515305+0000 mon.smithi043 (mon.0) 192 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 13 pgs peering) 2024-02-15T18:28:04.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:04.515305+0000 mon.smithi043 (mon.0) 192 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 13 pgs peering) 2024-02-15T18:28:05.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:04.445256+0000 mgr.smithi043.oyulcz (mgr.14724) 91 : cluster [DBG] pgmap v61: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 175/1530 objects degraded (11.438%) 2024-02-15T18:28:06.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:04.445256+0000 mgr.smithi043.oyulcz (mgr.14724) 91 : cluster [DBG] pgmap v61: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 175/1530 objects degraded (11.438%) 2024-02-15T18:28:06.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:06.564529+0000 mon.smithi043 (mon.0) 193 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/3408914251,v1:172.21.15.43:6811/3408914251]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T18:28:07.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:06.564529+0000 mon.smithi043 (mon.0) 193 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/3408914251,v1:172.21.15.43:6811/3408914251]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T18:28:07.005 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-1[83021]: debug 2024-02-15T18:28:06.560+0000 7f68b6a42380 -1 osd.1 74 log_to_monitors {default=true} 2024-02-15T18:28:07.005 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:28:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-1[83021]: debug 2024-02-15T18:28:06.581+0000 7f68a5724700 -1 osd.1 74 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:28:07.913 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:07.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:06.445752+0000 mgr.smithi043.oyulcz (mgr.14724) 92 : cluster [DBG] pgmap v62: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 247 B/s wr, 0 op/s; 175/1530 objects degraded (11.438%) 2024-02-15T18:28:07.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:06.574713+0000 mon.smithi043 (mon.0) 194 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/3408914251,v1:172.21.15.43:6811/3408914251]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T18:28:07.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:06.574758+0000 mon.smithi043 (mon.0) 195 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-02-15T18:28:07.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:06.575138+0000 mon.smithi043 (mon.0) 196 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/3408914251,v1:172.21.15.43:6811/3408914251]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:28:08.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:06.445752+0000 mgr.smithi043.oyulcz (mgr.14724) 92 : cluster [DBG] pgmap v62: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 247 B/s wr, 0 op/s; 175/1530 objects degraded (11.438%) 2024-02-15T18:28:08.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:06.574713+0000 mon.smithi043 (mon.0) 194 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/3408914251,v1:172.21.15.43:6811/3408914251]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T18:28:08.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:06.574758+0000 mon.smithi043 (mon.0) 195 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-02-15T18:28:08.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:06.575138+0000 mon.smithi043 (mon.0) 196 : audit [INF] from='osd.1 [v2:172.21.15.43:6810/3408914251,v1:172.21.15.43:6811/3408914251]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:28:08.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:07.573336+0000 mon.smithi043 (mon.0) 197 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:28:08.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:07.577276+0000 mon.smithi043 (mon.0) 198 : cluster [INF] osd.1 [v2:172.21.15.43:6810/3408914251,v1:172.21.15.43:6811/3408914251] boot 2024-02-15T18:28:08.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:07.577336+0000 mon.smithi043 (mon.0) 199 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-02-15T18:28:08.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:07.580808+0000 mon.smithi043 (mon.0) 200 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:28:08.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:07.602963+0000 mon.smithi043 (mon.0) 201 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:07.573336+0000 mon.smithi043 (mon.0) 197 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:28:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:07.577276+0000 mon.smithi043 (mon.0) 198 : cluster [INF] osd.1 [v2:172.21.15.43:6810/3408914251,v1:172.21.15.43:6811/3408914251] boot 2024-02-15T18:28:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:07.577336+0000 mon.smithi043 (mon.0) 199 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-02-15T18:28:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:07.580808+0000 mon.smithi043 (mon.0) 200 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:28:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:07.602963+0000 mon.smithi043 (mon.0) 201 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:09.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:08.446410+0000 mgr.smithi043.oyulcz (mgr.14724) 93 : cluster [DBG] pgmap v65: 129 pgs: 32 peering, 12 active+undersized+degraded, 9 active+undersized, 76 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 82/1530 objects degraded (5.359%) 2024-02-15T18:28:09.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:08.588718+0000 mon.smithi043 (mon.0) 202 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-02-15T18:28:09.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:08.601517+0000 mon.smithi043 (mon.0) 203 : cluster [WRN] Health check update: Degraded data redundancy: 82/1530 objects degraded (5.359%), 12 pgs degraded (PG_DEGRADED) 2024-02-15T18:28:09.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.915927+0000 mon.smithi043 (mon.0) 204 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:09.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.916740+0000 mon.smithi043 (mon.0) 205 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:28:09.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.917382+0000 mon.smithi043 (mon.0) 206 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:28:09.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.920773+0000 mon.smithi043 (mon.0) 207 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:09.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.925487+0000 mon.smithi043 (mon.0) 208 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:09.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.928853+0000 mon.smithi043 (mon.0) 209 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:28:09.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.931126+0000 mon.smithi043 (mon.0) 210 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:09.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.932432+0000 mon.smithi043 (mon.0) 211 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:09.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.933505+0000 mon.smithi043 (mon.0) 212 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:09.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.934604+0000 mon.smithi043 (mon.0) 213 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:28:09.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:08.934732+0000 mgr.smithi043.oyulcz (mgr.14724) 94 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:28:09.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:28:08.935332+0000 mgr.smithi043.oyulcz (mgr.14724) 95 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-15T18:28:10.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:08.446410+0000 mgr.smithi043.oyulcz (mgr.14724) 93 : cluster [DBG] pgmap v65: 129 pgs: 32 peering, 12 active+undersized+degraded, 9 active+undersized, 76 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 82/1530 objects degraded (5.359%) 2024-02-15T18:28:10.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:08.588718+0000 mon.smithi043 (mon.0) 202 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-02-15T18:28:10.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:08.601517+0000 mon.smithi043 (mon.0) 203 : cluster [WRN] Health check update: Degraded data redundancy: 82/1530 objects degraded (5.359%), 12 pgs degraded (PG_DEGRADED) 2024-02-15T18:28:10.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.915927+0000 mon.smithi043 (mon.0) 204 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:10.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.916740+0000 mon.smithi043 (mon.0) 205 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:28:10.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.917382+0000 mon.smithi043 (mon.0) 206 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:28:10.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.920773+0000 mon.smithi043 (mon.0) 207 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:10.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.925487+0000 mon.smithi043 (mon.0) 208 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:10.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.928853+0000 mon.smithi043 (mon.0) 209 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:28:10.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.931126+0000 mon.smithi043 (mon.0) 210 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:10.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.932432+0000 mon.smithi043 (mon.0) 211 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:10.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.933505+0000 mon.smithi043 (mon.0) 212 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:10.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.934604+0000 mon.smithi043 (mon.0) 213 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:28:10.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:08.934732+0000 mgr.smithi043.oyulcz (mgr.14724) 94 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:28:10.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:28:08.935332+0000 mgr.smithi043.oyulcz (mgr.14724) 95 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-15T18:28:11.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:10.446937+0000 mgr.smithi043.oyulcz (mgr.14724) 96 : cluster [DBG] pgmap v67: 129 pgs: 32 peering, 12 active+undersized+degraded, 9 active+undersized, 76 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 82/1530 objects degraded (5.359%) 2024-02-15T18:28:12.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:10.446937+0000 mgr.smithi043.oyulcz (mgr.14724) 96 : cluster [DBG] pgmap v67: 129 pgs: 32 peering, 12 active+undersized+degraded, 9 active+undersized, 76 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 82/1530 objects degraded (5.359%) 2024-02-15T18:28:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:12.592251+0000 mon.smithi043 (mon.0) 214 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 82/1530 objects degraded (5.359%), 12 pgs degraded) 2024-02-15T18:28:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:12.592280+0000 mon.smithi043 (mon.0) 215 : cluster [INF] Cluster is now healthy 2024-02-15T18:28:12.961 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:12.592251+0000 mon.smithi043 (mon.0) 214 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 82/1530 objects degraded (5.359%), 12 pgs degraded) 2024-02-15T18:28:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:12.592280+0000 mon.smithi043 (mon.0) 215 : cluster [INF] Cluster is now healthy 2024-02-15T18:28:13.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:12.447496+0000 mgr.smithi043.oyulcz (mgr.14724) 97 : cluster [DBG] pgmap v68: 129 pgs: 32 peering, 97 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:28:13.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:12.447496+0000 mgr.smithi043.oyulcz (mgr.14724) 97 : cluster [DBG] pgmap v68: 129 pgs: 32 peering, 97 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:28:15.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:14.448330+0000 mgr.smithi043.oyulcz (mgr.14724) 98 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 260 B/s rd, 260 B/s wr, 0 op/s 2024-02-15T18:28:16.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:14.448330+0000 mgr.smithi043.oyulcz (mgr.14724) 98 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 260 B/s rd, 260 B/s wr, 0 op/s 2024-02-15T18:28:17.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:16.448824+0000 mgr.smithi043.oyulcz (mgr.14724) 99 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-02-15T18:28:18.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:16.448824+0000 mgr.smithi043.oyulcz (mgr.14724) 99 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-02-15T18:28:18.007 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:19.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:18.449403+0000 mgr.smithi043.oyulcz (mgr.14724) 100 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:28:20.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:18.449403+0000 mgr.smithi043.oyulcz (mgr.14724) 100 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:28:21.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:20.449778+0000 mgr.smithi043.oyulcz (mgr.14724) 101 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s 2024-02-15T18:28:22.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:20.449778+0000 mgr.smithi043.oyulcz (mgr.14724) 101 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s 2024-02-15T18:28:23.058 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:23.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:22.450478+0000 mgr.smithi043.oyulcz (mgr.14724) 102 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:28:23.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:22.604393+0000 mon.smithi043 (mon.0) 216 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:23.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:22.674033+0000 mon.smithi043 (mon.0) 217 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:23.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:22.450478+0000 mgr.smithi043.oyulcz (mgr.14724) 102 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:28:23.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:22.604393+0000 mon.smithi043 (mon.0) 216 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:23.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:22.674033+0000 mon.smithi043 (mon.0) 217 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:24.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:23.936904+0000 mon.smithi043 (mon.0) 218 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:28:24.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:23.937137+0000 mgr.smithi043.oyulcz (mgr.14724) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:28:24.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:28:23.938285+0000 mgr.smithi043.oyulcz (mgr.14724) 104 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-15T18:28:24.930 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:28:24.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:23.936904+0000 mon.smithi043 (mon.0) 218 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:28:24.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:23.937137+0000 mgr.smithi043.oyulcz (mgr.14724) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:28:24.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:28:23.938285+0000 mgr.smithi043.oyulcz (mgr.14724) 104 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-15T18:28:25.534 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:28:25.534 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (9m) 16s ago 11m 21.7M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (77s) 16s ago 11m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (72s) 67s ago 10m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (9m) 16s ago 10m 32.0M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (5m) 16s ago 5m 13.8M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (5m) 67s ago 5m 40.5M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (2m) 16s ago 12m 433M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (110s) 67s ago 9m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (100s) 16s ago 12m 44.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (86s) 67s ago 9m 30.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (2m) 16s ago 2m 76.8M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (2m) 67s ago 2m 49.5M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (10m) 16s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (9m) 67s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:28:25.535 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (55s) 16s ago 9m 109M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:28:25.536 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (23s) 16s ago 8m 13.2M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:28:25.536 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (8m) 16s ago 8m 210M 1945M 16.2.5 6933c2a0b7dd f5001467a90f 2024-02-15T18:28:25.536 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (8m) 16s ago 8m 324M 1945M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:28:25.536 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (7m) 67s ago 7m 357M 2712M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:28:25.536 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (7m) 67s ago 7m 373M 2712M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:28:25.536 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (7m) 67s ago 7m 304M 2712M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:28:25.536 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (6m) 67s ago 6m 451M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:28:25.536 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (2m) 16s ago 10m 55.7M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:28:25.893 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2, 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:28:25.894 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:28:25.895 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:28:25.895 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:28:25.895 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-15T18:28:25.895 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:28:25.895 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:28:25.895 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:28:25.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:24.451170+0000 mgr.smithi043.oyulcz (mgr.14724) 105 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:28:25.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:24.922453+0000 mgr.smithi043.oyulcz (mgr.14724) 106 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:25.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:25.230068+0000 mgr.smithi043.oyulcz (mgr.14724) 107 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:26.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:24.451170+0000 mgr.smithi043.oyulcz (mgr.14724) 105 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:28:26.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:24.922453+0000 mgr.smithi043.oyulcz (mgr.14724) 106 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:26.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:25.230068+0000 mgr.smithi043.oyulcz (mgr.14724) 107 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "8/23 daemons upgraded", 2024-02-15T18:28:26.205 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:28:26.206 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:28:26.206 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:28:26.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:25.530987+0000 mgr.smithi043.oyulcz (mgr.14724) 108 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:26.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:28:25.735723+0000 mgr.smithi043.oyulcz (mgr.14724) 109 : cephadm [INF] Upgrade: Updating osd.2 2024-02-15T18:28:26.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:25.739839+0000 mon.smithi043 (mon.0) 219 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:26.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:25.740487+0000 mon.smithi043 (mon.0) 220 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T18:28:26.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:25.741027+0000 mon.smithi043 (mon.0) 221 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:28:26.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:28:25.742081+0000 mgr.smithi043.oyulcz (mgr.14724) 110 : cephadm [INF] Deploying daemon osd.2 on smithi043 2024-02-15T18:28:26.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:25.899196+0000 mon.smithi043 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.43:0/2452816014' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:26.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:26.210126+0000 mgr.smithi043.oyulcz (mgr.14724) 111 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:27.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:25.530987+0000 mgr.smithi043.oyulcz (mgr.14724) 108 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:27.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:28:25.735723+0000 mgr.smithi043.oyulcz (mgr.14724) 109 : cephadm [INF] Upgrade: Updating osd.2 2024-02-15T18:28:27.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:25.739839+0000 mon.smithi043 (mon.0) 219 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:27.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:25.740487+0000 mon.smithi043 (mon.0) 220 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T18:28:27.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:25.741027+0000 mon.smithi043 (mon.0) 221 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:28:27.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:28:25.742081+0000 mgr.smithi043.oyulcz (mgr.14724) 110 : cephadm [INF] Deploying daemon osd.2 on smithi043 2024-02-15T18:28:27.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:25.899196+0000 mon.smithi043 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.43:0/2452816014' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:27.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:26.210126+0000 mgr.smithi043.oyulcz (mgr.14724) 111 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:28.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:26.451779+0000 mgr.smithi043.oyulcz (mgr.14724) 112 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:28:28.092 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:28.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:26.451779+0000 mgr.smithi043.oyulcz (mgr.14724) 112 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:28:28.956 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:28 smithi043 systemd[1]: Stopping Ceph osd.2 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:28:29.254 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.2[51151]: debug 2024-02-15T18:28:28.959+0000 7faa7af06700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:28:29.254 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.2[51151]: debug 2024-02-15T18:28:28.959+0000 7faa7af06700 -1 osd.2 79 *** Got signal Terminated *** 2024-02-15T18:28:29.255 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.2[51151]: debug 2024-02-15T18:28:28.959+0000 7faa7af06700 -1 osd.2 79 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:28:29.740 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:29 smithi043 bash[84889]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.2 2024-02-15T18:28:29.741 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:29 smithi043 bash[84942]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.2 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:28.452423+0000 mgr.smithi043.oyulcz (mgr.14724) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.150687+0000 mon.smithi043 (mon.0) 223 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.150728+0000 mon.smithi043 (mon.0) 224 : cluster [INF] osd.2 failed (root=default,host=smithi043) (connection refused reported by osd.6) 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.153125+0000 mon.smithi043 (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.157522+0000 mon.smithi043 (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.158665+0000 mon.smithi043 (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.210573+0000 mon.smithi043 (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.210688+0000 mon.smithi043 (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.210733+0000 mon.smithi043 (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.210831+0000 mon.smithi043 (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:28:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.210872+0000 mon.smithi043 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.210968+0000 mon.smithi043 (mon.0) 233 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.211008+0000 mon.smithi043 (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.211102+0000 mon.smithi043 (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.211146+0000 mon.smithi043 (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.211252+0000 mon.smithi043 (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.211296+0000 mon.smithi043 (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.211387+0000 mon.smithi043 (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.211484+0000 mon.smithi043 (mon.0) 240 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.211572+0000 mon.smithi043 (mon.0) 241 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.351952+0000 mon.smithi043 (mon.0) 242 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.353765+0000 mon.smithi043 (mon.0) 243 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.357778+0000 mon.smithi043 (mon.0) 244 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.359129+0000 mon.smithi043 (mon.0) 245 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.611629+0000 mon.smithi043 (mon.0) 246 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:28:30.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.611723+0000 mon.smithi043 (mon.0) 247 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.611860+0000 mon.smithi043 (mon.0) 248 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.611938+0000 mon.smithi043 (mon.0) 249 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.612007+0000 mon.smithi043 (mon.0) 250 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.612086+0000 mon.smithi043 (mon.0) 251 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.612155+0000 mon.smithi043 (mon.0) 252 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.612227+0000 mon.smithi043 (mon.0) 253 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.612307+0000 mon.smithi043 (mon.0) 254 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.612385+0000 mon.smithi043 (mon.0) 255 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.612424+0000 mon.smithi043 (mon.0) 256 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.612521+0000 mon.smithi043 (mon.0) 257 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.612599+0000 mon.smithi043 (mon.0) 258 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.007 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.612668+0000 mon.smithi043 (mon.0) 259 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:28.452423+0000 mgr.smithi043.oyulcz (mgr.14724) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.150687+0000 mon.smithi043 (mon.0) 223 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.150728+0000 mon.smithi043 (mon.0) 224 : cluster [INF] osd.2 failed (root=default,host=smithi043) (connection refused reported by osd.6) 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.153125+0000 mon.smithi043 (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.157522+0000 mon.smithi043 (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.158665+0000 mon.smithi043 (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.210573+0000 mon.smithi043 (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.210688+0000 mon.smithi043 (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.210733+0000 mon.smithi043 (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.210831+0000 mon.smithi043 (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.210872+0000 mon.smithi043 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.210968+0000 mon.smithi043 (mon.0) 233 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.211008+0000 mon.smithi043 (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:28:30.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.211102+0000 mon.smithi043 (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.211146+0000 mon.smithi043 (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.211252+0000 mon.smithi043 (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.211296+0000 mon.smithi043 (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.211387+0000 mon.smithi043 (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.211484+0000 mon.smithi043 (mon.0) 240 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.211572+0000 mon.smithi043 (mon.0) 241 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.351952+0000 mon.smithi043 (mon.0) 242 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.353765+0000 mon.smithi043 (mon.0) 243 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.357778+0000 mon.smithi043 (mon.0) 244 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.359129+0000 mon.smithi043 (mon.0) 245 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.611629+0000 mon.smithi043 (mon.0) 246 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.611723+0000 mon.smithi043 (mon.0) 247 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.611860+0000 mon.smithi043 (mon.0) 248 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.611938+0000 mon.smithi043 (mon.0) 249 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.612007+0000 mon.smithi043 (mon.0) 250 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.612086+0000 mon.smithi043 (mon.0) 251 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:28:30.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.612155+0000 mon.smithi043 (mon.0) 252 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.612227+0000 mon.smithi043 (mon.0) 253 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:30.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.612307+0000 mon.smithi043 (mon.0) 254 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:28:30.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.612385+0000 mon.smithi043 (mon.0) 255 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:28:30.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.612424+0000 mon.smithi043 (mon.0) 256 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:28:30.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.612521+0000 mon.smithi043 (mon.0) 257 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:28:30.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.612599+0000 mon.smithi043 (mon.0) 258 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:28:30.208 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.612668+0000 mon.smithi043 (mon.0) 259 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:28:31.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.745386+0000 mon.smithi043 (mon.0) 260 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:28:31.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:29.752942+0000 mon.smithi043 (mon.0) 261 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-15T18:28:31.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.745386+0000 mon.smithi043 (mon.0) 260 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:28:31.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:29.752942+0000 mon.smithi043 (mon.0) 261 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-15T18:28:32.004 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:31 smithi043 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.2.service: Succeeded. 2024-02-15T18:28:32.005 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:31 smithi043 systemd[1]: Stopped Ceph osd.2 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:28:32.005 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:31 smithi043 systemd[1]: Starting Ceph osd.2 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:28:32.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:30.452793+0000 mgr.smithi043.oyulcz (mgr.14724) 114 : cluster [DBG] pgmap v78: 129 pgs: 11 stale+active+clean, 118 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:28:32.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:30.756551+0000 mon.smithi043 (mon.0) 262 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-02-15T18:28:32.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:30.452793+0000 mgr.smithi043.oyulcz (mgr.14724) 114 : cluster [DBG] pgmap v78: 129 pgs: 11 stale+active+clean, 118 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:28:32.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:30.756551+0000 mon.smithi043 (mon.0) 262 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-02-15T18:28:32.571 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:32 smithi043 bash[85202]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:28:32.571 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:32 smithi043 bash[85202]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-15T18:28:32.571 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:32 smithi043 bash[85202]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-02-15T18:28:32.571 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:32 smithi043 bash[85202]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-15T18:28:32.571 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:32 smithi043 bash[85202]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-02-15T18:28:32.571 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:32 smithi043 bash[85202]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-15T18:28:32.572 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:32 smithi043 bash[85202]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-15T18:28:32.572 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:32 smithi043 bash[85202]: --> ceph-volume lvm activate successful for osd ID: 2 2024-02-15T18:28:32.973 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:32.756029+0000 mon.smithi043 (mon.0) 263 : cluster [WRN] Health check failed: Degraded data redundancy: 39/1530 objects degraded (2.549%), 3 pgs degraded (PG_DEGRADED) 2024-02-15T18:28:33.137 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:32.756029+0000 mon.smithi043 (mon.0) 263 : cluster [WRN] Health check failed: Degraded data redundancy: 39/1530 objects degraded (2.549%), 3 pgs degraded (PG_DEGRADED) 2024-02-15T18:28:34.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:32.453262+0000 mgr.smithi043.oyulcz (mgr.14724) 115 : cluster [DBG] pgmap v80: 129 pgs: 3 active+undersized+degraded, 5 peering, 7 stale+active+clean, 3 active+undersized, 111 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 39/1530 objects degraded (2.549%) 2024-02-15T18:28:34.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:32.453262+0000 mgr.smithi043.oyulcz (mgr.14724) 115 : cluster [DBG] pgmap v80: 129 pgs: 3 active+undersized+degraded, 5 peering, 7 stale+active+clean, 3 active+undersized, 111 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 39/1530 objects degraded (2.549%) 2024-02-15T18:28:34.254 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-2[85480]: debug 2024-02-15T18:28:33.776+0000 7fbc3ed64700 1 -- 172.21.15.43:0/2316618622 <== mon.0 v2:172.21.15.43:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563d9b492680 con 0x563d9b459000 2024-02-15T18:28:34.254 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:33 smithi043 bash[85465]: f3b05106ef19874f6b4dbc732ddf30e237b3b04a1b9bb62f5e7fa6599f14aa85 2024-02-15T18:28:34.255 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:33 smithi043 systemd[1]: Started Ceph osd.2 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:28:34.583 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-2[85480]: debug 2024-02-15T18:28:34.291+0000 7fbc467f2380 -1 Falling back to public interface 2024-02-15T18:28:35.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:33.912252+0000 mon.smithi043 (mon.0) 264 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:35.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:33.913003+0000 mon.smithi043 (mon.0) 265 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:28:35.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:34.153222+0000 mon.smithi043 (mon.0) 266 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:33.912252+0000 mon.smithi043 (mon.0) 264 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:33.913003+0000 mon.smithi043 (mon.0) 265 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:28:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:34.153222+0000 mon.smithi043 (mon.0) 266 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:36.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:34.453888+0000 mgr.smithi043.oyulcz (mgr.14724) 116 : cluster [DBG] pgmap v81: 129 pgs: 19 active+undersized+degraded, 5 peering, 10 active+undersized, 95 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 132/1530 objects degraded (8.627%) 2024-02-15T18:28:36.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:34.453888+0000 mgr.smithi043.oyulcz (mgr.14724) 116 : cluster [DBG] pgmap v81: 129 pgs: 19 active+undersized+degraded, 5 peering, 10 active+undersized, 95 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 132/1530 objects degraded (8.627%) 2024-02-15T18:28:38.151 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-2[85480]: debug 2024-02-15T18:28:37.855+0000 7fbc467f2380 -1 osd.2 79 log_to_monitors {default=true} 2024-02-15T18:28:38.151 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:36.454416+0000 mgr.smithi043.oyulcz (mgr.14724) 117 : cluster [DBG] pgmap v82: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 139/1530 objects degraded (9.085%) 2024-02-15T18:28:38.151 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:37.603841+0000 mon.smithi043 (mon.0) 267 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:38.152 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:37.859501+0000 mon.smithi043 (mon.0) 268 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/1116877681,v1:172.21.15.43:6819/1116877681]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T18:28:38.183 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:38.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:36.454416+0000 mgr.smithi043.oyulcz (mgr.14724) 117 : cluster [DBG] pgmap v82: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 139/1530 objects degraded (9.085%) 2024-02-15T18:28:38.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:37.603841+0000 mon.smithi043 (mon.0) 267 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:38.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:37.859501+0000 mon.smithi043 (mon.0) 268 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/1116877681,v1:172.21.15.43:6819/1116877681]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T18:28:39.004 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:28:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-2[85480]: debug 2024-02-15T18:28:38.613+0000 7fbc38cdb700 -1 osd.2 79 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:28:39.612 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:38.454989+0000 mgr.smithi043.oyulcz (mgr.14724) 118 : cluster [DBG] pgmap v83: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 235 B/s wr, 0 op/s; 139/1530 objects degraded (9.085%) 2024-02-15T18:28:39.612 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:38.606591+0000 mon.smithi043 (mon.0) 269 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/1116877681,v1:172.21.15.43:6819/1116877681]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T18:28:39.612 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:38.606639+0000 mon.smithi043 (mon.0) 270 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-02-15T18:28:39.612 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:38.607313+0000 mon.smithi043 (mon.0) 271 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/1116877681,v1:172.21.15.43:6819/1116877681]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:28:39.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:38.454989+0000 mgr.smithi043.oyulcz (mgr.14724) 118 : cluster [DBG] pgmap v83: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 235 B/s wr, 0 op/s; 139/1530 objects degraded (9.085%) 2024-02-15T18:28:39.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:38.606591+0000 mon.smithi043 (mon.0) 269 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/1116877681,v1:172.21.15.43:6819/1116877681]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T18:28:39.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:38.606639+0000 mon.smithi043 (mon.0) 270 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-02-15T18:28:39.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:38.607313+0000 mon.smithi043 (mon.0) 271 : audit [INF] from='osd.2 [v2:172.21.15.43:6818/1116877681,v1:172.21.15.43:6819/1116877681]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:28:40.913 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:39.604276+0000 mon.smithi043 (mon.0) 272 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:28:40.913 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:39.608002+0000 mon.smithi043 (mon.0) 273 : cluster [INF] osd.2 [v2:172.21.15.43:6818/1116877681,v1:172.21.15.43:6819/1116877681] boot 2024-02-15T18:28:40.913 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:39.608068+0000 mon.smithi043 (mon.0) 274 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-02-15T18:28:40.913 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:39.609849+0000 mon.smithi043 (mon.0) 275 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:28:40.913 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:40.477921+0000 mon.smithi043 (mon.0) 276 : cluster [WRN] Health check update: Degraded data redundancy: 139/1530 objects degraded (9.085%), 20 pgs degraded (PG_DEGRADED) 2024-02-15T18:28:40.913 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.548051+0000 mon.smithi043 (mon.0) 277 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:40.913 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:40.609478+0000 mon.smithi043 (mon.0) 278 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-02-15T18:28:40.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:39.604276+0000 mon.smithi043 (mon.0) 272 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:28:40.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:39.608002+0000 mon.smithi043 (mon.0) 273 : cluster [INF] osd.2 [v2:172.21.15.43:6818/1116877681,v1:172.21.15.43:6819/1116877681] boot 2024-02-15T18:28:40.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:39.608068+0000 mon.smithi043 (mon.0) 274 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-02-15T18:28:40.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:39.609849+0000 mon.smithi043 (mon.0) 275 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:28:40.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:40.477921+0000 mon.smithi043 (mon.0) 276 : cluster [WRN] Health check update: Degraded data redundancy: 139/1530 objects degraded (9.085%), 20 pgs degraded (PG_DEGRADED) 2024-02-15T18:28:40.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.548051+0000 mon.smithi043 (mon.0) 277 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:40.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:40.609478+0000 mon.smithi043 (mon.0) 278 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-02-15T18:28:41.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:40.455499+0000 mgr.smithi043.oyulcz (mgr.14724) 119 : cluster [DBG] pgmap v86: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 139/1530 objects degraded (9.085%) 2024-02-15T18:28:41.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.900460+0000 mon.smithi043 (mon.0) 279 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:28:41.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.901084+0000 mon.smithi043 (mon.0) 280 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:28:41.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.905353+0000 mon.smithi043 (mon.0) 281 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:41.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.910471+0000 mon.smithi043 (mon.0) 282 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:41.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.913206+0000 mon.smithi043 (mon.0) 283 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:28:41.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.915094+0000 mon.smithi043 (mon.0) 284 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:41.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.916163+0000 mon.smithi043 (mon.0) 285 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:41.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.917195+0000 mon.smithi043 (mon.0) 286 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:41.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.918282+0000 mon.smithi043 (mon.0) 287 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:28:41.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:40.918403+0000 mgr.smithi043.oyulcz (mgr.14724) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:28:41.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:28:40.919022+0000 mgr.smithi043.oyulcz (mgr.14724) 121 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-02-15T18:28:42.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:40.455499+0000 mgr.smithi043.oyulcz (mgr.14724) 119 : cluster [DBG] pgmap v86: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 139/1530 objects degraded (9.085%) 2024-02-15T18:28:42.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.900460+0000 mon.smithi043 (mon.0) 279 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:28:42.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.901084+0000 mon.smithi043 (mon.0) 280 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:28:42.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.905353+0000 mon.smithi043 (mon.0) 281 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:42.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.910471+0000 mon.smithi043 (mon.0) 282 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:42.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.913206+0000 mon.smithi043 (mon.0) 283 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:28:42.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.915094+0000 mon.smithi043 (mon.0) 284 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:42.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.916163+0000 mon.smithi043 (mon.0) 285 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:42.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.917195+0000 mon.smithi043 (mon.0) 286 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:42.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.918282+0000 mon.smithi043 (mon.0) 287 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:28:42.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:40.918403+0000 mgr.smithi043.oyulcz (mgr.14724) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:28:42.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:28:40.919022+0000 mgr.smithi043.oyulcz (mgr.14724) 121 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-02-15T18:28:43.223 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:43.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:42.456096+0000 mgr.smithi043.oyulcz (mgr.14724) 122 : cluster [DBG] pgmap v88: 129 pgs: 3 peering, 17 active+undersized+degraded, 10 active+undersized, 99 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 102/1530 objects degraded (6.667%) 2024-02-15T18:28:43.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:42.692551+0000 mon.smithi043 (mon.0) 288 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:43.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:42.456096+0000 mgr.smithi043.oyulcz (mgr.14724) 122 : cluster [DBG] pgmap v88: 129 pgs: 3 peering, 17 active+undersized+degraded, 10 active+undersized, 99 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 102/1530 objects degraded (6.667%) 2024-02-15T18:28:43.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:42.692551+0000 mon.smithi043 (mon.0) 288 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:45.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:44.692824+0000 mon.smithi043 (mon.0) 289 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 102/1530 objects degraded (6.667%), 17 pgs degraded) 2024-02-15T18:28:45.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:44.692882+0000 mon.smithi043 (mon.0) 290 : cluster [INF] Cluster is now healthy 2024-02-15T18:28:45.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:44.692824+0000 mon.smithi043 (mon.0) 289 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 102/1530 objects degraded (6.667%), 17 pgs degraded) 2024-02-15T18:28:45.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:44.692882+0000 mon.smithi043 (mon.0) 290 : cluster [INF] Cluster is now healthy 2024-02-15T18:28:46.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:44.456762+0000 mgr.smithi043.oyulcz (mgr.14724) 123 : cluster [DBG] pgmap v89: 129 pgs: 3 peering, 126 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:46.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:44.456762+0000 mgr.smithi043.oyulcz (mgr.14724) 123 : cluster [DBG] pgmap v89: 129 pgs: 3 peering, 126 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:48.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:46.457282+0000 mgr.smithi043.oyulcz (mgr.14724) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 130 B/s rd, 130 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:48.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:46.457282+0000 mgr.smithi043.oyulcz (mgr.14724) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 130 B/s rd, 130 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:48.274 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:50.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:48.458006+0000 mgr.smithi043.oyulcz (mgr.14724) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 231 B/s rd, 115 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:50.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:48.458006+0000 mgr.smithi043.oyulcz (mgr.14724) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 231 B/s rd, 115 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:52.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:50.458486+0000 mgr.smithi043.oyulcz (mgr.14724) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:52.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:50.458486+0000 mgr.smithi043.oyulcz (mgr.14724) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:53.313 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:53.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:52.458968+0000 mgr.smithi043.oyulcz (mgr.14724) 127 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:53.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:52.605000+0000 mon.smithi043 (mon.0) 291 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:53.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:52.705260+0000 mon.smithi043 (mon.0) 292 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:53.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:52.458968+0000 mgr.smithi043.oyulcz (mgr.14724) 127 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:53.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:52.605000+0000 mon.smithi043 (mon.0) 291 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:53.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:52.705260+0000 mon.smithi043 (mon.0) 292 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:55.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:54.459803+0000 mgr.smithi043.oyulcz (mgr.14724) 128 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:56.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:54.459803+0000 mgr.smithi043.oyulcz (mgr.14724) 128 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:28:56.534 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:28:56.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:55.932781+0000 mon.smithi043 (mon.0) 293 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:28:56.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:55.933038+0000 mgr.smithi043.oyulcz (mgr.14724) 129 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:28:56.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:28:55.934277+0000 mgr.smithi043.oyulcz (mgr.14724) 130 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-15T18:28:56.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:55.932781+0000 mon.smithi043 (mon.0) 293 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:28:56.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:55.933038+0000 mgr.smithi043.oyulcz (mgr.14724) 129 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:28:56.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:28:55.934277+0000 mgr.smithi043.oyulcz (mgr.14724) 130 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-15T18:28:57.163 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:28:57.163 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (9m) 16s ago 11m 21.7M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:28:57.163 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (108s) 16s ago 11m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:28:57.163 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (103s) 98s ago 10m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:28:57.163 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (9m) 16s ago 11m 32.2M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:28:57.163 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (5m) 16s ago 5m 13.9M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:28:57.163 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (5m) 98s ago 5m 40.5M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:28:57.163 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (2m) 16s ago 13m 435M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:28:57.163 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (2m) 98s ago 10m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:28:57.163 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (2m) 16s ago 13m 47.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (118s) 98s ago 10m 30.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (3m) 16s ago 3m 78.7M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (3m) 98s ago 3m 49.5M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (11m) 16s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (10m) 98s ago 10m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (87s) 16s ago 9m 109M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (55s) 16s ago 9m 101M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (23s) 16s ago 9m 10.6M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f3b05106ef19 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (8m) 16s ago 8m 324M 1945M 16.2.5 6933c2a0b7dd 9b5f705e0015 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (8m) 98s ago 8m 357M 2712M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (7m) 98s ago 7m 373M 2712M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (7m) 98s ago 7m 304M 2712M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (7m) 98s ago 7m 451M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:28:57.164 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (2m) 16s ago 10m 58.0M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3, 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5 2024-02-15T18:28:57.520 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:28:57.521 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:28:57.521 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:28:57.521 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:28:57.521 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:28:57.521 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7, 2024-02-15T18:28:57.521 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-02-15T18:28:57.521 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:28:57.521 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:28:57.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:56.460203+0000 mgr.smithi043.oyulcz (mgr.14724) 131 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:28:57.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:56.526743+0000 mgr.smithi043.oyulcz (mgr.14724) 132 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:57.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:56.855042+0000 mgr.smithi043.oyulcz (mgr.14724) 133 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:57.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:57.159551+0000 mgr.smithi043.oyulcz (mgr.14724) 134 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:57.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:57.523718+0000 mon.smithi043 (mon.0) 294 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:57.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:57.524383+0000 mon.smithi043 (mon.0) 295 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T18:28:57.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:57.524905+0000 mon.smithi043 (mon.0) 296 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:28:57.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:57.525860+0000 mon.smithi043 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.43:0/1482328127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:57.861 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "9/23 daemons upgraded", 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:28:57.862 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:28:57.863 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:28:57.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:56.460203+0000 mgr.smithi043.oyulcz (mgr.14724) 131 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:28:57.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:56.526743+0000 mgr.smithi043.oyulcz (mgr.14724) 132 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:57.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:56.855042+0000 mgr.smithi043.oyulcz (mgr.14724) 133 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:57.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:57.159551+0000 mgr.smithi043.oyulcz (mgr.14724) 134 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:57.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:57.523718+0000 mon.smithi043 (mon.0) 294 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:28:57.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:57.524383+0000 mon.smithi043 (mon.0) 295 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T18:28:57.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:57.524905+0000 mon.smithi043 (mon.0) 296 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:28:57.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:57.525860+0000 mon.smithi043 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.43:0/1482328127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:28:58.351 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:28:58.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:28:57.519182+0000 mgr.smithi043.oyulcz (mgr.14724) 135 : cephadm [INF] Upgrade: Updating osd.3 2024-02-15T18:28:58.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:28:57.526032+0000 mgr.smithi043.oyulcz (mgr.14724) 136 : cephadm [INF] Deploying daemon osd.3 on smithi043 2024-02-15T18:28:58.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:28:57.866930+0000 mgr.smithi043.oyulcz (mgr.14724) 137 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:59.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:28:57.519182+0000 mgr.smithi043.oyulcz (mgr.14724) 135 : cephadm [INF] Upgrade: Updating osd.3 2024-02-15T18:28:59.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:28:57.526032+0000 mgr.smithi043.oyulcz (mgr.14724) 136 : cephadm [INF] Deploying daemon osd.3 on smithi043 2024-02-15T18:28:59.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:28:57.866930+0000 mgr.smithi043.oyulcz (mgr.14724) 137 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:28:59.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:28:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:28:58.461058+0000 mgr.smithi043.oyulcz (mgr.14724) 138 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:28:59.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:28:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:28:58.461058+0000 mgr.smithi043.oyulcz (mgr.14724) 138 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:29:00.703 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:00 smithi043 systemd[1]: Stopping Ceph osd.3 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:29:01.004 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.3[54768]: debug 2024-02-15T18:29:00.706+0000 7f27cddd6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:29:01.004 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.3[54768]: debug 2024-02-15T18:29:00.706+0000 7f27cddd6700 -1 osd.3 84 *** Got signal Terminated *** 2024-02-15T18:29:01.004 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.3[54768]: debug 2024-02-15T18:29:00.706+0000 7f27cddd6700 -1 osd.3 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:29:01.504 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:01 smithi043 bash[87341]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.3 2024-02-15T18:29:01.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.461544+0000 mgr.smithi043.oyulcz (mgr.14724) 139 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:29:01.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.980548+0000 mon.smithi043 (mon.0) 298 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:29:01.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.980583+0000 mon.smithi043 (mon.0) 299 : cluster [INF] osd.3 failed (root=default,host=smithi043) (connection refused reported by osd.2) 2024-02-15T18:29:01.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.980714+0000 mon.smithi043 (mon.0) 300 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:29:01.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.980796+0000 mon.smithi043 (mon.0) 301 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:29:01.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.980889+0000 mon.smithi043 (mon.0) 302 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:29:01.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.980965+0000 mon.smithi043 (mon.0) 303 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:29:01.619 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.981038+0000 mon.smithi043 (mon.0) 304 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:29:01.619 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.981110+0000 mon.smithi043 (mon.0) 305 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:29:01.619 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.981179+0000 mon.smithi043 (mon.0) 306 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:01.619 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.981269+0000 mon.smithi043 (mon.0) 307 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:29:01.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.461544+0000 mgr.smithi043.oyulcz (mgr.14724) 139 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:29:01.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.980548+0000 mon.smithi043 (mon.0) 298 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:29:01.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.980583+0000 mon.smithi043 (mon.0) 299 : cluster [INF] osd.3 failed (root=default,host=smithi043) (connection refused reported by osd.2) 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.980714+0000 mon.smithi043 (mon.0) 300 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.980796+0000 mon.smithi043 (mon.0) 301 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.980889+0000 mon.smithi043 (mon.0) 302 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.980965+0000 mon.smithi043 (mon.0) 303 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.981038+0000 mon.smithi043 (mon.0) 304 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.981110+0000 mon.smithi043 (mon.0) 305 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.981179+0000 mon.smithi043 (mon.0) 306 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.981269+0000 mon.smithi043 (mon.0) 307 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.981340+0000 mon.smithi043 (mon.0) 308 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.981410+0000 mon.smithi043 (mon.0) 309 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.981494+0000 mon.smithi043 (mon.0) 310 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.981563+0000 mon.smithi043 (mon.0) 311 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:29:01.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:00.981629+0000 mon.smithi043 (mon.0) 312 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.154123+0000 mon.smithi043 (mon.0) 313 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.156670+0000 mon.smithi043 (mon.0) 314 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.358021+0000 mon.smithi043 (mon.0) 315 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.381534+0000 mon.smithi043 (mon.0) 316 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.381599+0000 mon.smithi043 (mon.0) 317 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.381725+0000 mon.smithi043 (mon.0) 318 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.381820+0000 mon.smithi043 (mon.0) 319 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.381895+0000 mon.smithi043 (mon.0) 320 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.381974+0000 mon.smithi043 (mon.0) 321 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.382017+0000 mon.smithi043 (mon.0) 322 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.382121+0000 mon.smithi043 (mon.0) 323 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.382196+0000 mon.smithi043 (mon.0) 324 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.382291+0000 mon.smithi043 (mon.0) 325 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:29:01.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.382369+0000 mon.smithi043 (mon.0) 326 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:29:01.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.382446+0000 mon.smithi043 (mon.0) 327 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:29:01.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.382519+0000 mon.smithi043 (mon.0) 328 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:29:01.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.382595+0000 mon.smithi043 (mon.0) 329 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:02.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.981340+0000 mon.smithi043 (mon.0) 308 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:29:02.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.981410+0000 mon.smithi043 (mon.0) 309 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:29:02.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.981494+0000 mon.smithi043 (mon.0) 310 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:29:02.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.981563+0000 mon.smithi043 (mon.0) 311 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:29:02.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:00.981629+0000 mon.smithi043 (mon.0) 312 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.154123+0000 mon.smithi043 (mon.0) 313 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.156670+0000 mon.smithi043 (mon.0) 314 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.358021+0000 mon.smithi043 (mon.0) 315 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.381534+0000 mon.smithi043 (mon.0) 316 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.381599+0000 mon.smithi043 (mon.0) 317 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.381725+0000 mon.smithi043 (mon.0) 318 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.381820+0000 mon.smithi043 (mon.0) 319 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.381895+0000 mon.smithi043 (mon.0) 320 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.381974+0000 mon.smithi043 (mon.0) 321 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.382017+0000 mon.smithi043 (mon.0) 322 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.382121+0000 mon.smithi043 (mon.0) 323 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.382196+0000 mon.smithi043 (mon.0) 324 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.382291+0000 mon.smithi043 (mon.0) 325 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:29:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.382369+0000 mon.smithi043 (mon.0) 326 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:29:02.006 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:01 smithi043 bash[87393]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.3" found: no such container 2024-02-15T18:29:02.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.382446+0000 mon.smithi043 (mon.0) 327 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:29:02.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.382519+0000 mon.smithi043 (mon.0) 328 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:29:02.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.382595+0000 mon.smithi043 (mon.0) 329 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:29:02.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.621284+0000 mon.smithi043 (mon.0) 330 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:29:02.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:01.629133+0000 mon.smithi043 (mon.0) 331 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-15T18:29:03.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.621284+0000 mon.smithi043 (mon.0) 330 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:29:03.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:01.629133+0000 mon.smithi043 (mon.0) 331 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-15T18:29:03.403 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:03.671 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:02.461904+0000 mgr.smithi043.oyulcz (mgr.14724) 140 : cluster [DBG] pgmap v99: 129 pgs: 20 stale+active+clean, 109 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:29:03.671 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:02.631931+0000 mon.smithi043 (mon.0) 332 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-02-15T18:29:03.671 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:03 smithi043 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.3.service: Succeeded. 2024-02-15T18:29:03.671 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:03 smithi043 systemd[1]: Stopped Ceph osd.3 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:29:03.671 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:03 smithi043 systemd[1]: Starting Ceph osd.3 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:29:03.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:02.461904+0000 mgr.smithi043.oyulcz (mgr.14724) 140 : cluster [DBG] pgmap v99: 129 pgs: 20 stale+active+clean, 109 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:29:03.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:02.631931+0000 mon.smithi043 (mon.0) 332 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-02-15T18:29:04.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:04.632055+0000 mon.smithi043 (mon.0) 333 : cluster [WRN] Health check failed: Degraded data redundancy: 101/1530 objects degraded (6.601%), 16 pgs degraded (PG_DEGRADED) 2024-02-15T18:29:04.754 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:04 smithi043 bash[87674]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:29:04.754 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:04 smithi043 bash[87674]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-15T18:29:04.754 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:04 smithi043 bash[87674]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-02-15T18:29:04.754 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:04 smithi043 bash[87674]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-15T18:29:04.754 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:04 smithi043 bash[87674]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-15T18:29:04.754 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:04 smithi043 bash[87674]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-15T18:29:04.754 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:04 smithi043 bash[87674]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-15T18:29:04.755 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:04 smithi043 bash[87674]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-15T18:29:04.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:04.632055+0000 mon.smithi043 (mon.0) 333 : cluster [WRN] Health check failed: Degraded data redundancy: 101/1530 objects degraded (6.601%), 16 pgs degraded (PG_DEGRADED) 2024-02-15T18:29:05.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:04.462599+0000 mgr.smithi043.oyulcz (mgr.14724) 141 : cluster [DBG] pgmap v101: 129 pgs: 16 active+undersized+degraded, 10 stale+active+clean, 12 active+undersized, 91 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 101/1530 objects degraded (6.601%) 2024-02-15T18:29:06.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:04.462599+0000 mgr.smithi043.oyulcz (mgr.14724) 141 : cluster [DBG] pgmap v101: 129 pgs: 16 active+undersized+degraded, 10 stale+active+clean, 12 active+undersized, 91 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 101/1530 objects degraded (6.601%) 2024-02-15T18:29:06.004 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-3[87960]: debug 2024-02-15T18:29:05.604+0000 7f5457b0d700 1 -- 172.21.15.43:0/4237732137 <== mon.0 v2:172.21.15.43:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55bba57c6680 con 0x55bba578d400 2024-02-15T18:29:06.004 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:05 smithi043 bash[87945]: 0eb51caf176edcf3f8d2b7a91d4fe6f3231d86b891a70ab06aed14f3440aa07c 2024-02-15T18:29:06.004 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:05 smithi043 systemd[1]: Started Ceph osd.3 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:29:06.504 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-3[87960]: debug 2024-02-15T18:29:06.120+0000 7f545f59b380 -1 Falling back to public interface 2024-02-15T18:29:07.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:05.730519+0000 mon.smithi043 (mon.0) 334 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:07.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:05.731274+0000 mon.smithi043 (mon.0) 335 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:29:07.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:05.730519+0000 mon.smithi043 (mon.0) 334 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:07.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:05.731274+0000 mon.smithi043 (mon.0) 335 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:29:08.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:06.463121+0000 mgr.smithi043.oyulcz (mgr.14724) 142 : cluster [DBG] pgmap v102: 129 pgs: 23 active+undersized+degraded, 6 stale+active+clean, 15 active+undersized, 85 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 157/1530 objects degraded (10.261%) 2024-02-15T18:29:08.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:07.604418+0000 mon.smithi043 (mon.0) 336 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:08.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:06.463121+0000 mgr.smithi043.oyulcz (mgr.14724) 142 : cluster [DBG] pgmap v102: 129 pgs: 23 active+undersized+degraded, 6 stale+active+clean, 15 active+undersized, 85 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 157/1530 objects degraded (10.261%) 2024-02-15T18:29:08.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:07.604418+0000 mon.smithi043 (mon.0) 336 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:08.444 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:10.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:08.463854+0000 mgr.smithi043.oyulcz (mgr.14724) 143 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 198/1530 objects degraded (12.941%) 2024-02-15T18:29:10.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:08.463854+0000 mgr.smithi043.oyulcz (mgr.14724) 143 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 198/1530 objects degraded (12.941%) 2024-02-15T18:29:10.736 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-3[87960]: debug 2024-02-15T18:29:10.305+0000 7f545f59b380 -1 osd.3 84 log_to_monitors {default=true} 2024-02-15T18:29:11.004 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:29:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-3[87960]: debug 2024-02-15T18:29:10.751+0000 7f5451283700 -1 osd.3 84 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:29:11.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:10.310313+0000 mon.smithi043 (mon.0) 337 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/902054493,v1:172.21.15.43:6827/902054493]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T18:29:11.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:10.484892+0000 mon.smithi043 (mon.0) 338 : cluster [WRN] Health check update: Degraded data redundancy: 198/1530 objects degraded (12.941%), 30 pgs degraded (PG_DEGRADED) 2024-02-15T18:29:11.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:10.310313+0000 mon.smithi043 (mon.0) 337 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/902054493,v1:172.21.15.43:6827/902054493]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T18:29:11.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:10.484892+0000 mon.smithi043 (mon.0) 338 : cluster [WRN] Health check update: Degraded data redundancy: 198/1530 objects degraded (12.941%), 30 pgs degraded (PG_DEGRADED) 2024-02-15T18:29:12.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:10.464542+0000 mgr.smithi043.oyulcz (mgr.14724) 144 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 231 B/s wr, 0 op/s; 198/1530 objects degraded (12.941%) 2024-02-15T18:29:12.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:10.744585+0000 mon.smithi043 (mon.0) 339 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/902054493,v1:172.21.15.43:6827/902054493]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T18:29:12.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:10.744630+0000 mon.smithi043 (mon.0) 340 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-02-15T18:29:12.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:10.745069+0000 mon.smithi043 (mon.0) 341 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/902054493,v1:172.21.15.43:6827/902054493]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:29:12.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:10.464542+0000 mgr.smithi043.oyulcz (mgr.14724) 144 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 231 B/s wr, 0 op/s; 198/1530 objects degraded (12.941%) 2024-02-15T18:29:12.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:10.744585+0000 mon.smithi043 (mon.0) 339 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/902054493,v1:172.21.15.43:6827/902054493]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T18:29:12.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:10.744630+0000 mon.smithi043 (mon.0) 340 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-02-15T18:29:12.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:10.745069+0000 mon.smithi043 (mon.0) 341 : audit [INF] from='osd.3 [v2:172.21.15.43:6826/902054493,v1:172.21.15.43:6827/902054493]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2024-02-15T18:29:12.752 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:11.742620+0000 mon.smithi043 (mon.0) 342 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:29:12.753 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:11.745925+0000 mon.smithi043 (mon.0) 343 : cluster [INF] osd.3 [v2:172.21.15.43:6826/902054493,v1:172.21.15.43:6827/902054493] boot 2024-02-15T18:29:12.753 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:11.745956+0000 mon.smithi043 (mon.0) 344 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-02-15T18:29:12.753 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:11.746337+0000 mon.smithi043 (mon.0) 345 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:29:12.753 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.076028+0000 mon.smithi043 (mon.0) 346 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:12.753 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.076860+0000 mon.smithi043 (mon.0) 347 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:29:12.753 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.077489+0000 mon.smithi043 (mon.0) 348 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:29:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:11.742620+0000 mon.smithi043 (mon.0) 342 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:29:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:11.745925+0000 mon.smithi043 (mon.0) 343 : cluster [INF] osd.3 [v2:172.21.15.43:6826/902054493,v1:172.21.15.43:6827/902054493] boot 2024-02-15T18:29:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:11.745956+0000 mon.smithi043 (mon.0) 344 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-02-15T18:29:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:11.746337+0000 mon.smithi043 (mon.0) 345 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:29:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.076028+0000 mon.smithi043 (mon.0) 346 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.076860+0000 mon.smithi043 (mon.0) 347 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:29:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.077489+0000 mon.smithi043 (mon.0) 348 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:29:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.080894+0000 mon.smithi043 (mon.0) 349 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.085965+0000 mon.smithi043 (mon.0) 350 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.088996+0000 mon.smithi043 (mon.0) 351 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:29:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.091018+0000 mon.smithi043 (mon.0) 352 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.092101+0000 mon.smithi043 (mon.0) 353 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.093190+0000 mon.smithi043 (mon.0) 354 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.094341+0000 mon.smithi043 (mon.0) 355 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:29:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:12.094480+0000 mgr.smithi043.oyulcz (mgr.14724) 145 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:29:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:29:12.095127+0000 mgr.smithi043.oyulcz (mgr.14724) 146 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T18:29:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:12.748421+0000 mon.smithi043 (mon.0) 356 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-02-15T18:29:13.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.080894+0000 mon.smithi043 (mon.0) 349 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:13.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.085965+0000 mon.smithi043 (mon.0) 350 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:13.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.088996+0000 mon.smithi043 (mon.0) 351 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:29:13.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.091018+0000 mon.smithi043 (mon.0) 352 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:13.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.092101+0000 mon.smithi043 (mon.0) 353 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:13.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.093190+0000 mon.smithi043 (mon.0) 354 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:13.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.094341+0000 mon.smithi043 (mon.0) 355 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:29:13.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:12.094480+0000 mgr.smithi043.oyulcz (mgr.14724) 145 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:29:13.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:29:12.095127+0000 mgr.smithi043.oyulcz (mgr.14724) 146 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T18:29:13.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:12.748421+0000 mon.smithi043 (mon.0) 356 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-02-15T18:29:13.480 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:14.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:12.465181+0000 mgr.smithi043.oyulcz (mgr.14724) 147 : cluster [DBG] pgmap v107: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 198/1530 objects degraded (12.941%) 2024-02-15T18:29:14.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:12.465181+0000 mgr.smithi043.oyulcz (mgr.14724) 147 : cluster [DBG] pgmap v107: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 198/1530 objects degraded (12.941%) 2024-02-15T18:29:16.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:14.466073+0000 mgr.smithi043.oyulcz (mgr.14724) 148 : cluster [DBG] pgmap v109: 129 pgs: 22 active+undersized+degraded, 10 active+undersized, 97 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 135/1530 objects degraded (8.824%); 0 B/s, 0 objects/s recovering 2024-02-15T18:29:16.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:15.486071+0000 mon.smithi043 (mon.0) 357 : cluster [WRN] Health check update: Degraded data redundancy: 135/1530 objects degraded (8.824%), 22 pgs degraded (PG_DEGRADED) 2024-02-15T18:29:16.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:14.466073+0000 mgr.smithi043.oyulcz (mgr.14724) 148 : cluster [DBG] pgmap v109: 129 pgs: 22 active+undersized+degraded, 10 active+undersized, 97 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 135/1530 objects degraded (8.824%); 0 B/s, 0 objects/s recovering 2024-02-15T18:29:16.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:15.486071+0000 mon.smithi043 (mon.0) 357 : cluster [WRN] Health check update: Degraded data redundancy: 135/1530 objects degraded (8.824%), 22 pgs degraded (PG_DEGRADED) 2024-02-15T18:29:18.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:16.466881+0000 mgr.smithi043.oyulcz (mgr.14724) 149 : cluster [DBG] pgmap v110: 129 pgs: 4 active+undersized+degraded, 2 active+undersized, 123 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 170 B/s wr, 6 op/s; 28/1530 objects degraded (1.830%); 0 B/s, 0 objects/s recovering 2024-02-15T18:29:18.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:17.724209+0000 mon.smithi043 (mon.0) 358 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:18.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:16.466881+0000 mgr.smithi043.oyulcz (mgr.14724) 149 : cluster [DBG] pgmap v110: 129 pgs: 4 active+undersized+degraded, 2 active+undersized, 123 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 170 B/s wr, 6 op/s; 28/1530 objects degraded (1.830%); 0 B/s, 0 objects/s recovering 2024-02-15T18:29:18.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:17.724209+0000 mon.smithi043 (mon.0) 358 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:18.524 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:19.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:19.097055+0000 mon.smithi043 (mon.0) 359 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/1530 objects degraded (1.830%), 4 pgs degraded) 2024-02-15T18:29:19.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:19.097086+0000 mon.smithi043 (mon.0) 360 : cluster [INF] Cluster is now healthy 2024-02-15T18:29:19.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:19.097055+0000 mon.smithi043 (mon.0) 359 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/1530 objects degraded (1.830%), 4 pgs degraded) 2024-02-15T18:29:19.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:19.097086+0000 mon.smithi043 (mon.0) 360 : cluster [INF] Cluster is now healthy 2024-02-15T18:29:20.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:18.467639+0000 mgr.smithi043.oyulcz (mgr.14724) 150 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 132 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:20.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:18.467639+0000 mgr.smithi043.oyulcz (mgr.14724) 150 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 132 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:22.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:20.468177+0000 mgr.smithi043.oyulcz (mgr.14724) 151 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 234 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:22.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:20.468177+0000 mgr.smithi043.oyulcz (mgr.14724) 151 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 234 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:23.583 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:23.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:22.468610+0000 mgr.smithi043.oyulcz (mgr.14724) 152 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 204 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:23.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:22.605739+0000 mon.smithi043 (mon.0) 361 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:24.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:22.468610+0000 mgr.smithi043.oyulcz (mgr.14724) 152 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 204 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:24.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:22.605739+0000 mon.smithi043 (mon.0) 361 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:25.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:24.469210+0000 mgr.smithi043.oyulcz (mgr.14724) 153 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 262 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:26.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:24.469210+0000 mgr.smithi043.oyulcz (mgr.14724) 153 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 262 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:27.878 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:26.469953+0000 mgr.smithi043.oyulcz (mgr.14724) 154 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 170 B/s wr, 3 op/s 2024-02-15T18:29:27.878 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:27.110726+0000 mon.smithi043 (mon.0) 362 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:29:27.878 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:27.110945+0000 mgr.smithi043.oyulcz (mgr.14724) 155 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:29:27.878 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:29:27.112149+0000 mgr.smithi043.oyulcz (mgr.14724) 156 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-15T18:29:28.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:26.469953+0000 mgr.smithi043.oyulcz (mgr.14724) 154 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 170 B/s wr, 3 op/s 2024-02-15T18:29:28.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:27.110726+0000 mon.smithi043 (mon.0) 362 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:29:28.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:27.110945+0000 mgr.smithi043.oyulcz (mgr.14724) 155 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:29:28.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:29:27.112149+0000 mgr.smithi043.oyulcz (mgr.14724) 156 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-15T18:29:28.193 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:29:28.612 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (10m) 16s ago 12m 21.7M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (2m) 16s ago 12m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (2m) 2m ago 11m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (10m) 16s ago 11m 32.2M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (6m) 16s ago 6m 14.0M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (6m) 2m ago 6m 40.5M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (3m) 16s ago 13m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (2m) 2m ago 11m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (2m) 16s ago 13m 50.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (2m) 2m ago 10m 30.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:29:28.801 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (3m) 16s ago 3m 78.8M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (3m) 2m ago 3m 49.5M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (11m) 16s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (10m) 2m ago 10m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (118s) 16s ago 10m 110M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (86s) 16s ago 9m 101M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (55s) 16s ago 9m 76.6M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f3b05106ef19 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (23s) 16s ago 9m 15.2M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 0eb51caf176e 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (8m) 2m ago 8m 357M 2712M 16.2.5 6933c2a0b7dd d5ebe44fcced 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (8m) 2m ago 8m 373M 2712M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (8m) 2m ago 8m 304M 2712M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (7m) 2m ago 7m 451M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:29:28.802 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (3m) 16s ago 11m 58.1M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:29:29.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:27.736544+0000 mon.smithi043 (mon.0) 363 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:29.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:28.187654+0000 mgr.smithi043.oyulcz (mgr.14724) 157 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:29:29.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:28.736668+0000 mon.smithi043 (mon.0) 364 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:29.158 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:29:29.158 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:29:29.158 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:29:29.158 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:29:29.158 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:29:29.158 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:29:29.158 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:29:29.158 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:29:29.158 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-15T18:29:29.159 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4 2024-02-15T18:29:29.159 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:29:29.159 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:29:29.159 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:29:29.159 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:29:29.159 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:29:29.159 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8, 2024-02-15T18:29:29.159 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6 2024-02-15T18:29:29.159 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:29:29.159 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:29:29.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:27.736544+0000 mon.smithi043 (mon.0) 363 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:29.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:28.187654+0000 mgr.smithi043.oyulcz (mgr.14724) 157 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:29:29.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:28.736668+0000 mon.smithi043 (mon.0) 364 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:29.463 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:29:29.463 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:29:29.463 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:29:29.463 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:29:29.463 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:29:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:29:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:29:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:29:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:29:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "10/23 daemons upgraded", 2024-02-15T18:29:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:29:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:29:29.464 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:29:30.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:28.470435+0000 mgr.smithi043.oyulcz (mgr.14724) 158 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:29:30.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:28.493081+0000 mgr.smithi043.oyulcz (mgr.14724) 159 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:29:30.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:29:28.732748+0000 mgr.smithi043.oyulcz (mgr.14724) 160 : cephadm [INF] Upgrade: Updating osd.4 2024-02-15T18:29:30.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:28.738854+0000 mon.smithi043 (mon.0) 365 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T18:29:30.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:28.739445+0000 mon.smithi043 (mon.0) 366 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:29:30.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:29:28.740510+0000 mgr.smithi043.oyulcz (mgr.14724) 161 : cephadm [INF] Deploying daemon osd.4 on smithi164 2024-02-15T18:29:30.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:28.797962+0000 mgr.smithi043.oyulcz (mgr.14724) 162 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:29:30.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:29.164422+0000 mon.smithi043 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.43:0/3595361321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:30.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:28.470435+0000 mgr.smithi043.oyulcz (mgr.14724) 158 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:29:30.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:28.493081+0000 mgr.smithi043.oyulcz (mgr.14724) 159 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:29:30.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:29:28.732748+0000 mgr.smithi043.oyulcz (mgr.14724) 160 : cephadm [INF] Upgrade: Updating osd.4 2024-02-15T18:29:30.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:28.738854+0000 mon.smithi043 (mon.0) 365 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T18:29:30.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:28.739445+0000 mon.smithi043 (mon.0) 366 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:29:30.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:29:28.740510+0000 mgr.smithi043.oyulcz (mgr.14724) 161 : cephadm [INF] Deploying daemon osd.4 on smithi164 2024-02-15T18:29:30.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:28.797962+0000 mgr.smithi043.oyulcz (mgr.14724) 162 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:29:30.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:29.164422+0000 mon.smithi043 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.43:0/3595361321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:31.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:29.469690+0000 mgr.smithi043.oyulcz (mgr.14724) 163 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:29:31.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:29.469690+0000 mgr.smithi043.oyulcz (mgr.14724) 163 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:29:31.893 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:30.470804+0000 mgr.smithi043.oyulcz (mgr.14724) 164 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:29:32.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:30.470804+0000 mgr.smithi043.oyulcz (mgr.14724) 164 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:29:32.199 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:32 smithi164 systemd[1]: Stopping Ceph osd.4 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:29:32.455 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.4[40807]: debug 2024-02-15T18:29:32.203+0000 7f459462a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:29:32.455 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.4[40807]: debug 2024-02-15T18:29:32.203+0000 7f459462a700 -1 osd.4 89 *** Got signal Terminated *** 2024-02-15T18:29:32.455 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.4[40807]: debug 2024-02-15T18:29:32.203+0000 7f459462a700 -1 osd.4 89 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:29:32.752 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:32 smithi164 bash[59654]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.4 2024-02-15T18:29:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.479745+0000 mon.smithi043 (mon.0) 368 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T18:29:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.479792+0000 mon.smithi043 (mon.0) 369 : cluster [INF] osd.4 failed (root=default,host=smithi164) (connection refused reported by osd.3) 2024-02-15T18:29:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.480050+0000 mon.smithi043 (mon.0) 370 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T18:29:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.480144+0000 mon.smithi043 (mon.0) 371 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T18:29:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.480389+0000 mon.smithi043 (mon.0) 372 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T18:29:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.480552+0000 mon.smithi043 (mon.0) 373 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T18:29:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.480701+0000 mon.smithi043 (mon.0) 374 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T18:29:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.480850+0000 mon.smithi043 (mon.0) 375 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T18:29:33.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.481013+0000 mon.smithi043 (mon.0) 376 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T18:29:33.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.481179+0000 mon.smithi043 (mon.0) 377 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T18:29:33.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.481350+0000 mon.smithi043 (mon.0) 378 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T18:29:33.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.481518+0000 mon.smithi043 (mon.0) 379 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T18:29:33.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.481676+0000 mon.smithi043 (mon.0) 380 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T18:29:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.481844+0000 mon.smithi043 (mon.0) 381 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T18:29:33.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.482011+0000 mon.smithi043 (mon.0) 382 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T18:29:33.204 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:32 smithi164 bash[59705]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.4 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.479745+0000 mon.smithi043 (mon.0) 368 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.479792+0000 mon.smithi043 (mon.0) 369 : cluster [INF] osd.4 failed (root=default,host=smithi164) (connection refused reported by osd.3) 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.480050+0000 mon.smithi043 (mon.0) 370 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.480144+0000 mon.smithi043 (mon.0) 371 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.480389+0000 mon.smithi043 (mon.0) 372 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.480552+0000 mon.smithi043 (mon.0) 373 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.480701+0000 mon.smithi043 (mon.0) 374 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.480850+0000 mon.smithi043 (mon.0) 375 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.481013+0000 mon.smithi043 (mon.0) 376 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.481179+0000 mon.smithi043 (mon.0) 377 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.481350+0000 mon.smithi043 (mon.0) 378 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.481518+0000 mon.smithi043 (mon.0) 379 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.481676+0000 mon.smithi043 (mon.0) 380 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T18:29:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.481844+0000 mon.smithi043 (mon.0) 381 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T18:29:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.482011+0000 mon.smithi043 (mon.0) 382 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T18:29:33.824 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:33.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.471455+0000 mgr.smithi043.oyulcz (mgr.14724) 165 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:29:33.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.752425+0000 mon.smithi043 (mon.0) 383 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:29:33.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:32.760822+0000 mon.smithi043 (mon.0) 384 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-15T18:29:34.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.471455+0000 mgr.smithi043.oyulcz (mgr.14724) 165 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:29:34.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.752425+0000 mon.smithi043 (mon.0) 383 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:29:34.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:32.760822+0000 mon.smithi043 (mon.0) 384 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-15T18:29:35.207 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:33.764206+0000 mon.smithi043 (mon.0) 385 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-02-15T18:29:35.208 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:34 smithi164 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.4.service: Succeeded. 2024-02-15T18:29:35.208 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:34 smithi164 systemd[1]: Stopped Ceph osd.4 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:29:35.208 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:34 smithi164 systemd[1]: Starting Ceph osd.4 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:29:35.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:33.764206+0000 mon.smithi043 (mon.0) 385 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-02-15T18:29:36.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:34.472163+0000 mgr.smithi043.oyulcz (mgr.14724) 166 : cluster [DBG] pgmap v121: 129 pgs: 32 peering, 9 stale+active+clean, 88 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-15T18:29:36.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:34.761718+0000 mon.smithi043 (mon.0) 386 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-02-15T18:29:36.205 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:35 smithi164 bash[59966]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:29:36.205 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:35 smithi164 bash[59966]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-15T18:29:36.205 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:35 smithi164 bash[59966]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-02-15T18:29:36.205 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:35 smithi164 bash[59966]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-15T18:29:36.206 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:35 smithi164 bash[59966]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-15T18:29:36.206 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:35 smithi164 bash[59966]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-15T18:29:36.206 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:35 smithi164 bash[59966]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-15T18:29:36.206 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:35 smithi164 bash[59966]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-15T18:29:36.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:34.472163+0000 mgr.smithi043.oyulcz (mgr.14724) 166 : cluster [DBG] pgmap v121: 129 pgs: 32 peering, 9 stale+active+clean, 88 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-15T18:29:36.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:34.761718+0000 mon.smithi043 (mon.0) 386 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-02-15T18:29:37.194 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:36.768374+0000 mon.smithi043 (mon.0) 387 : cluster [WRN] Health check failed: Degraded data redundancy: 76/1530 objects degraded (4.967%), 10 pgs degraded (PG_DEGRADED) 2024-02-15T18:29:37.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:36.768374+0000 mon.smithi043 (mon.0) 387 : cluster [WRN] Health check failed: Degraded data redundancy: 76/1530 objects degraded (4.967%), 10 pgs degraded (PG_DEGRADED) 2024-02-15T18:29:37.454 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:29:37.199+0000 7fe809dc3700 1 -- 172.21.15.164:0/312471332 <== mon.1 v2:172.21.15.164:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557384200680 con 0x5573841c7400 2024-02-15T18:29:37.454 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:37 smithi164 bash[60236]: 3298786bf6caab4dc16c048917a1d05358aa93f092e72e25e5d05d529513239e 2024-02-15T18:29:37.454 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:37 smithi164 systemd[1]: Started Ceph osd.4 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:29:37.972 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:29:37.715+0000 7fe811851380 -1 Falling back to public interface 2024-02-15T18:29:38.652 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:36.472902+0000 mgr.smithi043.oyulcz (mgr.14724) 167 : cluster [DBG] pgmap v122: 129 pgs: 10 active+undersized+degraded, 32 peering, 2 stale+active+clean, 7 active+undersized, 78 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 76/1530 objects degraded (4.967%) 2024-02-15T18:29:38.652 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:37.320793+0000 mon.smithi043 (mon.0) 388 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:38.652 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:37.321714+0000 mon.smithi043 (mon.0) 389 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:29:38.652 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:37.605473+0000 mon.smithi043 (mon.0) 390 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:38.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:36.472902+0000 mgr.smithi043.oyulcz (mgr.14724) 167 : cluster [DBG] pgmap v122: 129 pgs: 10 active+undersized+degraded, 32 peering, 2 stale+active+clean, 7 active+undersized, 78 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 76/1530 objects degraded (4.967%) 2024-02-15T18:29:38.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:37.320793+0000 mon.smithi043 (mon.0) 388 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:38.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:37.321714+0000 mon.smithi043 (mon.0) 389 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:29:38.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:37.605473+0000 mon.smithi043 (mon.0) 390 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:38.858 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:40.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:38.473621+0000 mgr.smithi043.oyulcz (mgr.14724) 168 : cluster [DBG] pgmap v123: 129 pgs: 29 active+undersized+degraded, 4 peering, 24 active+undersized, 72 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 247/1530 objects degraded (16.144%) 2024-02-15T18:29:40.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:38.473621+0000 mgr.smithi043.oyulcz (mgr.14724) 168 : cluster [DBG] pgmap v123: 129 pgs: 29 active+undersized+degraded, 4 peering, 24 active+undersized, 72 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 247/1530 objects degraded (16.144%) 2024-02-15T18:29:41.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:40.491501+0000 mon.smithi043 (mon.0) 391 : cluster [WRN] Health check update: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-02-15T18:29:41.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:40.491501+0000 mon.smithi043 (mon.0) 391 : cluster [WRN] Health check update: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-02-15T18:29:42.704 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:29:42.553+0000 7fe811851380 -1 osd.4 89 log_to_monitors {default=true} 2024-02-15T18:29:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:40.474387+0000 mgr.smithi043.oyulcz (mgr.14724) 169 : cluster [DBG] pgmap v124: 129 pgs: 31 active+undersized+degraded, 26 active+undersized, 72 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 259/1530 objects degraded (16.928%) 2024-02-15T18:29:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:41.323321+0000 mon.smithi043 (mon.0) 392 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-15T18:29:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.537856+0000 mon.smithi043 (mon.0) 393 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.839840+0000 mon.smithi043 (mon.0) 394 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:29:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.840808+0000 mon.smithi043 (mon.0) 395 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:29:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.846035+0000 mon.smithi043 (mon.0) 396 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.852436+0000 mon.smithi043 (mon.0) 397 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.855939+0000 mon.smithi043 (mon.0) 398 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:29:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.858523+0000 mon.smithi043 (mon.0) 399 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.859991+0000 mon.smithi043 (mon.0) 400 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:42.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.861478+0000 mon.smithi043 (mon.0) 401 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:42.706 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.863017+0000 mon.smithi043 (mon.0) 402 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:29:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:40.474387+0000 mgr.smithi043.oyulcz (mgr.14724) 169 : cluster [DBG] pgmap v124: 129 pgs: 31 active+undersized+degraded, 26 active+undersized, 72 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 259/1530 objects degraded (16.928%) 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:41.323321+0000 mon.smithi043 (mon.0) 392 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.537856+0000 mon.smithi043 (mon.0) 393 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.839840+0000 mon.smithi043 (mon.0) 394 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.840808+0000 mon.smithi043 (mon.0) 395 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.846035+0000 mon.smithi043 (mon.0) 396 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.852436+0000 mon.smithi043 (mon.0) 397 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.855939+0000 mon.smithi043 (mon.0) 398 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.858523+0000 mon.smithi043 (mon.0) 399 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.859991+0000 mon.smithi043 (mon.0) 400 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.861478+0000 mon.smithi043 (mon.0) 401 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:29:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.863017+0000 mon.smithi043 (mon.0) 402 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:29:43.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:41.863189+0000 mgr.smithi043.oyulcz (mgr.14724) 170 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:29:43.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:29:41.863974+0000 mgr.smithi043.oyulcz (mgr.14724) 171 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-02-15T18:29:43.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:42.558191+0000 mon.smithi164 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.164:6800/2584139975,v1:172.21.15.164:6801/2584139975]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:29:43.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:42.558664+0000 mon.smithi043 (mon.0) 403 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:29:43.704 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:29:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:29:43.351+0000 7fe800533700 -1 osd.4 89 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:29:43.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:41.863189+0000 mgr.smithi043.oyulcz (mgr.14724) 170 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:29:43.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:29:41.863974+0000 mgr.smithi043.oyulcz (mgr.14724) 171 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-02-15T18:29:43.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:42.558191+0000 mon.smithi164 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.164:6800/2584139975,v1:172.21.15.164:6801/2584139975]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:29:43.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:42.558664+0000 mon.smithi043 (mon.0) 403 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:29:43.908 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:44.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:42.475201+0000 mgr.smithi043.oyulcz (mgr.14724) 172 : cluster [DBG] pgmap v125: 129 pgs: 31 active+undersized+degraded, 26 active+undersized, 72 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 210 B/s rd, 105 B/s wr, 0 op/s; 259/1530 objects degraded (16.928%) 2024-02-15T18:29:44.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:43.337010+0000 mon.smithi043 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T18:29:44.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:43.337084+0000 mon.smithi043 (mon.0) 405 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-02-15T18:29:44.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:43.338384+0000 mon.smithi164 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.164:6800/2584139975,v1:172.21.15.164:6801/2584139975]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:29:44.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:43.338792+0000 mon.smithi043 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:29:44.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:42.475201+0000 mgr.smithi043.oyulcz (mgr.14724) 172 : cluster [DBG] pgmap v125: 129 pgs: 31 active+undersized+degraded, 26 active+undersized, 72 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 210 B/s rd, 105 B/s wr, 0 op/s; 259/1530 objects degraded (16.928%) 2024-02-15T18:29:44.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:43.337010+0000 mon.smithi043 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T18:29:44.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:43.337084+0000 mon.smithi043 (mon.0) 405 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-02-15T18:29:44.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:43.338384+0000 mon.smithi164 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.164:6800/2584139975,v1:172.21.15.164:6801/2584139975]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:29:44.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:43.338792+0000 mon.smithi043 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:29:45.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:44.334715+0000 mon.smithi043 (mon.0) 407 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:29:45.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:44.338943+0000 mon.smithi043 (mon.0) 408 : cluster [INF] osd.4 [v2:172.21.15.164:6800/2584139975,v1:172.21.15.164:6801/2584139975] boot 2024-02-15T18:29:45.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:44.338985+0000 mon.smithi043 (mon.0) 409 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-02-15T18:29:45.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:44.339440+0000 mon.smithi043 (mon.0) 410 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:29:45.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:45.340821+0000 mon.smithi043 (mon.0) 411 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-02-15T18:29:45.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:44.334715+0000 mon.smithi043 (mon.0) 407 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:29:45.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:44.338943+0000 mon.smithi043 (mon.0) 408 : cluster [INF] osd.4 [v2:172.21.15.164:6800/2584139975,v1:172.21.15.164:6801/2584139975] boot 2024-02-15T18:29:45.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:44.338985+0000 mon.smithi043 (mon.0) 409 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-02-15T18:29:45.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:44.339440+0000 mon.smithi043 (mon.0) 410 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:29:45.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:45.340821+0000 mon.smithi043 (mon.0) 411 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-02-15T18:29:46.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:44.475759+0000 mgr.smithi043.oyulcz (mgr.14724) 173 : cluster [DBG] pgmap v128: 129 pgs: 31 active+undersized+degraded, 26 active+undersized, 72 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 259/1530 objects degraded (16.928%) 2024-02-15T18:29:46.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:45.492503+0000 mon.smithi043 (mon.0) 412 : cluster [WRN] Health check update: Degraded data redundancy: 259/1530 objects degraded (16.928%), 31 pgs degraded (PG_DEGRADED) 2024-02-15T18:29:46.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:44.475759+0000 mgr.smithi043.oyulcz (mgr.14724) 173 : cluster [DBG] pgmap v128: 129 pgs: 31 active+undersized+degraded, 26 active+undersized, 72 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 259/1530 objects degraded (16.928%) 2024-02-15T18:29:46.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:45.492503+0000 mon.smithi043 (mon.0) 412 : cluster [WRN] Health check update: Degraded data redundancy: 259/1530 objects degraded (16.928%), 31 pgs degraded (PG_DEGRADED) 2024-02-15T18:29:48.652 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:46.476409+0000 mgr.smithi043.oyulcz (mgr.14724) 174 : cluster [DBG] pgmap v130: 129 pgs: 23 active+undersized+degraded, 24 active+undersized, 82 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 193/1530 objects degraded (12.614%) 2024-02-15T18:29:48.652 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:47.752433+0000 mon.smithi043 (mon.0) 413 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:48.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:46.476409+0000 mgr.smithi043.oyulcz (mgr.14724) 174 : cluster [DBG] pgmap v130: 129 pgs: 23 active+undersized+degraded, 24 active+undersized, 82 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 193/1530 objects degraded (12.614%) 2024-02-15T18:29:48.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:47.752433+0000 mon.smithi043 (mon.0) 413 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:48.954 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:50.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:48.477072+0000 mgr.smithi043.oyulcz (mgr.14724) 175 : cluster [DBG] pgmap v131: 129 pgs: 1 active+undersized+degraded, 1 active+undersized, 127 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 1/1530 objects degraded (0.065%) 2024-02-15T18:29:50.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:48.477072+0000 mgr.smithi043.oyulcz (mgr.14724) 175 : cluster [DBG] pgmap v131: 129 pgs: 1 active+undersized+degraded, 1 active+undersized, 127 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 1/1530 objects degraded (0.065%) 2024-02-15T18:29:51.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:50.493452+0000 mon.smithi043 (mon.0) 414 : cluster [WRN] Health check update: Degraded data redundancy: 1/1530 objects degraded (0.065%), 1 pg degraded (PG_DEGRADED) 2024-02-15T18:29:51.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:50.493452+0000 mon.smithi043 (mon.0) 414 : cluster [WRN] Health check update: Degraded data redundancy: 1/1530 objects degraded (0.065%), 1 pg degraded (PG_DEGRADED) 2024-02-15T18:29:52.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:50.477554+0000 mgr.smithi043.oyulcz (mgr.14724) 176 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 286 B/s rd, 286 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:52.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:51.366024+0000 mon.smithi043 (mon.0) 415 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/1530 objects degraded (0.065%), 1 pg degraded) 2024-02-15T18:29:52.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:51.366081+0000 mon.smithi043 (mon.0) 416 : cluster [INF] Cluster is now healthy 2024-02-15T18:29:52.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:50.477554+0000 mgr.smithi043.oyulcz (mgr.14724) 176 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 286 B/s rd, 286 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:52.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:51.366024+0000 mon.smithi043 (mon.0) 415 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/1530 objects degraded (0.065%), 1 pg degraded) 2024-02-15T18:29:52.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:51.366081+0000 mon.smithi043 (mon.0) 416 : cluster [INF] Cluster is now healthy 2024-02-15T18:29:53.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:52.478094+0000 mgr.smithi043.oyulcz (mgr.14724) 177 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 251 B/s rd, 125 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:53.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:52.605912+0000 mon.smithi043 (mon.0) 417 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:53.999 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:54.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:52.478094+0000 mgr.smithi043.oyulcz (mgr.14724) 177 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 251 B/s rd, 125 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:54.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:52.605912+0000 mon.smithi043 (mon.0) 417 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:55.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:54.478745+0000 mgr.smithi043.oyulcz (mgr.14724) 178 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:56.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:54.478745+0000 mgr.smithi043.oyulcz (mgr.14724) 178 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:57.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:56.479395+0000 mgr.smithi043.oyulcz (mgr.14724) 179 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 367 B/s rd, 183 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:57.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:56.870446+0000 mon.smithi043 (mon.0) 418 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:29:57.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:56.870616+0000 mgr.smithi043.oyulcz (mgr.14724) 180 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:29:57.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:29:56.871776+0000 mgr.smithi043.oyulcz (mgr.14724) 181 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-15T18:29:58.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:56.479395+0000 mgr.smithi043.oyulcz (mgr.14724) 179 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 367 B/s rd, 183 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:58.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:56.870446+0000 mon.smithi043 (mon.0) 418 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:29:58.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:56.870616+0000 mgr.smithi043.oyulcz (mgr.14724) 180 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:29:58.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:29:56.871776+0000 mgr.smithi043.oyulcz (mgr.14724) 181 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-15T18:29:58.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:57.766597+0000 mon.smithi043 (mon.0) 419 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:58.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:58.552188+0000 mon.smithi043 (mon.0) 420 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:58.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:58.553108+0000 mon.smithi043 (mon.0) 421 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T18:29:58.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:58.553828+0000 mon.smithi043 (mon.0) 422 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:29:59.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:57.766597+0000 mon.smithi043 (mon.0) 419 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:59.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:58.552188+0000 mon.smithi043 (mon.0) 420 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:29:59.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:58.553108+0000 mon.smithi043 (mon.0) 421 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T18:29:59.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:58.553828+0000 mon.smithi043 (mon.0) 422 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:29:59.041 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:29:59.792 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:29:59.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:29:58.480118+0000 mgr.smithi043.oyulcz (mgr.14724) 182 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:29:59.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:29:58.547113+0000 mgr.smithi043.oyulcz (mgr.14724) 183 : cephadm [INF] Upgrade: Updating osd.5 2024-02-15T18:29:59.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:29:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:29:58.555167+0000 mgr.smithi043.oyulcz (mgr.14724) 184 : cephadm [INF] Deploying daemon osd.5 on smithi164 2024-02-15T18:30:00.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:29:58.480118+0000 mgr.smithi043.oyulcz (mgr.14724) 182 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:30:00.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:29:58.547113+0000 mgr.smithi043.oyulcz (mgr.14724) 183 : cephadm [INF] Upgrade: Updating osd.5 2024-02-15T18:30:00.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:29:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:29:58.555167+0000 mgr.smithi043.oyulcz (mgr.14724) 184 : cephadm [INF] Deploying daemon osd.5 on smithi164 2024-02-15T18:30:00.387 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (10m) 48s ago 12m 21.7M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (2m) 48s ago 12m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (2m) 18s ago 11m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (10m) 48s ago 12m 32.2M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (6m) 48s ago 6m 14.0M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (6m) 18s ago 6m 40.5M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (3m) 48s ago 14m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (3m) 18s ago 11m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (3m) 48s ago 14m 50.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (3m) 18s ago 11m 47.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (4m) 48s ago 4m 78.8M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (4m) 18s ago 4m 75.8M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (12m) 48s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:30:00.388 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (11m) 18s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:30:00.389 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (2m) 48s ago 10m 110M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:30:00.389 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (118s) 48s ago 10m 101M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:30:00.389 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (87s) 48s ago 10m 76.6M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f3b05106ef19 2024-02-15T18:30:00.389 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (55s) 48s ago 9m 15.2M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 0eb51caf176e 2024-02-15T18:30:00.389 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (23s) 18s ago 9m 13.4M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 3298786bf6ca 2024-02-15T18:30:00.389 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (9m) 18s ago 9m 374M 2712M 16.2.5 6933c2a0b7dd 533a668fd21e 2024-02-15T18:30:00.389 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (8m) 18s ago 8m 304M 2712M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:30:00.389 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (8m) 18s ago 8m 451M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:30:00.389 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (3m) 48s ago 11m 58.1M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:30:00.745 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:30:00.745 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:30:00.745 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:30:00.745 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:30:00.745 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:30:00.745 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:30:00.745 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:30:00.745 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 9, 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:30:00.746 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:30:01.049 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:30:01.049 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:30:01.049 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:30:01.049 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:30:01.049 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:30:01.049 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:30:01.049 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:30:01.049 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:30:01.049 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:30:01.049 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "11/23 daemons upgraded", 2024-02-15T18:30:01.050 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:30:01.050 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:30:01.050 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:30:01.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:29:59.785568+0000 mgr.smithi043.oyulcz (mgr.14724) 185 : audit [DBG] from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:01.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:00.000110+0000 mon.smithi043 (mon.0) 423 : cluster [INF] overall HEALTH_OK 2024-02-15T18:30:01.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:00.089085+0000 mgr.smithi043.oyulcz (mgr.14724) 186 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:01.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:00.384980+0000 mgr.smithi043.oyulcz (mgr.14724) 187 : audit [DBG] from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:01.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:00.751806+0000 mon.smithi043 (mon.0) 424 : audit [DBG] from='client.? 172.21.15.43:0/2446968234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:01.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:29:59.785568+0000 mgr.smithi043.oyulcz (mgr.14724) 185 : audit [DBG] from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:01.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:00.000110+0000 mon.smithi043 (mon.0) 423 : cluster [INF] overall HEALTH_OK 2024-02-15T18:30:01.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:00.089085+0000 mgr.smithi043.oyulcz (mgr.14724) 186 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:01.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:00.384980+0000 mgr.smithi043.oyulcz (mgr.14724) 187 : audit [DBG] from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:01.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:00.751806+0000 mon.smithi043 (mon.0) 424 : audit [DBG] from='client.? 172.21.15.43:0/2446968234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:02.148 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:00.480539+0000 mgr.smithi043.oyulcz (mgr.14724) 188 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:30:02.149 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:01.055428+0000 mgr.smithi043.oyulcz (mgr.14724) 189 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:02.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:00.480539+0000 mgr.smithi043.oyulcz (mgr.14724) 188 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:30:02.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:01.055428+0000 mgr.smithi043.oyulcz (mgr.14724) 189 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:02.454 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:02 smithi164 systemd[1]: Stopping Ceph osd.5 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:30:02.774 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.5[43686]: debug 2024-02-15T18:30:02.479+0000 7f4f15dde700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:30:02.774 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.5[43686]: debug 2024-02-15T18:30:02.479+0000 7f4f15dde700 -1 osd.5 94 *** Got signal Terminated *** 2024-02-15T18:30:02.774 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.5[43686]: debug 2024-02-15T18:30:02.479+0000 7f4f15dde700 -1 osd.5 94 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:30:03.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.751902+0000 mon.smithi043 (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:30:03.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.751967+0000 mon.smithi043 (mon.0) 426 : cluster [INF] osd.5 failed (root=default,host=smithi164) (connection refused reported by osd.6) 2024-02-15T18:30:03.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.752087+0000 mon.smithi043 (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:30:03.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.752686+0000 mon.smithi043 (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:30:03.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.752810+0000 mon.smithi043 (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:30:03.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.752907+0000 mon.smithi043 (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:30:03.071 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.753000+0000 mon.smithi043 (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:30:03.071 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.753133+0000 mon.smithi043 (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:30:03.071 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.753205+0000 mon.smithi043 (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:30:03.071 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.753355+0000 mon.smithi043 (mon.0) 434 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:30:03.071 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.753418+0000 mon.smithi043 (mon.0) 435 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:30:03.071 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.753546+0000 mon.smithi043 (mon.0) 436 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:30:03.071 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.753604+0000 mon.smithi043 (mon.0) 437 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:30:03.071 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.753769+0000 mon.smithi043 (mon.0) 438 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:30:03.071 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.753837+0000 mon.smithi043 (mon.0) 439 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:30:03.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.751902+0000 mon.smithi043 (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:30:03.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.751967+0000 mon.smithi043 (mon.0) 426 : cluster [INF] osd.5 failed (root=default,host=smithi164) (connection refused reported by osd.6) 2024-02-15T18:30:03.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.752087+0000 mon.smithi043 (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:30:03.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.752686+0000 mon.smithi043 (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.752810+0000 mon.smithi043 (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.752907+0000 mon.smithi043 (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.753000+0000 mon.smithi043 (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.753133+0000 mon.smithi043 (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.753205+0000 mon.smithi043 (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.753355+0000 mon.smithi043 (mon.0) 434 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.753418+0000 mon.smithi043 (mon.0) 435 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.753546+0000 mon.smithi043 (mon.0) 436 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.753604+0000 mon.smithi043 (mon.0) 437 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.753769+0000 mon.smithi043 (mon.0) 438 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:30:03.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.753837+0000 mon.smithi043 (mon.0) 439 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:30:03.410 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:03 smithi164 bash[61632]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.5 2024-02-15T18:30:04.079 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:04.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.481224+0000 mgr.smithi043.oyulcz (mgr.14724) 190 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:30:04.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.776590+0000 mon.smithi043 (mon.0) 440 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:30:04.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:02.785181+0000 mon.smithi043 (mon.0) 441 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-15T18:30:04.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.481224+0000 mgr.smithi043.oyulcz (mgr.14724) 190 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:30:04.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.776590+0000 mon.smithi043 (mon.0) 440 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:30:04.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:02.785181+0000 mon.smithi043 (mon.0) 441 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-15T18:30:05.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:03.787575+0000 mon.smithi043 (mon.0) 442 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-15T18:30:05.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:03.787575+0000 mon.smithi043 (mon.0) 442 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-15T18:30:05.454 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:05 smithi164 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.5.service: Succeeded. 2024-02-15T18:30:05.454 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:05 smithi164 systemd[1]: Stopped Ceph osd.5 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:30:05.455 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:05 smithi164 systemd[1]: Starting Ceph osd.5 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:30:05.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:04.481775+0000 mgr.smithi043.oyulcz (mgr.14724) 191 : cluster [DBG] pgmap v141: 129 pgs: 25 peering, 8 stale+active+clean, 96 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-15T18:30:05.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:04.785558+0000 mon.smithi043 (mon.0) 443 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-02-15T18:30:06.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:04.481775+0000 mgr.smithi043.oyulcz (mgr.14724) 191 : cluster [DBG] pgmap v141: 129 pgs: 25 peering, 8 stale+active+clean, 96 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-15T18:30:06.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:04.785558+0000 mon.smithi043 (mon.0) 443 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-02-15T18:30:06.454 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:06 smithi164 bash[61935]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:30:06.454 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:06 smithi164 bash[61935]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-15T18:30:06.454 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:06 smithi164 bash[61935]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-02-15T18:30:06.454 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:06 smithi164 bash[61935]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-15T18:30:06.454 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:06 smithi164 bash[61935]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-02-15T18:30:06.455 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:06 smithi164 bash[61935]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-15T18:30:06.455 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:06 smithi164 bash[61935]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-15T18:30:06.455 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:06 smithi164 bash[61935]: --> ceph-volume lvm activate successful for osd ID: 5 2024-02-15T18:30:07.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:06.792409+0000 mon.smithi043 (mon.0) 444 : cluster [WRN] Health check failed: Degraded data redundancy: 56/1530 objects degraded (3.660%), 7 pgs degraded (PG_DEGRADED) 2024-02-15T18:30:07.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:06.792409+0000 mon.smithi043 (mon.0) 444 : cluster [WRN] Health check failed: Degraded data redundancy: 56/1530 objects degraded (3.660%), 7 pgs degraded (PG_DEGRADED) 2024-02-15T18:30:07.954 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:30:07.638+0000 7f8c30b31700 1 -- 172.21.15.164:0/2705585508 <== mon.1 v2:172.21.15.164:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560a491aa680 con 0x560a49171000 2024-02-15T18:30:07.954 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:07 smithi164 bash[62192]: 8599b86c412ce4208cdfecb32077826c60c171d0c8d88fff5713dd1e2bd045a8 2024-02-15T18:30:07.954 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:07 smithi164 systemd[1]: Started Ceph osd.5 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:30:07.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:06.482639+0000 mgr.smithi043.oyulcz (mgr.14724) 192 : cluster [DBG] pgmap v142: 129 pgs: 7 active+undersized+degraded, 25 peering, 3 stale+active+clean, 4 active+undersized, 90 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 56/1530 objects degraded (3.660%) 2024-02-15T18:30:07.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:07.606414+0000 mon.smithi043 (mon.0) 445 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:07.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:07.800650+0000 mon.smithi043 (mon.0) 446 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:07.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:07.801593+0000 mon.smithi043 (mon.0) 447 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:30:08.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:06.482639+0000 mgr.smithi043.oyulcz (mgr.14724) 192 : cluster [DBG] pgmap v142: 129 pgs: 7 active+undersized+degraded, 25 peering, 3 stale+active+clean, 4 active+undersized, 90 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 56/1530 objects degraded (3.660%) 2024-02-15T18:30:08.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:07.606414+0000 mon.smithi043 (mon.0) 445 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:08.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:07.800650+0000 mon.smithi043 (mon.0) 446 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:08.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:07.801593+0000 mon.smithi043 (mon.0) 447 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:30:08.454 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:30:08.168+0000 7f8c385bf380 -1 Falling back to public interface 2024-02-15T18:30:09.117 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:10.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:08.483308+0000 mgr.smithi043.oyulcz (mgr.14724) 193 : cluster [DBG] pgmap v143: 129 pgs: 22 active+undersized+degraded, 5 peering, 18 active+undersized, 84 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 161/1530 objects degraded (10.523%) 2024-02-15T18:30:10.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:08.483308+0000 mgr.smithi043.oyulcz (mgr.14724) 193 : cluster [DBG] pgmap v143: 129 pgs: 22 active+undersized+degraded, 5 peering, 18 active+undersized, 84 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 161/1530 objects degraded (10.523%) 2024-02-15T18:30:11.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:10.497491+0000 mon.smithi043 (mon.0) 448 : cluster [WRN] Health check update: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-15T18:30:11.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:10.497491+0000 mon.smithi043 (mon.0) 448 : cluster [WRN] Health check update: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-15T18:30:11.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:10.483977+0000 mgr.smithi043.oyulcz (mgr.14724) 194 : cluster [DBG] pgmap v144: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1530 objects degraded (10.719%) 2024-02-15T18:30:11.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:10.849495+0000 mon.smithi043 (mon.0) 449 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-15T18:30:12.102 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:10.483977+0000 mgr.smithi043.oyulcz (mgr.14724) 194 : cluster [DBG] pgmap v144: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1530 objects degraded (10.719%) 2024-02-15T18:30:12.102 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:10.849495+0000 mon.smithi043 (mon.0) 449 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-15T18:30:13.079 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:30:12.821+0000 7f8c385bf380 -1 osd.5 94 log_to_monitors {default=true} 2024-02-15T18:30:13.454 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:30:13.117+0000 7f8c29aa6700 -1 osd.5 94 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:30:13.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.086090+0000 mon.smithi043 (mon.0) 450 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:13.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.087171+0000 mon.smithi043 (mon.0) 451 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.088056+0000 mon.smithi043 (mon.0) 452 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.092452+0000 mon.smithi043 (mon.0) 453 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.098808+0000 mon.smithi043 (mon.0) 454 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.102377+0000 mon.smithi043 (mon.0) 455 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.104986+0000 mon.smithi043 (mon.0) 456 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.106390+0000 mon.smithi043 (mon.0) 457 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.107732+0000 mon.smithi043 (mon.0) 458 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.109243+0000 mon.smithi043 (mon.0) 459 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.109403+0000 mgr.smithi043.oyulcz (mgr.14724) 195 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:30:12.110288+0000 mgr.smithi043.oyulcz (mgr.14724) 196 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.824346+0000 mon.smithi164 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.164:6808/926185614,v1:172.21.15.164:6809/926185614]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:30:13.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:12.824777+0000 mon.smithi043 (mon.0) 460 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:30:13.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.086090+0000 mon.smithi043 (mon.0) 450 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:13.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.087171+0000 mon.smithi043 (mon.0) 451 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:30:13.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.088056+0000 mon.smithi043 (mon.0) 452 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:30:13.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.092452+0000 mon.smithi043 (mon.0) 453 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:13.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.098808+0000 mon.smithi043 (mon.0) 454 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.102377+0000 mon.smithi043 (mon.0) 455 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:30:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.104986+0000 mon.smithi043 (mon.0) 456 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.106390+0000 mon.smithi043 (mon.0) 457 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.107732+0000 mon.smithi043 (mon.0) 458 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.109243+0000 mon.smithi043 (mon.0) 459 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:30:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.109403+0000 mgr.smithi043.oyulcz (mgr.14724) 195 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:30:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:30:12.110288+0000 mgr.smithi043.oyulcz (mgr.14724) 196 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T18:30:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.824346+0000 mon.smithi164 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.164:6808/926185614,v1:172.21.15.164:6809/926185614]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:30:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:12.824777+0000 mon.smithi043 (mon.0) 460 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:30:14.165 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:14.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:12.484699+0000 mgr.smithi043.oyulcz (mgr.14724) 197 : cluster [DBG] pgmap v145: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 164/1530 objects degraded (10.719%) 2024-02-15T18:30:14.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:13.102852+0000 mon.smithi043 (mon.0) 461 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T18:30:14.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:13.102965+0000 mon.smithi043 (mon.0) 462 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-02-15T18:30:14.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:13.103613+0000 mon.smithi164 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.164:6808/926185614,v1:172.21.15.164:6809/926185614]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:30:14.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:13.104618+0000 mon.smithi043 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:30:14.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:12.484699+0000 mgr.smithi043.oyulcz (mgr.14724) 197 : cluster [DBG] pgmap v145: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 164/1530 objects degraded (10.719%) 2024-02-15T18:30:14.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:13.102852+0000 mon.smithi043 (mon.0) 461 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T18:30:14.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:13.102965+0000 mon.smithi043 (mon.0) 462 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-02-15T18:30:14.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:13.103613+0000 mon.smithi164 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.164:6808/926185614,v1:172.21.15.164:6809/926185614]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:30:14.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:13.104618+0000 mon.smithi043 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:30:15.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:14.101420+0000 mon.smithi043 (mon.0) 464 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:30:15.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:14.106355+0000 mon.smithi043 (mon.0) 465 : cluster [INF] osd.5 [v2:172.21.15.164:6808/926185614,v1:172.21.15.164:6809/926185614] boot 2024-02-15T18:30:15.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:14.106444+0000 mon.smithi043 (mon.0) 466 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-02-15T18:30:15.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:14.107738+0000 mon.smithi043 (mon.0) 467 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:30:15.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:15.106993+0000 mon.smithi043 (mon.0) 468 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-02-15T18:30:15.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:14.101420+0000 mon.smithi043 (mon.0) 464 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:30:15.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:14.106355+0000 mon.smithi043 (mon.0) 465 : cluster [INF] osd.5 [v2:172.21.15.164:6808/926185614,v1:172.21.15.164:6809/926185614] boot 2024-02-15T18:30:15.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:14.106444+0000 mon.smithi043 (mon.0) 466 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-02-15T18:30:15.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:14.107738+0000 mon.smithi043 (mon.0) 467 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:30:15.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:15.106993+0000 mon.smithi043 (mon.0) 468 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-02-15T18:30:16.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:14.485296+0000 mgr.smithi043.oyulcz (mgr.14724) 198 : cluster [DBG] pgmap v148: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1530 objects degraded (10.719%) 2024-02-15T18:30:16.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:15.498598+0000 mon.smithi043 (mon.0) 469 : cluster [WRN] Health check update: Degraded data redundancy: 164/1530 objects degraded (10.719%), 24 pgs degraded (PG_DEGRADED) 2024-02-15T18:30:16.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:14.485296+0000 mgr.smithi043.oyulcz (mgr.14724) 198 : cluster [DBG] pgmap v148: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1530 objects degraded (10.719%) 2024-02-15T18:30:16.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:15.498598+0000 mon.smithi043 (mon.0) 469 : cluster [WRN] Health check update: Degraded data redundancy: 164/1530 objects degraded (10.719%), 24 pgs degraded (PG_DEGRADED) 2024-02-15T18:30:18.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:16.486070+0000 mgr.smithi043.oyulcz (mgr.14724) 199 : cluster [DBG] pgmap v150: 129 pgs: 20 active+undersized+degraded, 19 active+undersized, 90 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 139/1530 objects degraded (9.085%) 2024-02-15T18:30:18.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:17.783719+0000 mon.smithi043 (mon.0) 470 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:18.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:16.486070+0000 mgr.smithi043.oyulcz (mgr.14724) 199 : cluster [DBG] pgmap v150: 129 pgs: 20 active+undersized+degraded, 19 active+undersized, 90 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 139/1530 objects degraded (9.085%) 2024-02-15T18:30:18.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:17.783719+0000 mon.smithi043 (mon.0) 470 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:19.212 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:20.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:18.486687+0000 mgr.smithi043.oyulcz (mgr.14724) 200 : cluster [DBG] pgmap v151: 129 pgs: 1 active+undersized+degraded, 3 active+undersized, 125 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 2/1530 objects degraded (0.131%) 2024-02-15T18:30:20.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:18.486687+0000 mgr.smithi043.oyulcz (mgr.14724) 200 : cluster [DBG] pgmap v151: 129 pgs: 1 active+undersized+degraded, 3 active+undersized, 125 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 2/1530 objects degraded (0.131%) 2024-02-15T18:30:21.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:20.499571+0000 mon.smithi043 (mon.0) 471 : cluster [WRN] Health check update: Degraded data redundancy: 2/1530 objects degraded (0.131%), 1 pg degraded (PG_DEGRADED) 2024-02-15T18:30:21.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:20.499571+0000 mon.smithi043 (mon.0) 471 : cluster [WRN] Health check update: Degraded data redundancy: 2/1530 objects degraded (0.131%), 1 pg degraded (PG_DEGRADED) 2024-02-15T18:30:22.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:20.487153+0000 mgr.smithi043.oyulcz (mgr.14724) 201 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 277 B/s rd, 277 B/s wr, 0 op/s 2024-02-15T18:30:22.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:21.129922+0000 mon.smithi043 (mon.0) 472 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/1530 objects degraded (0.131%), 1 pg degraded) 2024-02-15T18:30:22.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:21.129955+0000 mon.smithi043 (mon.0) 473 : cluster [INF] Cluster is now healthy 2024-02-15T18:30:22.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:20.487153+0000 mgr.smithi043.oyulcz (mgr.14724) 201 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 277 B/s rd, 277 B/s wr, 0 op/s 2024-02-15T18:30:22.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:21.129922+0000 mon.smithi043 (mon.0) 472 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/1530 objects degraded (0.131%), 1 pg degraded) 2024-02-15T18:30:22.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:21.129955+0000 mon.smithi043 (mon.0) 473 : cluster [INF] Cluster is now healthy 2024-02-15T18:30:23.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:22.487723+0000 mgr.smithi043.oyulcz (mgr.14724) 202 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 244 B/s rd, 122 B/s wr, 0 op/s 2024-02-15T18:30:23.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:22.607128+0000 mon.smithi043 (mon.0) 474 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:24.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:22.487723+0000 mgr.smithi043.oyulcz (mgr.14724) 202 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 244 B/s rd, 122 B/s wr, 0 op/s 2024-02-15T18:30:24.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:22.607128+0000 mon.smithi043 (mon.0) 474 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:24.250 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:25.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:24.488390+0000 mgr.smithi043.oyulcz (mgr.14724) 203 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:30:26.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:24.488390+0000 mgr.smithi043.oyulcz (mgr.14724) 203 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:30:27.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:26.489069+0000 mgr.smithi043.oyulcz (mgr.14724) 204 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 359 B/s rd, 179 B/s wr, 0 op/s 2024-02-15T18:30:27.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:27.124171+0000 mon.smithi043 (mon.0) 475 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:30:27.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:27.124387+0000 mgr.smithi043.oyulcz (mgr.14724) 205 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:30:27.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:30:27.125632+0000 mgr.smithi043.oyulcz (mgr.14724) 206 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-15T18:30:28.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:26.489069+0000 mgr.smithi043.oyulcz (mgr.14724) 204 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 359 B/s rd, 179 B/s wr, 0 op/s 2024-02-15T18:30:28.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:27.124171+0000 mon.smithi043 (mon.0) 475 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:30:28.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:27.124387+0000 mgr.smithi043.oyulcz (mgr.14724) 205 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:30:28.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:30:27.125632+0000 mgr.smithi043.oyulcz (mgr.14724) 206 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-15T18:30:29.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:27.796448+0000 mon.smithi043 (mon.0) 476 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:29.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:28.769625+0000 mon.smithi043 (mon.0) 477 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:29.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:28.770503+0000 mon.smithi043 (mon.0) 478 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T18:30:29.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:28.771214+0000 mon.smithi043 (mon.0) 479 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:30:29.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:27.796448+0000 mon.smithi043 (mon.0) 476 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:29.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:28.769625+0000 mon.smithi043 (mon.0) 477 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:29.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:28.770503+0000 mon.smithi043 (mon.0) 478 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T18:30:29.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:28.771214+0000 mon.smithi043 (mon.0) 479 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:30:29.285 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:30.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:28.489826+0000 mgr.smithi043.oyulcz (mgr.14724) 207 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:30:30.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:30:28.764709+0000 mgr.smithi043.oyulcz (mgr.14724) 208 : cephadm [INF] Upgrade: Updating osd.6 2024-02-15T18:30:30.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:30:28.772602+0000 mgr.smithi043.oyulcz (mgr.14724) 209 : cephadm [INF] Deploying daemon osd.6 on smithi164 2024-02-15T18:30:30.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:28.489826+0000 mgr.smithi043.oyulcz (mgr.14724) 207 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:30:30.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:30:28.764709+0000 mgr.smithi043.oyulcz (mgr.14724) 208 : cephadm [INF] Upgrade: Updating osd.6 2024-02-15T18:30:30.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:30:28.772602+0000 mgr.smithi043.oyulcz (mgr.14724) 209 : cephadm [INF] Deploying daemon osd.6 on smithi164 2024-02-15T18:30:31.380 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:30:31.975 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:30:31.975 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (11m) 79s ago 13m 21.7M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (3m) 79s ago 13m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (3m) 19s ago 12m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (11m) 79s ago 12m 32.2M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (7m) 79s ago 7m 14.0M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (7m) 19s ago 7m 40.5M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (4m) 79s ago 14m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (3m) 19s ago 12m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (3m) 79s ago 14m 50.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (3m) 19s ago 12m 50.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (4m) 79s ago 4m 78.8M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (4m) 19s ago 4m 77.4M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (12m) 79s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (11m) 19s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:30:31.976 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (3m) 79s ago 11m 110M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:30:31.977 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (2m) 79s ago 10m 101M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:30:31.977 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (118s) 79s ago 10m 76.6M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f3b05106ef19 2024-02-15T18:30:31.977 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (86s) 79s ago 10m 15.2M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 0eb51caf176e 2024-02-15T18:30:31.977 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (55s) 19s ago 9m 119M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 3298786bf6ca 2024-02-15T18:30:31.977 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (24s) 19s ago 9m 13.1M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8599b86c412c 2024-02-15T18:30:31.977 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (9m) 19s ago 9m 303M 2712M 16.2.5 6933c2a0b7dd 3f75c7e0cb8b 2024-02-15T18:30:31.977 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (8m) 19s ago 8m 451M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:30:31.977 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (4m) 79s ago 12m 58.1M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:30:32.030 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:30.490475+0000 mgr.smithi043.oyulcz (mgr.14724) 210 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:30:32.030 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:31.374614+0000 mgr.smithi043.oyulcz (mgr.14724) 211 : audit [DBG] from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:32.031 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:31 smithi164 systemd[1]: Stopping Ceph osd.6 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:30:32.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:30.490475+0000 mgr.smithi043.oyulcz (mgr.14724) 210 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:30:32.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:31.374614+0000 mgr.smithi043.oyulcz (mgr.14724) 211 : audit [DBG] from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:32.330 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:30:32.330 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:30:32.330 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:30:32.330 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:30:32.330 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:30:32.330 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:30:32.330 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:30:32.330 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:30:32.330 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-15T18:30:32.330 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:30:32.331 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:30:32.331 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:30:32.331 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:30:32.331 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:30:32.331 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:30:32.331 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 10, 2024-02-15T18:30:32.331 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4 2024-02-15T18:30:32.331 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:30:32.331 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:30:32.423 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.6[46558]: debug 2024-02-15T18:30:32.035+0000 7f37b36fa700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:30:32.424 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.6[46558]: debug 2024-02-15T18:30:32.035+0000 7f37b36fa700 -1 osd.6 99 *** Got signal Terminated *** 2024-02-15T18:30:32.424 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.6[46558]: debug 2024-02-15T18:30:32.035+0000 7f37b36fa700 -1 osd.6 99 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "12/23 daemons upgraded", 2024-02-15T18:30:32.632 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:30:32.633 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:30:32.633 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:30:32.703 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:32 smithi164 bash[63537]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.6 2024-02-15T18:30:33.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:31.678656+0000 mgr.smithi043.oyulcz (mgr.14724) 212 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:33.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:31.973321+0000 mgr.smithi043.oyulcz (mgr.14724) 213 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:33.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.304599+0000 mon.smithi043 (mon.0) 480 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:30:33.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.304627+0000 mon.smithi043 (mon.0) 481 : cluster [INF] osd.6 failed (root=default,host=smithi164) (connection refused reported by osd.1) 2024-02-15T18:30:33.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.304759+0000 mon.smithi043 (mon.0) 482 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.304829+0000 mon.smithi043 (mon.0) 483 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.304900+0000 mon.smithi043 (mon.0) 484 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.304975+0000 mon.smithi043 (mon.0) 485 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.305043+0000 mon.smithi043 (mon.0) 486 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.305117+0000 mon.smithi043 (mon.0) 487 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.305214+0000 mon.smithi043 (mon.0) 488 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.305322+0000 mon.smithi043 (mon.0) 489 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.305390+0000 mon.smithi043 (mon.0) 490 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.305472+0000 mon.smithi043 (mon.0) 491 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.305562+0000 mon.smithi043 (mon.0) 492 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.305651+0000 mon.smithi043 (mon.0) 493 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.305748+0000 mon.smithi043 (mon.0) 494 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:32.337286+0000 mon.smithi043 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.43:0/253089961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.623450+0000 mon.smithi043 (mon.0) 496 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:30:33.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.705637+0000 mon.smithi043 (mon.0) 497 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.705799+0000 mon.smithi043 (mon.0) 498 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.705940+0000 mon.smithi043 (mon.0) 499 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.706087+0000 mon.smithi043 (mon.0) 500 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.706242+0000 mon.smithi043 (mon.0) 501 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.706374+0000 mon.smithi043 (mon.0) 502 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.706509+0000 mon.smithi043 (mon.0) 503 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.706717+0000 mon.smithi043 (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.706863+0000 mon.smithi043 (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.707005+0000 mon.smithi043 (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.707135+0000 mon.smithi043 (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.707327+0000 mon.smithi043 (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.707519+0000 mon.smithi043 (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:30:33.206 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.707697+0000 mon.smithi043 (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:31.678656+0000 mgr.smithi043.oyulcz (mgr.14724) 212 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:31.973321+0000 mgr.smithi043.oyulcz (mgr.14724) 213 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.304599+0000 mon.smithi043 (mon.0) 480 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.304627+0000 mon.smithi043 (mon.0) 481 : cluster [INF] osd.6 failed (root=default,host=smithi164) (connection refused reported by osd.1) 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.304759+0000 mon.smithi043 (mon.0) 482 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.304829+0000 mon.smithi043 (mon.0) 483 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.304900+0000 mon.smithi043 (mon.0) 484 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.304975+0000 mon.smithi043 (mon.0) 485 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.305043+0000 mon.smithi043 (mon.0) 486 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.305117+0000 mon.smithi043 (mon.0) 487 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.305214+0000 mon.smithi043 (mon.0) 488 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:30:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.305322+0000 mon.smithi043 (mon.0) 489 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.305390+0000 mon.smithi043 (mon.0) 490 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.305472+0000 mon.smithi043 (mon.0) 491 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.305562+0000 mon.smithi043 (mon.0) 492 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.305651+0000 mon.smithi043 (mon.0) 493 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.305748+0000 mon.smithi043 (mon.0) 494 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:32.337286+0000 mon.smithi043 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.43:0/253089961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.623450+0000 mon.smithi043 (mon.0) 496 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.705637+0000 mon.smithi043 (mon.0) 497 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.705799+0000 mon.smithi043 (mon.0) 498 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.705940+0000 mon.smithi043 (mon.0) 499 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.706087+0000 mon.smithi043 (mon.0) 500 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.706242+0000 mon.smithi043 (mon.0) 501 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.706374+0000 mon.smithi043 (mon.0) 502 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.706509+0000 mon.smithi043 (mon.0) 503 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:30:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.706717+0000 mon.smithi043 (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:30:33.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.706863+0000 mon.smithi043 (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:30:33.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.707005+0000 mon.smithi043 (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:30:33.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.707135+0000 mon.smithi043 (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:30:33.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.707327+0000 mon.smithi043 (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:30:33.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.707519+0000 mon.smithi043 (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:30:33.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.707697+0000 mon.smithi043 (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:30:33.704 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:33 smithi164 bash[63591]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.6" found: no such container 2024-02-15T18:30:34.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.490929+0000 mgr.smithi043.oyulcz (mgr.14724) 214 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:30:34.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:32.638925+0000 mgr.smithi043.oyulcz (mgr.14724) 215 : audit [DBG] from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:34.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.808489+0000 mon.smithi043 (mon.0) 511 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:30:34.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:32.815579+0000 mon.smithi043 (mon.0) 512 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-15T18:30:34.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.490929+0000 mgr.smithi043.oyulcz (mgr.14724) 214 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:30:34.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:32.638925+0000 mgr.smithi043.oyulcz (mgr.14724) 215 : audit [DBG] from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:30:34.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.808489+0000 mon.smithi043 (mon.0) 511 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:30:34.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:32.815579+0000 mon.smithi043 (mon.0) 512 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-15T18:30:34.324 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:34.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:33.817741+0000 mon.smithi043 (mon.0) 513 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-15T18:30:35.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:33.817741+0000 mon.smithi043 (mon.0) 513 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-15T18:30:35.454 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.6.service: Succeeded. 2024-02-15T18:30:35.454 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 systemd[1]: Stopped Ceph osd.6 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:30:35.454 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 systemd[1]: Starting Ceph osd.6 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:30:36.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:34.491537+0000 mgr.smithi043.oyulcz (mgr.14724) 216 : cluster [DBG] pgmap v161: 129 pgs: 29 peering, 4 stale+active+clean, 96 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-15T18:30:36.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:34.815155+0000 mon.smithi043 (mon.0) 514 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs peering (PG_AVAILABILITY) 2024-02-15T18:30:36.204 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 bash[63855]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:30:36.204 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 bash[63855]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-15T18:30:36.205 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 bash[63855]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-02-15T18:30:36.205 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 bash[63855]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-15T18:30:36.205 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 bash[63855]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-15T18:30:36.205 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 bash[63855]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-15T18:30:36.205 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 bash[63855]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-15T18:30:36.205 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:35 smithi164 bash[63855]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-15T18:30:36.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:34.491537+0000 mgr.smithi043.oyulcz (mgr.14724) 216 : cluster [DBG] pgmap v161: 129 pgs: 29 peering, 4 stale+active+clean, 96 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-15T18:30:36.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:34.815155+0000 mon.smithi043 (mon.0) 514 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs peering (PG_AVAILABILITY) 2024-02-15T18:30:37.171 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:36.821568+0000 mon.smithi043 (mon.0) 515 : cluster [WRN] Health check failed: Degraded data redundancy: 42/1530 objects degraded (2.745%), 6 pgs degraded (PG_DEGRADED) 2024-02-15T18:30:37.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:36.821568+0000 mon.smithi043 (mon.0) 515 : cluster [WRN] Health check failed: Degraded data redundancy: 42/1530 objects degraded (2.745%), 6 pgs degraded (PG_DEGRADED) 2024-02-15T18:30:37.454 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:30:37.177+0000 7f6e53749700 1 -- 172.21.15.164:0/1576171655 <== mon.1 v2:172.21.15.164:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56392dad8680 con 0x56392da9f400 2024-02-15T18:30:37.464 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:37 smithi164 bash[64102]: 644ffe0fca0df4a656cdb050c5393f0c35b74f0a2da4277c967f01a70a18877d 2024-02-15T18:30:37.465 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:37 smithi164 systemd[1]: Started Ceph osd.6 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:30:37.954 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:30:37.695+0000 7f6e5b1d7380 -1 Falling back to public interface 2024-02-15T18:30:38.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:36.492341+0000 mgr.smithi043.oyulcz (mgr.14724) 217 : cluster [DBG] pgmap v162: 129 pgs: 6 active+undersized+degraded, 29 peering, 1 stale+active+clean, 4 active+undersized, 89 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 42/1530 objects degraded (2.745%) 2024-02-15T18:30:38.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:37.311995+0000 mon.smithi043 (mon.0) 516 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:38.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:37.312947+0000 mon.smithi043 (mon.0) 517 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:30:38.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:37.606849+0000 mon.smithi043 (mon.0) 518 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:38.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:36.492341+0000 mgr.smithi043.oyulcz (mgr.14724) 217 : cluster [DBG] pgmap v162: 129 pgs: 6 active+undersized+degraded, 29 peering, 1 stale+active+clean, 4 active+undersized, 89 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 42/1530 objects degraded (2.745%) 2024-02-15T18:30:38.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:37.311995+0000 mon.smithi043 (mon.0) 516 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:38.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:37.312947+0000 mon.smithi043 (mon.0) 517 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:30:38.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:37.606849+0000 mon.smithi043 (mon.0) 518 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:39.360 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:39.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:39.311286+0000 mon.smithi043 (mon.0) 519 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs peering) 2024-02-15T18:30:39.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:39.311286+0000 mon.smithi043 (mon.0) 519 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs peering) 2024-02-15T18:30:40.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:38.493218+0000 mgr.smithi043.oyulcz (mgr.14724) 218 : cluster [DBG] pgmap v163: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 171/1530 objects degraded (11.176%) 2024-02-15T18:30:40.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:38.493218+0000 mgr.smithi043.oyulcz (mgr.14724) 218 : cluster [DBG] pgmap v163: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 171/1530 objects degraded (11.176%) 2024-02-15T18:30:42.204 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:30:41.941+0000 7f6e5b1d7380 -1 osd.6 99 log_to_monitors {default=true} 2024-02-15T18:30:42.703 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:30:42.564+0000 7f6e4a6ba700 -1 osd.6 99 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:30:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:40.493771+0000 mgr.smithi043.oyulcz (mgr.14724) 219 : cluster [DBG] pgmap v164: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 171/1530 objects degraded (11.176%) 2024-02-15T18:30:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.532823+0000 mon.smithi043 (mon.0) 520 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.533776+0000 mon.smithi043 (mon.0) 521 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:30:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.534629+0000 mon.smithi043 (mon.0) 522 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:30:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.538830+0000 mon.smithi043 (mon.0) 523 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.544976+0000 mon.smithi043 (mon.0) 524 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.548400+0000 mon.smithi043 (mon.0) 525 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:30:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.550864+0000 mon.smithi043 (mon.0) 526 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.552285+0000 mon.smithi043 (mon.0) 527 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.553616+0000 mon.smithi043 (mon.0) 528 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.555099+0000 mon.smithi043 (mon.0) 529 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:30:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.946076+0000 mon.smithi164 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.164:6816/4030556057,v1:172.21.15.164:6817/4030556057]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:30:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.946499+0000 mon.smithi043 (mon.0) 530 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:40.493771+0000 mgr.smithi043.oyulcz (mgr.14724) 219 : cluster [DBG] pgmap v164: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 171/1530 objects degraded (11.176%) 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.532823+0000 mon.smithi043 (mon.0) 520 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.533776+0000 mon.smithi043 (mon.0) 521 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.534629+0000 mon.smithi043 (mon.0) 522 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.538830+0000 mon.smithi043 (mon.0) 523 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.544976+0000 mon.smithi043 (mon.0) 524 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.548400+0000 mon.smithi043 (mon.0) 525 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.550864+0000 mon.smithi043 (mon.0) 526 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.552285+0000 mon.smithi043 (mon.0) 527 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.553616+0000 mon.smithi043 (mon.0) 528 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:30:42.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.555099+0000 mon.smithi043 (mon.0) 529 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:30:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.946076+0000 mon.smithi164 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.164:6816/4030556057,v1:172.21.15.164:6817/4030556057]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:30:42.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.946499+0000 mon.smithi043 (mon.0) 530 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:30:43.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:41.555275+0000 mgr.smithi043.oyulcz (mgr.14724) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:30:43.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:30:41.556098+0000 mgr.smithi043.oyulcz (mgr.14724) 221 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-15T18:30:43.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:42.547401+0000 mon.smithi043 (mon.0) 531 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T18:30:43.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:42.547463+0000 mon.smithi043 (mon.0) 532 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-02-15T18:30:43.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:42.548426+0000 mon.smithi164 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.164:6816/4030556057,v1:172.21.15.164:6817/4030556057]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:30:43.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:42.550121+0000 mon.smithi043 (mon.0) 533 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:30:43.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:41.555275+0000 mgr.smithi043.oyulcz (mgr.14724) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:30:43.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:30:41.556098+0000 mgr.smithi043.oyulcz (mgr.14724) 221 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-15T18:30:43.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:42.547401+0000 mon.smithi043 (mon.0) 531 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T18:30:43.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:42.547463+0000 mon.smithi043 (mon.0) 532 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-02-15T18:30:43.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:42.548426+0000 mon.smithi164 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.164:6816/4030556057,v1:172.21.15.164:6817/4030556057]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:30:43.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:42.550121+0000 mon.smithi043 (mon.0) 533 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:30:44.403 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:44.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:42.494566+0000 mgr.smithi043.oyulcz (mgr.14724) 222 : cluster [DBG] pgmap v165: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 171/1530 objects degraded (11.176%) 2024-02-15T18:30:44.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:43.545452+0000 mon.smithi043 (mon.0) 534 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:30:44.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:43.550078+0000 mon.smithi043 (mon.0) 535 : cluster [INF] osd.6 [v2:172.21.15.164:6816/4030556057,v1:172.21.15.164:6817/4030556057] boot 2024-02-15T18:30:44.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:43.550136+0000 mon.smithi043 (mon.0) 536 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-02-15T18:30:44.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:43.550499+0000 mon.smithi043 (mon.0) 537 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:30:44.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:42.494566+0000 mgr.smithi043.oyulcz (mgr.14724) 222 : cluster [DBG] pgmap v165: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 171/1530 objects degraded (11.176%) 2024-02-15T18:30:44.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:43.545452+0000 mon.smithi043 (mon.0) 534 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:30:44.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:43.550078+0000 mon.smithi043 (mon.0) 535 : cluster [INF] osd.6 [v2:172.21.15.164:6816/4030556057,v1:172.21.15.164:6817/4030556057] boot 2024-02-15T18:30:44.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:43.550136+0000 mon.smithi043 (mon.0) 536 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-02-15T18:30:44.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:43.550499+0000 mon.smithi043 (mon.0) 537 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:30:45.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:44.495290+0000 mgr.smithi043.oyulcz (mgr.14724) 223 : cluster [DBG] pgmap v168: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 171/1530 objects degraded (11.176%) 2024-02-15T18:30:45.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:44.550898+0000 mon.smithi043 (mon.0) 538 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-02-15T18:30:45.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:45.506616+0000 mon.smithi043 (mon.0) 539 : cluster [WRN] Health check update: Degraded data redundancy: 171/1530 objects degraded (11.176%), 23 pgs degraded (PG_DEGRADED) 2024-02-15T18:30:46.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:44.495290+0000 mgr.smithi043.oyulcz (mgr.14724) 223 : cluster [DBG] pgmap v168: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 171/1530 objects degraded (11.176%) 2024-02-15T18:30:46.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:44.550898+0000 mon.smithi043 (mon.0) 538 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-02-15T18:30:46.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:45.506616+0000 mon.smithi043 (mon.0) 539 : cluster [WRN] Health check update: Degraded data redundancy: 171/1530 objects degraded (11.176%), 23 pgs degraded (PG_DEGRADED) 2024-02-15T18:30:47.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:46.496073+0000 mgr.smithi043.oyulcz (mgr.14724) 224 : cluster [DBG] pgmap v170: 129 pgs: 19 active+undersized+degraded, 17 active+undersized, 93 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 148/1530 objects degraded (9.673%) 2024-02-15T18:30:48.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:46.496073+0000 mgr.smithi043.oyulcz (mgr.14724) 224 : cluster [DBG] pgmap v170: 129 pgs: 19 active+undersized+degraded, 17 active+undersized, 93 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 148/1530 objects degraded (9.673%) 2024-02-15T18:30:49.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:47.812778+0000 mon.smithi043 (mon.0) 540 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:49.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:47.812778+0000 mon.smithi043 (mon.0) 540 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:49.445 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:50.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:48.496753+0000 mgr.smithi043.oyulcz (mgr.14724) 225 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:30:50.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:48.810641+0000 mon.smithi043 (mon.0) 541 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 148/1530 objects degraded (9.673%), 19 pgs degraded) 2024-02-15T18:30:50.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:48.810704+0000 mon.smithi043 (mon.0) 542 : cluster [INF] Cluster is now healthy 2024-02-15T18:30:50.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:48.496753+0000 mgr.smithi043.oyulcz (mgr.14724) 225 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:30:50.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:48.810641+0000 mon.smithi043 (mon.0) 541 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 148/1530 objects degraded (9.673%), 19 pgs degraded) 2024-02-15T18:30:50.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:48.810704+0000 mon.smithi043 (mon.0) 542 : cluster [INF] Cluster is now healthy 2024-02-15T18:30:52.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:50.497273+0000 mgr.smithi043.oyulcz (mgr.14724) 226 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 257 B/s rd, 257 B/s wr, 0 op/s 2024-02-15T18:30:52.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:50.497273+0000 mgr.smithi043.oyulcz (mgr.14724) 226 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 257 B/s rd, 257 B/s wr, 0 op/s 2024-02-15T18:30:53.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:52.497925+0000 mgr.smithi043.oyulcz (mgr.14724) 227 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 228 B/s rd, 228 B/s wr, 0 op/s 2024-02-15T18:30:53.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:52.607672+0000 mon.smithi043 (mon.0) 543 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:54.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:52.497925+0000 mgr.smithi043.oyulcz (mgr.14724) 227 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 228 B/s rd, 228 B/s wr, 0 op/s 2024-02-15T18:30:54.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:52.607672+0000 mon.smithi043 (mon.0) 543 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:54.478 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:30:55.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:54.498490+0000 mgr.smithi043.oyulcz (mgr.14724) 228 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:30:56.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:54.498490+0000 mgr.smithi043.oyulcz (mgr.14724) 228 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:30:56.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:56 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:56.571664+0000 mon.smithi043 (mon.0) 544 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:30:57.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:56.571664+0000 mon.smithi043 (mon.0) 544 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:30:57.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:56.499220+0000 mgr.smithi043.oyulcz (mgr.14724) 229 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 342 B/s rd, 171 B/s wr, 0 op/s 2024-02-15T18:30:57.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:56.571880+0000 mgr.smithi043.oyulcz (mgr.14724) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:30:57.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:30:56.573014+0000 mgr.smithi043.oyulcz (mgr.14724) 231 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-15T18:30:58.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:56.499220+0000 mgr.smithi043.oyulcz (mgr.14724) 229 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 342 B/s rd, 171 B/s wr, 0 op/s 2024-02-15T18:30:58.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:56.571880+0000 mgr.smithi043.oyulcz (mgr.14724) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:30:58.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:30:56.573014+0000 mgr.smithi043.oyulcz (mgr.14724) 231 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-15T18:30:59.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:57.829419+0000 mon.smithi043 (mon.0) 545 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:59.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:30:58.295803+0000 mgr.smithi043.oyulcz (mgr.14724) 232 : cephadm [INF] Upgrade: Updating osd.7 2024-02-15T18:30:59.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:58.300659+0000 mon.smithi043 (mon.0) 546 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:59.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:58.301570+0000 mon.smithi043 (mon.0) 547 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T18:30:59.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:30:58.302310+0000 mon.smithi043 (mon.0) 548 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:30:59.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:30:58 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:30:58.303658+0000 mgr.smithi043.oyulcz (mgr.14724) 233 : cephadm [INF] Deploying daemon osd.7 on smithi164 2024-02-15T18:30:59.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:57.829419+0000 mon.smithi043 (mon.0) 545 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:59.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:30:58.295803+0000 mgr.smithi043.oyulcz (mgr.14724) 232 : cephadm [INF] Upgrade: Updating osd.7 2024-02-15T18:30:59.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:58.300659+0000 mon.smithi043 (mon.0) 546 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:30:59.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:58.301570+0000 mon.smithi043 (mon.0) 547 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T18:30:59.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:30:58.302310+0000 mon.smithi043 (mon.0) 548 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:30:59.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:30:58 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:30:58.303658+0000 mgr.smithi043.oyulcz (mgr.14724) 233 : cephadm [INF] Deploying daemon osd.7 on smithi164 2024-02-15T18:30:59.522 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:31:00.562 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:30:58.499908+0000 mgr.smithi043.oyulcz (mgr.14724) 234 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:31:00.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:30:58.499908+0000 mgr.smithi043.oyulcz (mgr.14724) 234 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:31:01.953 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:01 smithi164 systemd[1]: Stopping Ceph osd.7 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:31:02.296 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.7[49463]: debug 2024-02-15T18:31:01.995+0000 7fece954d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:31:02.296 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.7[49463]: debug 2024-02-15T18:31:01.995+0000 7fece954d700 -1 osd.7 104 *** Got signal Terminated *** 2024-02-15T18:31:02.296 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.7[49463]: debug 2024-02-15T18:31:01.995+0000 7fece954d700 -1 osd.7 104 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:31:02.703 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:02 smithi164 bash[65436]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.7 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:00.500536+0000 mgr.smithi043.oyulcz (mgr.14724) 235 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.276715+0000 mon.smithi043 (mon.0) 549 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.276784+0000 mon.smithi043 (mon.0) 550 : cluster [INF] osd.7 failed (root=default,host=smithi164) (connection refused reported by osd.0) 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.277129+0000 mon.smithi043 (mon.0) 551 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.277376+0000 mon.smithi043 (mon.0) 552 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.277529+0000 mon.smithi043 (mon.0) 553 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.277685+0000 mon.smithi043 (mon.0) 554 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.277747+0000 mon.smithi043 (mon.0) 555 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.277882+0000 mon.smithi043 (mon.0) 556 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.277931+0000 mon.smithi043 (mon.0) 557 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:31:02.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.278075+0000 mon.smithi043 (mon.0) 558 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:31:02.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.278160+0000 mon.smithi043 (mon.0) 559 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:31:02.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.278340+0000 mon.smithi043 (mon.0) 560 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:31:02.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.278427+0000 mon.smithi043 (mon.0) 561 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:31:02.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.278578+0000 mon.smithi043 (mon.0) 562 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:31:02.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.278662+0000 mon.smithi043 (mon.0) 563 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:31:02.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:00.500536+0000 mgr.smithi043.oyulcz (mgr.14724) 235 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:31:02.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.276715+0000 mon.smithi043 (mon.0) 549 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:31:02.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.276784+0000 mon.smithi043 (mon.0) 550 : cluster [INF] osd.7 failed (root=default,host=smithi164) (connection refused reported by osd.0) 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.277129+0000 mon.smithi043 (mon.0) 551 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.277376+0000 mon.smithi043 (mon.0) 552 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.277529+0000 mon.smithi043 (mon.0) 553 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.277685+0000 mon.smithi043 (mon.0) 554 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.277747+0000 mon.smithi043 (mon.0) 555 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.277882+0000 mon.smithi043 (mon.0) 556 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.277931+0000 mon.smithi043 (mon.0) 557 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.278075+0000 mon.smithi043 (mon.0) 558 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.278160+0000 mon.smithi043 (mon.0) 559 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.278340+0000 mon.smithi043 (mon.0) 560 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.278427+0000 mon.smithi043 (mon.0) 561 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.278578+0000 mon.smithi043 (mon.0) 562 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:31:02.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.278662+0000 mon.smithi043 (mon.0) 563 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:31:02.960 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:31:03.203 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:02 smithi164 bash[65490]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.7" found: no such container 2024-02-15T18:31:03.590 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:31:03.590 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (11m) 111s ago 13m 21.7M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:31:03.590 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (3m) 111s ago 13m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:31:03.590 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (3m) 22s ago 12m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:31:03.590 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (11m) 111s ago 13m 32.2M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:31:03.590 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (7m) 111s ago 7m 14.0M - 16.2.5 6933c2a0b7dd c12a71822975 2024-02-15T18:31:03.590 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (7m) 22s ago 7m 40.5M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:31:03.590 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (4m) 111s ago 15m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (4m) 22s ago 12m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (4m) 111s ago 15m 50.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (4m) 22s ago 12m 53.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (5m) 111s ago 5m 78.8M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (5m) 22s ago 5m 77.5M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (13m) 111s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (12m) 22s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (3m) 111s ago 12m 110M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (3m) 111s ago 11m 101M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (2m) 111s ago 11m 76.6M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f3b05106ef19 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (118s) 111s ago 10m 15.2M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 0eb51caf176e 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (86s) 22s ago 10m 120M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 3298786bf6ca 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (56s) 22s ago 10m 112M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8599b86c412c 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (26s) 22s ago 9m 10.3M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 644ffe0fca0d 2024-02-15T18:31:03.591 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (9m) 22s ago 9m 452M 2712M 16.2.5 6933c2a0b7dd db70e4d01681 2024-02-15T18:31:03.592 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (4m) 111s ago 12m 58.1M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:31:03.669 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.303174+0000 mon.smithi043 (mon.0) 564 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:31:03.669 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.311461+0000 mon.smithi043 (mon.0) 565 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-15T18:31:03.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.303174+0000 mon.smithi043 (mon.0) 564 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:31:03.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.311461+0000 mon.smithi043 (mon.0) 565 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-15T18:31:03.945 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:31:03.945 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:31:03.945 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:31:03.945 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:31:03.945 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:31:03.945 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:31:03.945 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:31:03.945 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:31:03.945 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7 2024-02-15T18:31:03.946 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:31:03.946 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:31:03.946 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:31:03.946 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:31:03.946 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:31:03.946 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 11, 2024-02-15T18:31:03.946 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:31:03.946 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:31:03.946 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:31:04.246 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:31:04.246 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:31:04.246 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:31:04.247 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:31:04.247 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:31:04.247 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:31:04.247 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:31:04.247 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:31:04.247 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:31:04.247 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "13/23 daemons upgraded", 2024-02-15T18:31:04.247 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:31:04.247 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:31:04.247 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:31:04.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:02.500915+0000 mgr.smithi043.oyulcz (mgr.14724) 236 : cluster [DBG] pgmap v179: 129 pgs: 17 stale+active+clean, 112 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:31:04.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:02.955174+0000 mgr.smithi043.oyulcz (mgr.14724) 237 : audit [DBG] from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:04.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:03.260512+0000 mgr.smithi043.oyulcz (mgr.14724) 238 : audit [DBG] from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:04.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:03.313707+0000 mon.smithi043 (mon.0) 566 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-15T18:31:04.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:03.952698+0000 mon.smithi043 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.43:0/2699319663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:04.564 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:31:04.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:02.500915+0000 mgr.smithi043.oyulcz (mgr.14724) 236 : cluster [DBG] pgmap v179: 129 pgs: 17 stale+active+clean, 112 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:31:04.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:02.955174+0000 mgr.smithi043.oyulcz (mgr.14724) 237 : audit [DBG] from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:04.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:03.260512+0000 mgr.smithi043.oyulcz (mgr.14724) 238 : audit [DBG] from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:04.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:03.313707+0000 mon.smithi043 (mon.0) 566 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-15T18:31:04.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:03.952698+0000 mon.smithi043 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.43:0/2699319663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:05.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:04 smithi164 systemd[1]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.7.service: Succeeded. 2024-02-15T18:31:05.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:04 smithi164 systemd[1]: Stopped Ceph osd.7 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:31:05.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:04 smithi164 systemd[1]: Starting Ceph osd.7 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:31:05.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:03.588441+0000 mgr.smithi043.oyulcz (mgr.14724) 239 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:05.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:04.253735+0000 mgr.smithi043.oyulcz (mgr.14724) 240 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:05.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:03.588441+0000 mgr.smithi043.oyulcz (mgr.14724) 239 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:05.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:04.253735+0000 mgr.smithi043.oyulcz (mgr.14724) 240 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:06.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:05 smithi164 bash[65753]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:31:06.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:05 smithi164 bash[65753]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-15T18:31:06.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:05 smithi164 bash[65753]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-02-15T18:31:06.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:05 smithi164 bash[65753]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-15T18:31:06.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:05 smithi164 bash[65753]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-15T18:31:06.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:05 smithi164 bash[65753]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-15T18:31:06.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:05 smithi164 bash[65753]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-15T18:31:06.204 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:05 smithi164 bash[65753]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-15T18:31:06.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:04.501497+0000 mgr.smithi043.oyulcz (mgr.14724) 241 : cluster [DBG] pgmap v181: 129 pgs: 9 active+undersized+degraded, 16 peering, 5 stale+active+clean, 6 active+undersized, 93 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 89/1530 objects degraded (5.817%) 2024-02-15T18:31:06.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:05.312995+0000 mon.smithi043 (mon.0) 568 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-15T18:31:06.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:05.313067+0000 mon.smithi043 (mon.0) 569 : cluster [WRN] Health check failed: Degraded data redundancy: 89/1530 objects degraded (5.817%), 9 pgs degraded (PG_DEGRADED) 2024-02-15T18:31:06.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:04.501497+0000 mgr.smithi043.oyulcz (mgr.14724) 241 : cluster [DBG] pgmap v181: 129 pgs: 9 active+undersized+degraded, 16 peering, 5 stale+active+clean, 6 active+undersized, 93 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 89/1530 objects degraded (5.817%) 2024-02-15T18:31:06.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:05.312995+0000 mon.smithi043 (mon.0) 568 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-15T18:31:06.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:05.313067+0000 mon.smithi043 (mon.0) 569 : cluster [WRN] Health check failed: Degraded data redundancy: 89/1530 objects degraded (5.817%), 9 pgs degraded (PG_DEGRADED) 2024-02-15T18:31:07.703 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:31:07.280+0000 7fe3403da700 1 -- 172.21.15.164:0/1154135049 <== mon.1 v2:172.21.15.164:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562a83f48680 con 0x562a83f0f000 2024-02-15T18:31:07.703 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:07 smithi164 bash[66013]: 29c62b81c1d6457ee1e2f6141bd1f039c541e08a0242e5f41745b0a8c9fccc5c 2024-02-15T18:31:07.703 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:07 smithi164 systemd[1]: Started Ceph osd.7 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715. 2024-02-15T18:31:08.053 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:31:07.800+0000 7fe347e68380 -1 Falling back to public interface 2024-02-15T18:31:08.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:06.502211+0000 mgr.smithi043.oyulcz (mgr.14724) 242 : cluster [DBG] pgmap v182: 129 pgs: 21 active+undersized+degraded, 16 peering, 1 stale+active+clean, 14 active+undersized, 77 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 175/1530 objects degraded (11.438%) 2024-02-15T18:31:08.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:07.375272+0000 mon.smithi043 (mon.0) 570 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:08.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:07.376159+0000 mon.smithi043 (mon.0) 571 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:08.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:07.607655+0000 mon.smithi043 (mon.0) 572 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:08.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:06.502211+0000 mgr.smithi043.oyulcz (mgr.14724) 242 : cluster [DBG] pgmap v182: 129 pgs: 21 active+undersized+degraded, 16 peering, 1 stale+active+clean, 14 active+undersized, 77 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 175/1530 objects degraded (11.438%) 2024-02-15T18:31:08.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:07.375272+0000 mon.smithi043 (mon.0) 570 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:08.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:07.376159+0000 mon.smithi043 (mon.0) 571 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:08.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:07.607655+0000 mon.smithi043 (mon.0) 572 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:09.602 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:31:09.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:08.503087+0000 mgr.smithi043.oyulcz (mgr.14724) 243 : cluster [DBG] pgmap v183: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 236/1530 objects degraded (15.425%) 2024-02-15T18:31:09.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:09.375144+0000 mon.smithi043 (mon.0) 573 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-02-15T18:31:09.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:08.503087+0000 mgr.smithi043.oyulcz (mgr.14724) 243 : cluster [DBG] pgmap v183: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 236/1530 objects degraded (15.425%) 2024-02-15T18:31:09.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:09.375144+0000 mon.smithi043 (mon.0) 573 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-02-15T18:31:10.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:10.512822+0000 mon.smithi043 (mon.0) 574 : cluster [WRN] Health check update: Degraded data redundancy: 236/1530 objects degraded (15.425%), 36 pgs degraded (PG_DEGRADED) 2024-02-15T18:31:11.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:10.512822+0000 mon.smithi043 (mon.0) 574 : cluster [WRN] Health check update: Degraded data redundancy: 236/1530 objects degraded (15.425%), 36 pgs degraded (PG_DEGRADED) 2024-02-15T18:31:11.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:10.503764+0000 mgr.smithi043.oyulcz (mgr.14724) 244 : cluster [DBG] pgmap v184: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 249 B/s wr, 0 op/s; 236/1530 objects degraded (15.425%) 2024-02-15T18:31:11.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.424502+0000 mon.smithi043 (mon.0) 575 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:12.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:10.503764+0000 mgr.smithi043.oyulcz (mgr.14724) 244 : cluster [DBG] pgmap v184: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 249 B/s wr, 0 op/s; 236/1530 objects degraded (15.425%) 2024-02-15T18:31:12.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.424502+0000 mon.smithi043 (mon.0) 575 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:12.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.712720+0000 mon.smithi043 (mon.0) 576 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:12.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.713614+0000 mon.smithi043 (mon.0) 577 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:31:12.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.718433+0000 mon.smithi043 (mon.0) 578 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:12.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.724630+0000 mon.smithi043 (mon.0) 579 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:12.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.728119+0000 mon.smithi043 (mon.0) 580 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:12.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.730950+0000 mon.smithi043 (mon.0) 581 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.732421+0000 mon.smithi043 (mon.0) 582 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.733816+0000 mon.smithi043 (mon.0) 583 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.735687+0000 mon.smithi043 (mon.0) 584 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:11.736396+0000 mgr.smithi043.oyulcz (mgr.14724) 245 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.740000+0000 mon.smithi043 (mon.0) 585 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.740838+0000 mon.smithi043 (mon.0) 586 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.743900+0000 mon.smithi043 (mon.0) 587 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.744580+0000 mon.smithi043 (mon.0) 588 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.747698+0000 mon.smithi043 (mon.0) 589 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.748467+0000 mon.smithi043 (mon.0) 590 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-15T18:31:12.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.751486+0000 mon.smithi043 (mon.0) 591 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-15T18:31:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.752132+0000 mon.smithi043 (mon.0) 592 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-15T18:31:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.755753+0000 mon.smithi043 (mon.0) 593 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-15T18:31:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.756424+0000 mon.smithi043 (mon.0) 594 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-15T18:31:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.759495+0000 mon.smithi043 (mon.0) 595 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-15T18:31:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.760164+0000 mon.smithi043 (mon.0) 596 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-15T18:31:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.763009+0000 mon.smithi043 (mon.0) 597 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-15T18:31:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.763700+0000 mon.smithi043 (mon.0) 598 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-15T18:31:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.766895+0000 mon.smithi043 (mon.0) 599 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-15T18:31:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.767564+0000 mon.smithi043 (mon.0) 600 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-15T18:31:12.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.770405+0000 mon.smithi043 (mon.0) 601 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-15T18:31:12.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:11.772299+0000 mon.smithi043 (mon.0) 602 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi043.gchcpq"]}]: dispatch 2024-02-15T18:31:12.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:11.772835+0000 mgr.smithi043.oyulcz (mgr.14724) 246 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi043.gchcpq 2024-02-15T18:31:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.712720+0000 mon.smithi043 (mon.0) 576 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.713614+0000 mon.smithi043 (mon.0) 577 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:31:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.718433+0000 mon.smithi043 (mon.0) 578 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.724630+0000 mon.smithi043 (mon.0) 579 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.728119+0000 mon.smithi043 (mon.0) 580 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.730950+0000 mon.smithi043 (mon.0) 581 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.732421+0000 mon.smithi043 (mon.0) 582 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.733816+0000 mon.smithi043 (mon.0) 583 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.735687+0000 mon.smithi043 (mon.0) 584 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:11.736396+0000 mgr.smithi043.oyulcz (mgr.14724) 245 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.740000+0000 mon.smithi043 (mon.0) 585 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.740838+0000 mon.smithi043 (mon.0) 586 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.743900+0000 mon.smithi043 (mon.0) 587 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.744580+0000 mon.smithi043 (mon.0) 588 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.747698+0000 mon.smithi043 (mon.0) 589 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.748467+0000 mon.smithi043 (mon.0) 590 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.751486+0000 mon.smithi043 (mon.0) 591 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.752132+0000 mon.smithi043 (mon.0) 592 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.755753+0000 mon.smithi043 (mon.0) 593 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.756424+0000 mon.smithi043 (mon.0) 594 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.759495+0000 mon.smithi043 (mon.0) 595 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.760164+0000 mon.smithi043 (mon.0) 596 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.763009+0000 mon.smithi043 (mon.0) 597 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.763700+0000 mon.smithi043 (mon.0) 598 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-15T18:31:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.766895+0000 mon.smithi043 (mon.0) 599 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-15T18:31:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.767564+0000 mon.smithi043 (mon.0) 600 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-15T18:31:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.770405+0000 mon.smithi043 (mon.0) 601 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-15T18:31:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:11.772299+0000 mon.smithi043 (mon.0) 602 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi043.gchcpq"]}]: dispatch 2024-02-15T18:31:13.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:11.772835+0000 mgr.smithi043.oyulcz (mgr.14724) 246 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi043.gchcpq 2024-02-15T18:31:13.453 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:31:13.037+0000 7fe347e68380 -1 osd.7 104 log_to_monitors {default=true} 2024-02-15T18:31:14.032 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:12.504370+0000 mgr.smithi043.oyulcz (mgr.14724) 247 : cluster [DBG] pgmap v185: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 236/1530 objects degraded (15.425%) 2024-02-15T18:31:14.032 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:13.040911+0000 mon.smithi164 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.164:6824/2624537754,v1:172.21.15.164:6825/2624537754]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:31:14.032 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:13.041317+0000 mon.smithi043 (mon.0) 603 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:31:14.032 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:13.473817+0000 mon.smithi043 (mon.0) 604 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:14.032 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:13.474615+0000 mon.smithi043 (mon.0) 605 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi043.gchcpq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:31:14.032 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:13.475356+0000 mon.smithi043 (mon.0) 606 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:14.203 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:31:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:31:13.792+0000 7fe338b4e700 -1 osd.7 104 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:31:14.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:12.504370+0000 mgr.smithi043.oyulcz (mgr.14724) 247 : cluster [DBG] pgmap v185: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 236/1530 objects degraded (15.425%) 2024-02-15T18:31:14.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:13.040911+0000 mon.smithi164 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.164:6824/2624537754,v1:172.21.15.164:6825/2624537754]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:31:14.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:13.041317+0000 mon.smithi043 (mon.0) 603 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:31:14.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:13.473817+0000 mon.smithi043 (mon.0) 604 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:14.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:13.474615+0000 mon.smithi043 (mon.0) 605 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi043.gchcpq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:31:14.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:13.475356+0000 mon.smithi043 (mon.0) 606 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:14.639 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:31:14.953 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:13.469349+0000 mgr.smithi043.oyulcz (mgr.14724) 248 : cephadm [INF] Upgrade: Updating mds.foofs.smithi043.gchcpq 2024-02-15T18:31:14.953 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:13.475974+0000 mgr.smithi043.oyulcz (mgr.14724) 249 : cephadm [INF] Deploying daemon mds.foofs.smithi043.gchcpq on smithi043 2024-02-15T18:31:14.953 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:13.775741+0000 mon.smithi043 (mon.0) 607 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T18:31:14.953 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:13.775819+0000 mon.smithi043 (mon.0) 608 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-02-15T18:31:14.954 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:13.777340+0000 mon.smithi164 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.164:6824/2624537754,v1:172.21.15.164:6825/2624537754]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:31:14.954 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:13.777777+0000 mon.smithi043 (mon.0) 609 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:31:15.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:13.469349+0000 mgr.smithi043.oyulcz (mgr.14724) 248 : cephadm [INF] Upgrade: Updating mds.foofs.smithi043.gchcpq 2024-02-15T18:31:15.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:13.475974+0000 mgr.smithi043.oyulcz (mgr.14724) 249 : cephadm [INF] Deploying daemon mds.foofs.smithi043.gchcpq on smithi043 2024-02-15T18:31:15.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:13.775741+0000 mon.smithi043 (mon.0) 607 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T18:31:15.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:13.775819+0000 mon.smithi043 (mon.0) 608 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-02-15T18:31:15.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:13.777340+0000 mon.smithi164 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.164:6824/2624537754,v1:172.21.15.164:6825/2624537754]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:31:15.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:13.777777+0000 mon.smithi043 (mon.0) 609 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-15T18:31:16.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:14.504813+0000 mgr.smithi043.oyulcz (mgr.14724) 250 : cluster [DBG] pgmap v187: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 236/1530 objects degraded (15.425%) 2024-02-15T18:31:16.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:14.774288+0000 mon.smithi043 (mon.0) 610 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:31:16.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:14.778511+0000 mon.smithi043 (mon.0) 611 : cluster [INF] osd.7 [v2:172.21.15.164:6824/2624537754,v1:172.21.15.164:6825/2624537754] boot 2024-02-15T18:31:16.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:14.778552+0000 mon.smithi043 (mon.0) 612 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-15T18:31:16.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:14.780060+0000 mon.smithi043 (mon.0) 613 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:31:16.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:15.245898+0000 mon.smithi043 (mon.0) 614 : cluster [WRN] daemon mds.foofs.smithi043.gchcpq compat changed unexpectedly 2024-02-15T18:31:16.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:15.250163+0000 mon.smithi043 (mon.0) 615 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-15T18:31:16.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:14.504813+0000 mgr.smithi043.oyulcz (mgr.14724) 250 : cluster [DBG] pgmap v187: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 236/1530 objects degraded (15.425%) 2024-02-15T18:31:16.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:14.774288+0000 mon.smithi043 (mon.0) 610 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:31:16.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:14.778511+0000 mon.smithi043 (mon.0) 611 : cluster [INF] osd.7 [v2:172.21.15.164:6824/2624537754,v1:172.21.15.164:6825/2624537754] boot 2024-02-15T18:31:16.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:14.778552+0000 mon.smithi043 (mon.0) 612 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-15T18:31:16.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:14.780060+0000 mon.smithi043 (mon.0) 613 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:31:16.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:15.245898+0000 mon.smithi043 (mon.0) 614 : cluster [WRN] daemon mds.foofs.smithi043.gchcpq compat changed unexpectedly 2024-02-15T18:31:16.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:15.250163+0000 mon.smithi043 (mon.0) 615 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-15T18:31:17.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:15.782080+0000 mon.smithi043 (mon.0) 616 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T18:31:17.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:15.787383+0000 mon.smithi043 (mon.0) 617 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 2024-02-15T18:31:17.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:15.782080+0000 mon.smithi043 (mon.0) 616 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T18:31:17.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:15.787383+0000 mon.smithi043 (mon.0) 617 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 2024-02-15T18:31:18.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:16.505446+0000 mgr.smithi043.oyulcz (mgr.14724) 251 : cluster [DBG] pgmap v190: 129 pgs: 27 active+undersized+degraded, 13 active+undersized, 89 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 173/1530 objects degraded (11.307%) 2024-02-15T18:31:18.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:16.787184+0000 mon.smithi043 (mon.0) 618 : cluster [WRN] Health check update: Degraded data redundancy: 173/1530 objects degraded (11.307%), 27 pgs degraded (PG_DEGRADED) 2024-02-15T18:31:18.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:16.505446+0000 mgr.smithi043.oyulcz (mgr.14724) 251 : cluster [DBG] pgmap v190: 129 pgs: 27 active+undersized+degraded, 13 active+undersized, 89 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 173/1530 objects degraded (11.307%) 2024-02-15T18:31:18.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:16.787184+0000 mon.smithi043 (mon.0) 618 : cluster [WRN] Health check update: Degraded data redundancy: 173/1530 objects degraded (11.307%), 27 pgs degraded (PG_DEGRADED) 2024-02-15T18:31:19.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:17.861661+0000 mon.smithi043 (mon.0) 619 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:19.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:17.861661+0000 mon.smithi043 (mon.0) 619 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:19.682 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:31:20.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:18.506022+0000 mgr.smithi043.oyulcz (mgr.14724) 252 : cluster [DBG] pgmap v191: 129 pgs: 13 active+undersized+degraded, 7 active+undersized, 109 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 110/1530 objects degraded (7.190%) 2024-02-15T18:31:20.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:19.559094+0000 mon.smithi043 (mon.0) 620 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:19.559826+0000 mon.smithi043 (mon.0) 621 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:20.227 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:18.506022+0000 mgr.smithi043.oyulcz (mgr.14724) 252 : cluster [DBG] pgmap v191: 129 pgs: 13 active+undersized+degraded, 7 active+undersized, 109 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 110/1530 objects degraded (7.190%) 2024-02-15T18:31:20.228 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:19.559094+0000 mon.smithi043 (mon.0) 620 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:20.228 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:19.559826+0000 mon.smithi043 (mon.0) 621 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:21.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:19.864399+0000 mon.smithi043 (mon.0) 622 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T18:31:21.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:19.867336+0000 mon.smithi043 (mon.0) 623 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1187989674,v1:172.21.15.43:6835/1187989674] up:boot 2024-02-15T18:31:21.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:19.867382+0000 mon.smithi043 (mon.0) 624 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:31:21.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:19.871125+0000 mon.smithi043 (mon.0) 625 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.gchcpq"}]: dispatch 2024-02-15T18:31:21.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:19.864399+0000 mon.smithi043 (mon.0) 622 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T18:31:21.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:19.867336+0000 mon.smithi043 (mon.0) 623 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1187989674,v1:172.21.15.43:6835/1187989674] up:boot 2024-02-15T18:31:21.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:19.867382+0000 mon.smithi043 (mon.0) 624 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.avzzjy=up:active} 1 up:standby 2024-02-15T18:31:21.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:19.871125+0000 mon.smithi043 (mon.0) 625 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.gchcpq"}]: dispatch 2024-02-15T18:31:22.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:20.506678+0000 mgr.smithi043.oyulcz (mgr.14724) 253 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 152 B/s rd, 152 B/s wr, 0 op/s 2024-02-15T18:31:22.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:20.869197+0000 mon.smithi043 (mon.0) 626 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 110/1530 objects degraded (7.190%), 13 pgs degraded) 2024-02-15T18:31:22.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:20.869224+0000 mon.smithi043 (mon.0) 627 : cluster [INF] Cluster is now healthy 2024-02-15T18:31:22.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:20.506678+0000 mgr.smithi043.oyulcz (mgr.14724) 253 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 152 B/s rd, 152 B/s wr, 0 op/s 2024-02-15T18:31:22.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:20.869197+0000 mon.smithi043 (mon.0) 626 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 110/1530 objects degraded (7.190%), 13 pgs degraded) 2024-02-15T18:31:22.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:20.869224+0000 mon.smithi043 (mon.0) 627 : cluster [INF] Cluster is now healthy 2024-02-15T18:31:23.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:22.507246+0000 mgr.smithi043.oyulcz (mgr.14724) 254 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-02-15T18:31:23.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:22.607798+0000 mon.smithi043 (mon.0) 628 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:24.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:22.507246+0000 mgr.smithi043.oyulcz (mgr.14724) 254 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-02-15T18:31:24.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:22.607798+0000 mon.smithi043 (mon.0) 628 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:24.718 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:24.507919+0000 mgr.smithi043.oyulcz (mgr.14724) 255 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 105 B/s rd, 210 B/s wr, 0 op/s 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.105015+0000 mon.smithi043 (mon.0) 629 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.401150+0000 mon.smithi043 (mon.0) 630 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.401797+0000 mon.smithi043 (mon.0) 631 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.405792+0000 mon.smithi043 (mon.0) 632 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.410665+0000 mon.smithi043 (mon.0) 633 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.413431+0000 mon.smithi043 (mon.0) 634 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.415408+0000 mon.smithi043 (mon.0) 635 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.416510+0000 mon.smithi043 (mon.0) 636 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.417572+0000 mon.smithi043 (mon.0) 637 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.419035+0000 mon.smithi043 (mon.0) 638 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:26.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:25.420562+0000 mon.smithi043 (mon.0) 639 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi164.avzzjy"]}]: dispatch 2024-02-15T18:31:26.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:24.507919+0000 mgr.smithi043.oyulcz (mgr.14724) 255 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 105 B/s rd, 210 B/s wr, 0 op/s 2024-02-15T18:31:26.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.105015+0000 mon.smithi043 (mon.0) 629 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:26.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.401150+0000 mon.smithi043 (mon.0) 630 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:26.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.401797+0000 mon.smithi043 (mon.0) 631 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:31:26.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.405792+0000 mon.smithi043 (mon.0) 632 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:26.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.410665+0000 mon.smithi043 (mon.0) 633 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:26.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.413431+0000 mon.smithi043 (mon.0) 634 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:26.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.415408+0000 mon.smithi043 (mon.0) 635 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:26.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.416510+0000 mon.smithi043 (mon.0) 636 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:26.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.417572+0000 mon.smithi043 (mon.0) 637 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:26.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.419035+0000 mon.smithi043 (mon.0) 638 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:26.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:25.420562+0000 mon.smithi043 (mon.0) 639 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi164.avzzjy"]}]: dispatch 2024-02-15T18:31:27.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:25.421010+0000 mgr.smithi043.oyulcz (mgr.14724) 256 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi164.avzzjy 2024-02-15T18:31:27.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:27.053112+0000 mon.smithi043 (mon.0) 640 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:27.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:27.054017+0000 mon.smithi043 (mon.0) 641 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi164.avzzjy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:31:27.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:27.054853+0000 mon.smithi043 (mon.0) 642 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:27.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:25.421010+0000 mgr.smithi043.oyulcz (mgr.14724) 256 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi164.avzzjy 2024-02-15T18:31:27.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:27.053112+0000 mon.smithi043 (mon.0) 640 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:27.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:27.054017+0000 mon.smithi043 (mon.0) 641 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi164.avzzjy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:31:27.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:27.054853+0000 mon.smithi043 (mon.0) 642 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:28.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:26.508495+0000 mgr.smithi043.oyulcz (mgr.14724) 257 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 272 B/s rd, 181 B/s wr, 0 op/s 2024-02-15T18:31:28.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:27.048448+0000 mgr.smithi043.oyulcz (mgr.14724) 258 : cephadm [INF] Upgrade: Updating mds.foofs.smithi164.avzzjy 2024-02-15T18:31:28.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:27.055560+0000 mgr.smithi043.oyulcz (mgr.14724) 259 : cephadm [INF] Deploying daemon mds.foofs.smithi164.avzzjy on smithi164 2024-02-15T18:31:28.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:27.872978+0000 mon.smithi043 (mon.0) 643 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:28.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:26.508495+0000 mgr.smithi043.oyulcz (mgr.14724) 257 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 272 B/s rd, 181 B/s wr, 0 op/s 2024-02-15T18:31:28.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:27.048448+0000 mgr.smithi043.oyulcz (mgr.14724) 258 : cephadm [INF] Upgrade: Updating mds.foofs.smithi164.avzzjy 2024-02-15T18:31:28.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:27.055560+0000 mgr.smithi043.oyulcz (mgr.14724) 259 : cephadm [INF] Deploying daemon mds.foofs.smithi164.avzzjy on smithi164 2024-02-15T18:31:28.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:27.872978+0000 mon.smithi043 (mon.0) 643 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:29.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:28.872642+0000 mon.smithi043 (mon.0) 644 : cluster [WRN] daemon mds.foofs.smithi164.avzzjy compat changed unexpectedly 2024-02-15T18:31:29.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:28.877296+0000 mon.smithi043 (mon.0) 645 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-15T18:31:29.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:31:29.110+0000 7f95fff58700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:31:29.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:28.872642+0000 mon.smithi043 (mon.0) 644 : cluster [WRN] daemon mds.foofs.smithi164.avzzjy compat changed unexpectedly 2024-02-15T18:31:29.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:28.877296+0000 mon.smithi043 (mon.0) 645 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-15T18:31:29.751 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:31:30.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:28.509141+0000 mgr.smithi043.oyulcz (mgr.14724) 260 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:31:30.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:29.111425+0000 mon.smithi043 (mon.0) 646 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-15T18:31:30.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:29.111453+0000 mon.smithi043 (mon.0) 647 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:31:30.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:29.117545+0000 mon.smithi043 (mon.0) 648 : cluster [INF] Standby daemon mds.foofs.smithi043.gchcpq assigned to filesystem foofs as rank 0 2024-02-15T18:31:30.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:29.117682+0000 mon.smithi043 (mon.0) 649 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T18:31:30.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:29.117702+0000 mon.smithi043 (mon.0) 650 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T18:31:30.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:29.117883+0000 mon.smithi043 (mon.0) 651 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-15T18:31:30.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:29.120843+0000 mon.smithi043 (mon.0) 652 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi043.gchcpq=up:replay} 2024-02-15T18:31:30.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:28.509141+0000 mgr.smithi043.oyulcz (mgr.14724) 260 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:31:30.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:29.111425+0000 mon.smithi043 (mon.0) 646 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-15T18:31:30.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:29.111453+0000 mon.smithi043 (mon.0) 647 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:31:30.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:29.117545+0000 mon.smithi043 (mon.0) 648 : cluster [INF] Standby daemon mds.foofs.smithi043.gchcpq assigned to filesystem foofs as rank 0 2024-02-15T18:31:30.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:29.117682+0000 mon.smithi043 (mon.0) 649 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T18:31:30.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:29.117702+0000 mon.smithi043 (mon.0) 650 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T18:31:30.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:29.117883+0000 mon.smithi043 (mon.0) 651 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-15T18:31:30.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:29.120843+0000 mon.smithi043 (mon.0) 652 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi043.gchcpq=up:replay} 2024-02-15T18:31:31.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:30.121237+0000 mon.smithi043 (mon.0) 653 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1187989674,v1:172.21.15.43:6835/1187989674] up:reconnect 2024-02-15T18:31:31.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:30.121286+0000 mon.smithi043 (mon.0) 654 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi043.gchcpq=up:reconnect} 2024-02-15T18:31:31.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:30.121237+0000 mon.smithi043 (mon.0) 653 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1187989674,v1:172.21.15.43:6835/1187989674] up:reconnect 2024-02-15T18:31:31.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:30.121286+0000 mon.smithi043 (mon.0) 654 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi043.gchcpq=up:reconnect} 2024-02-15T18:31:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:30.509536+0000 mgr.smithi043.oyulcz (mgr.14724) 261 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:31:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:31.127010+0000 mon.smithi043 (mon.0) 655 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1187989674,v1:172.21.15.43:6835/1187989674] up:rejoin 2024-02-15T18:31:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:31.127068+0000 mon.smithi043 (mon.0) 656 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi043.gchcpq=up:rejoin} 2024-02-15T18:31:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:31.129812+0000 mon.smithi043 (mon.0) 657 : cluster [INF] daemon mds.foofs.smithi043.gchcpq is now active in filesystem foofs as rank 0 2024-02-15T18:31:32.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:30.509536+0000 mgr.smithi043.oyulcz (mgr.14724) 261 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:31:32.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:31.127010+0000 mon.smithi043 (mon.0) 655 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1187989674,v1:172.21.15.43:6835/1187989674] up:rejoin 2024-02-15T18:31:32.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:31.127068+0000 mon.smithi043 (mon.0) 656 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi043.gchcpq=up:rejoin} 2024-02-15T18:31:32.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:31.129812+0000 mon.smithi043 (mon.0) 657 : cluster [INF] daemon mds.foofs.smithi043.gchcpq is now active in filesystem foofs as rank 0 2024-02-15T18:31:33.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:32.125447+0000 mon.smithi043 (mon.0) 658 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-15T18:31:33.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:32.129825+0000 mon.smithi043 (mon.0) 659 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1187989674,v1:172.21.15.43:6835/1187989674] up:active 2024-02-15T18:31:33.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:32.129897+0000 mon.smithi043 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi043.gchcpq=up:active} 2024-02-15T18:31:33.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:32.125447+0000 mon.smithi043 (mon.0) 658 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-15T18:31:33.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:32.129825+0000 mon.smithi043 (mon.0) 659 : cluster [DBG] mds.? [v2:172.21.15.43:6834/1187989674,v1:172.21.15.43:6835/1187989674] up:active 2024-02-15T18:31:33.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:32.129897+0000 mon.smithi043 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi043.gchcpq=up:active} 2024-02-15T18:31:34.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:32.510246+0000 mgr.smithi043.oyulcz (mgr.14724) 262 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.7 MiB/s rd, 204 B/s wr, 3 op/s 2024-02-15T18:31:34.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:32.510246+0000 mgr.smithi043.oyulcz (mgr.14724) 262 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.7 MiB/s rd, 204 B/s wr, 3 op/s 2024-02-15T18:31:34.587 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:31:34.792 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:31:35.186 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:31:35.186 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (12m) 10s ago 14m 21.6M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:31:35.186 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (4m) 10s ago 14m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:31:35.186 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (4m) 23s ago 13m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (12m) 10s ago 13m 32.3M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (16s) 10s ago 8m 13.3M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5078ea214f4d 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (8m) 23s ago 8m 40.5M - 16.2.5 6933c2a0b7dd 5c5d5d1eca6f 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (5m) 10s ago 15m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (4m) 23s ago 13m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (4m) 10s ago 15m 56.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (4m) 23s ago 13m 37.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (5m) 10s ago 5m 80.6M - 3.5 6933c2a0b7dd f1f84c958ef2 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (5m) 23s ago 5m 78.9M - 3.5 6933c2a0b7dd 5be0841009a5 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (13m) 10s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 27c5ec04a7fa 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (12m) 23s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (4m) 10s ago 12m 114M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (3m) 10s ago 12m 104M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:31:35.187 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (3m) 10s ago 11m 79.2M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f3b05106ef19 2024-02-15T18:31:35.188 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (2m) 10s ago 11m 112M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 0eb51caf176e 2024-02-15T18:31:35.188 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (118s) 23s ago 10m 121M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 3298786bf6ca 2024-02-15T18:31:35.188 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (88s) 23s ago 10m 112M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8599b86c412c 2024-02-15T18:31:35.188 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (58s) 23s ago 10m 98.7M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 644ffe0fca0d 2024-02-15T18:31:35.188 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (28s) 23s ago 9m 12.7M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 29c62b81c1d6 2024-02-15T18:31:35.188 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (5m) 10s ago 13m 60.8M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:31:35.541 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-15T18:31:35.542 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:31:35.542 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:31:35.542 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 13 2024-02-15T18:31:35.542 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:31:35.542 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:31:35.842 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:31:35.842 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:31:35.842 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:31:35.842 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:31:35.842 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:31:35.842 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:31:35.842 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:31:35.843 INFO:teuthology.orchestra.run.smithi043.stdout: "osd", 2024-02-15T18:31:35.843 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:31:35.843 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:31:35.843 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "15/23 daemons upgraded", 2024-02-15T18:31:35.843 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading mds daemons", 2024-02-15T18:31:35.843 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:31:35.843 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:31:36.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:34.510912+0000 mgr.smithi043.oyulcz (mgr.14724) 263 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 204 B/s wr, 9 op/s 2024-02-15T18:31:36.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:34.582296+0000 mgr.smithi043.oyulcz (mgr.14724) 264 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:36.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:34.889040+0000 mgr.smithi043.oyulcz (mgr.14724) 265 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:36.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:35.184868+0000 mgr.smithi043.oyulcz (mgr.14724) 266 : audit [DBG] from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:36.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:35.548564+0000 mon.smithi043 (mon.0) 661 : audit [DBG] from='client.? 172.21.15.43:0/2653581589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:36.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:34.510912+0000 mgr.smithi043.oyulcz (mgr.14724) 263 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 204 B/s wr, 9 op/s 2024-02-15T18:31:36.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:34.582296+0000 mgr.smithi043.oyulcz (mgr.14724) 264 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:36.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:34.889040+0000 mgr.smithi043.oyulcz (mgr.14724) 265 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:36.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:35.184868+0000 mgr.smithi043.oyulcz (mgr.14724) 266 : audit [DBG] from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:36.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:35.548564+0000 mon.smithi043 (mon.0) 661 : audit [DBG] from='client.? 172.21.15.43:0/2653581589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:37.426 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:35.849869+0000 mgr.smithi043.oyulcz (mgr.14724) 267 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:37.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:35.849869+0000 mgr.smithi043.oyulcz (mgr.14724) 267 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:31:38.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:36.511443+0000 mgr.smithi043.oyulcz (mgr.14724) 268 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-02-15T18:31:38.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:37.608612+0000 mon.smithi043 (mon.0) 662 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:38.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:36.511443+0000 mgr.smithi043.oyulcz (mgr.14724) 268 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-02-15T18:31:38.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:37.608612+0000 mon.smithi043 (mon.0) 662 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:39.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:38.231310+0000 mon.smithi043 (mon.0) 663 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:39.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:38.232143+0000 mon.smithi043 (mon.0) 664 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:39.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:38.606563+0000 mon.smithi043 (mon.0) 665 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T18:31:39.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:38.606595+0000 mon.smithi043 (mon.0) 666 : cluster [INF] Cluster is now healthy 2024-02-15T18:31:39.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:38.610063+0000 mon.smithi043 (mon.0) 667 : cluster [DBG] mds.? [v2:172.21.15.164:6832/2908046065,v1:172.21.15.164:6833/2908046065] up:boot 2024-02-15T18:31:39.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:38.610124+0000 mon.smithi043 (mon.0) 668 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi043.gchcpq=up:active} 1 up:standby 2024-02-15T18:31:39.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:38.610279+0000 mon.smithi043 (mon.0) 669 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi164.avzzjy"}]: dispatch 2024-02-15T18:31:39.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:38.231310+0000 mon.smithi043 (mon.0) 663 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:39.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:38.232143+0000 mon.smithi043 (mon.0) 664 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:39.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:38.606563+0000 mon.smithi043 (mon.0) 665 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T18:31:39.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:38.606595+0000 mon.smithi043 (mon.0) 666 : cluster [INF] Cluster is now healthy 2024-02-15T18:31:39.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:38.610063+0000 mon.smithi043 (mon.0) 667 : cluster [DBG] mds.? [v2:172.21.15.164:6832/2908046065,v1:172.21.15.164:6833/2908046065] up:boot 2024-02-15T18:31:39.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:38.610124+0000 mon.smithi043 (mon.0) 668 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi043.gchcpq=up:active} 1 up:standby 2024-02-15T18:31:39.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:38.610279+0000 mon.smithi043 (mon.0) 669 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi164.avzzjy"}]: dispatch 2024-02-15T18:31:39.831 INFO:teuthology.orchestra.run.smithi043.stderr:mount.nfs: mounting smithi043:/fake failed, reason given by server: No such file or directory 2024-02-15T18:31:40.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:38.512150+0000 mgr.smithi043.oyulcz (mgr.14724) 269 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 7.3 KiB/s wr, 13 op/s 2024-02-15T18:31:40.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:38.512150+0000 mgr.smithi043.oyulcz (mgr.14724) 269 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 7.3 KiB/s wr, 13 op/s 2024-02-15T18:31:42.434 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:40.512682+0000 mgr.smithi043.oyulcz (mgr.14724) 270 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.3 KiB/s wr, 11 op/s 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.344250+0000 mon.smithi043 (mon.0) 670 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.345224+0000 mon.smithi043 (mon.0) 671 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.346105+0000 mon.smithi043 (mon.0) 672 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.350813+0000 mon.smithi043 (mon.0) 673 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.356999+0000 mon.smithi043 (mon.0) 674 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.360530+0000 mon.smithi043 (mon.0) 675 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.362984+0000 mon.smithi043 (mon.0) 676 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.364405+0000 mon.smithi043 (mon.0) 677 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.365754+0000 mon.smithi043 (mon.0) 678 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.367694+0000 mon.smithi043 (mon.0) 679 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.369645+0000 mon.smithi043 (mon.0) 680 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:41.370367+0000 mgr.smithi043.oyulcz (mgr.14724) 271 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-15T18:31:42.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.374020+0000 mon.smithi043 (mon.0) 681 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.374848+0000 mon.smithi043 (mon.0) 682 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi043.gchcpq"}]: dispatch 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.377826+0000 mon.smithi043 (mon.0) 683 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi043.gchcpq"}]': finished 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.378530+0000 mon.smithi043 (mon.0) 684 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi164.avzzjy"}]: dispatch 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.381695+0000 mon.smithi043 (mon.0) 685 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi164.avzzjy"}]': finished 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.382685+0000 mon.smithi043 (mon.0) 686 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:41.383307+0000 mgr.smithi043.oyulcz (mgr.14724) 272 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.386919+0000 mon.smithi043 (mon.0) 687 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.388189+0000 mon.smithi043 (mon.0) 688 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:41.388912+0000 mgr.smithi043.oyulcz (mgr.14724) 273 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.392687+0000 mon.smithi043 (mon.0) 689 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.393758+0000 mon.smithi043 (mon.0) 690 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.394856+0000 mon.smithi043 (mon.0) 691 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:41.395463+0000 mgr.smithi043.oyulcz (mgr.14724) 274 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-15T18:31:42.436 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:41.399024+0000 mon.smithi043 (mon.0) 692 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:40.512682+0000 mgr.smithi043.oyulcz (mgr.14724) 270 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.3 KiB/s wr, 11 op/s 2024-02-15T18:31:42.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.344250+0000 mon.smithi043 (mon.0) 670 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.345224+0000 mon.smithi043 (mon.0) 671 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:42.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.346105+0000 mon.smithi043 (mon.0) 672 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:31:42.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.350813+0000 mon.smithi043 (mon.0) 673 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.356999+0000 mon.smithi043 (mon.0) 674 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.360530+0000 mon.smithi043 (mon.0) 675 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.362984+0000 mon.smithi043 (mon.0) 676 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.364405+0000 mon.smithi043 (mon.0) 677 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.365754+0000 mon.smithi043 (mon.0) 678 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.367694+0000 mon.smithi043 (mon.0) 679 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.369645+0000 mon.smithi043 (mon.0) 680 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:41.370367+0000 mgr.smithi043.oyulcz (mgr.14724) 271 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.374020+0000 mon.smithi043 (mon.0) 681 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.374848+0000 mon.smithi043 (mon.0) 682 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi043.gchcpq"}]: dispatch 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.377826+0000 mon.smithi043 (mon.0) 683 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi043.gchcpq"}]': finished 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.378530+0000 mon.smithi043 (mon.0) 684 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi164.avzzjy"}]: dispatch 2024-02-15T18:31:42.704 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.381695+0000 mon.smithi043 (mon.0) 685 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi164.avzzjy"}]': finished 2024-02-15T18:31:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.382685+0000 mon.smithi043 (mon.0) 686 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:41.383307+0000 mgr.smithi043.oyulcz (mgr.14724) 272 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-15T18:31:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.386919+0000 mon.smithi043 (mon.0) 687 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.388189+0000 mon.smithi043 (mon.0) 688 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:41.388912+0000 mgr.smithi043.oyulcz (mgr.14724) 273 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-15T18:31:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.392687+0000 mon.smithi043 (mon.0) 689 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.393758+0000 mon.smithi043 (mon.0) 690 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.394856+0000 mon.smithi043 (mon.0) 691 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:41.395463+0000 mgr.smithi043.oyulcz (mgr.14724) 274 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-15T18:31:42.705 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:41.399024+0000 mon.smithi043 (mon.0) 692 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:43.962 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:42.513171+0000 mgr.smithi043.oyulcz (mgr.14724) 275 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.1 KiB/s wr, 11 op/s 2024-02-15T18:31:43.962 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:42.842958+0000 mgr.smithi043.oyulcz (mgr.14724) 276 : cephadm [INF] Upgrade: Updating nfs.foo.0.1.smithi043.glassh (1/2) 2024-02-15T18:31:43.962 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:42.847895+0000 mon.smithi043 (mon.0) 693 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:43.962 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:42.848600+0000 mgr.smithi043.oyulcz (mgr.14724) 277 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi043.glassh 2024-02-15T18:31:43.962 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:42.848832+0000 mon.smithi043 (mon.0) 694 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:31:43.962 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:42.849429+0000 mgr.smithi043.oyulcz (mgr.14724) 278 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:31:43.962 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:42.849664+0000 mon.smithi043 (mon.0) 695 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:31:43.962 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:42.852944+0000 mon.smithi043 (mon.0) 696 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T18:31:43.963 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:42.854197+0000 mon.smithi043 (mon.0) 697 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:43.963 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:42.895694+0000 mon.smithi043 (mon.0) 698 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:31:43.963 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:42.898981+0000 mon.smithi043 (mon.0) 699 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:31:43.963 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:42.944844+0000 mgr.smithi043.oyulcz (mgr.14724) 279 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:31:43.963 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:42.944945+0000 mgr.smithi043.oyulcz (mgr.14724) 280 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi043.glassh-rgw 2024-02-15T18:31:43.963 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:42.945344+0000 mon.smithi043 (mon.0) 700 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:31:43.963 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:42.951451+0000 mon.smithi043 (mon.0) 701 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:43.963 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:42.952213+0000 mgr.smithi043.oyulcz (mgr.14724) 281 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi043.glassh on smithi043 2024-02-15T18:31:44.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:42.513171+0000 mgr.smithi043.oyulcz (mgr.14724) 275 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.1 KiB/s wr, 11 op/s 2024-02-15T18:31:44.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:42.842958+0000 mgr.smithi043.oyulcz (mgr.14724) 276 : cephadm [INF] Upgrade: Updating nfs.foo.0.1.smithi043.glassh (1/2) 2024-02-15T18:31:44.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:42.847895+0000 mon.smithi043 (mon.0) 693 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:42.848600+0000 mgr.smithi043.oyulcz (mgr.14724) 277 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi043.glassh 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:42.848832+0000 mon.smithi043 (mon.0) 694 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:42.849429+0000 mgr.smithi043.oyulcz (mgr.14724) 278 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:42.849664+0000 mon.smithi043 (mon.0) 695 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:42.852944+0000 mon.smithi043 (mon.0) 696 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:42.854197+0000 mon.smithi043 (mon.0) 697 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:42.895694+0000 mon.smithi043 (mon.0) 698 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:42.898981+0000 mon.smithi043 (mon.0) 699 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:42.944844+0000 mgr.smithi043.oyulcz (mgr.14724) 279 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:42.944945+0000 mgr.smithi043.oyulcz (mgr.14724) 280 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi043.glassh-rgw 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:42.945344+0000 mon.smithi043 (mon.0) 700 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi043.glassh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:42.951451+0000 mon.smithi043 (mon.0) 701 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:44.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:42.952213+0000 mgr.smithi043.oyulcz (mgr.14724) 281 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi043.glassh on smithi043 2024-02-15T18:31:46.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:44.513755+0000 mgr.smithi043.oyulcz (mgr.14724) 282 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 6.2 KiB/s wr, 9 op/s 2024-02-15T18:31:46.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:44.513755+0000 mgr.smithi043.oyulcz (mgr.14724) 282 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 6.2 KiB/s wr, 9 op/s 2024-02-15T18:31:47.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:46.514198+0000 mgr.smithi043.oyulcz (mgr.14724) 283 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 7.5 KiB/s wr, 5 op/s 2024-02-15T18:31:47.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:46.523304+0000 mon.smithi043 (mon.0) 702 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:48.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:46.514198+0000 mgr.smithi043.oyulcz (mgr.14724) 283 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 7.5 KiB/s wr, 5 op/s 2024-02-15T18:31:48.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:46.523304+0000 mon.smithi043 (mon.0) 702 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:49.397 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:48.206303+0000 mgr.smithi043.oyulcz (mgr.14724) 284 : cephadm [INF] Upgrade: Updating nfs.foo.1.1.smithi164.iquvni (2/2) 2024-02-15T18:31:49.397 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:48.211045+0000 mon.smithi043 (mon.0) 703 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:49.397 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:48.211833+0000 mgr.smithi043.oyulcz (mgr.14724) 285 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi164.iquvni 2024-02-15T18:31:49.397 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:48.212149+0000 mon.smithi043 (mon.0) 704 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:31:49.397 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:48.212835+0000 mgr.smithi043.oyulcz (mgr.14724) 286 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:31:49.397 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:48.213112+0000 mon.smithi043 (mon.0) 705 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:31:49.397 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:48.216485+0000 mon.smithi043 (mon.0) 706 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T18:31:49.397 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:48.218362+0000 mon.smithi043 (mon.0) 707 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:49.397 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:48.263356+0000 mon.smithi043 (mon.0) 708 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:31:49.398 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:48.266887+0000 mon.smithi043 (mon.0) 709 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:31:49.398 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:48.314444+0000 mgr.smithi043.oyulcz (mgr.14724) 287 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:31:49.398 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:48.314543+0000 mgr.smithi043.oyulcz (mgr.14724) 288 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi164.iquvni-rgw 2024-02-15T18:31:49.398 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:48.314937+0000 mon.smithi043 (mon.0) 710 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:31:49.398 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:48.316160+0000 mon.smithi043 (mon.0) 711 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:49.398 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:48.316974+0000 mgr.smithi043.oyulcz (mgr.14724) 289 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi164.iquvni on smithi164 2024-02-15T18:31:49.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:48.206303+0000 mgr.smithi043.oyulcz (mgr.14724) 284 : cephadm [INF] Upgrade: Updating nfs.foo.1.1.smithi164.iquvni (2/2) 2024-02-15T18:31:49.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:48.211045+0000 mon.smithi043 (mon.0) 703 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:48.211833+0000 mgr.smithi043.oyulcz (mgr.14724) 285 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi164.iquvni 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:48.212149+0000 mon.smithi043 (mon.0) 704 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:48.212835+0000 mgr.smithi043.oyulcz (mgr.14724) 286 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:48.213112+0000 mon.smithi043 (mon.0) 705 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:48.216485+0000 mon.smithi043 (mon.0) 706 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:48.218362+0000 mon.smithi043 (mon.0) 707 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:48.263356+0000 mon.smithi043 (mon.0) 708 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:48.266887+0000 mon.smithi043 (mon.0) 709 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:48.314444+0000 mgr.smithi043.oyulcz (mgr.14724) 287 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:48.314543+0000 mgr.smithi043.oyulcz (mgr.14724) 288 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi164.iquvni-rgw 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:48.314937+0000 mon.smithi043 (mon.0) 710 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi164.iquvni-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:48.316160+0000 mon.smithi043 (mon.0) 711 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:48.316974+0000 mgr.smithi043.oyulcz (mgr.14724) 289 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi164.iquvni on smithi164 2024-02-15T18:31:50.674 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:50 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:48.515123+0000 mgr.smithi043.oyulcz (mgr.14724) 290 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.7 KiB/s wr, 2 op/s 2024-02-15T18:31:50.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:50 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:48.515123+0000 mgr.smithi043.oyulcz (mgr.14724) 290 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.7 KiB/s wr, 2 op/s 2024-02-15T18:31:51.904 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-15T18:31:51.940 INFO:teuthology.orchestra.run.smithi043.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-15T18:31:51.940 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:31:51.940 INFO:teuthology.orchestra.run.smithi043.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-15T18:31:51.940 INFO:teuthology.orchestra.run.smithi043.stdout:4 of 5 processes prepared for launch 0 sec 2024-02-15T18:31:52.041 INFO:teuthology.orchestra.run.smithi043.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-15T18:31:52.041 INFO:teuthology.orchestra.run.smithi043.stdout:releasing clients 2024-02-15T18:31:52.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:50.515705+0000 mgr.smithi043.oyulcz (mgr.14724) 291 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 2 op/s 2024-02-15T18:31:52.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:52.262616+0000 mon.smithi043 (mon.0) 712 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:52.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:52 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:52.263592+0000 mon.smithi043 (mon.0) 713 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:52.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:50.515705+0000 mgr.smithi043.oyulcz (mgr.14724) 291 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 2 op/s 2024-02-15T18:31:52.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:52.262616+0000 mon.smithi043 (mon.0) 712 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:52.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:52 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:52.263592+0000 mon.smithi043 (mon.0) 713 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:53.041 INFO:teuthology.orchestra.run.smithi043.stdout: 0 1 0.00 MB/sec warmup 1 sec latency 999.879 ms 2024-02-15T18:31:53.916 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:52.516204+0000 mgr.smithi043.oyulcz (mgr.14724) 292 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 KiB/s wr, 5 op/s 2024-02-15T18:31:53.916 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:52.608782+0000 mon.smithi043 (mon.0) 714 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:54.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:52.516204+0000 mgr.smithi043.oyulcz (mgr.14724) 292 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 KiB/s wr, 5 op/s 2024-02-15T18:31:54.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:52.608782+0000 mon.smithi043 (mon.0) 714 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:54.041 INFO:teuthology.orchestra.run.smithi043.stdout: 0 1 0.00 MB/sec warmup 2 sec latency 1999.936 ms 2024-02-15T18:31:55.041 INFO:teuthology.orchestra.run.smithi043.stdout: 0 1 0.00 MB/sec warmup 3 sec latency 2999.963 ms 2024-02-15T18:31:55.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:54.516864+0000 mgr.smithi043.oyulcz (mgr.14724) 293 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2024-02-15T18:31:55.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:55.449767+0000 mon.smithi043 (mon.0) 715 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:56.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:54.516864+0000 mgr.smithi043.oyulcz (mgr.14724) 293 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2024-02-15T18:31:56.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:55.449767+0000 mon.smithi043 (mon.0) 715 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:57.041 INFO:teuthology.orchestra.run.smithi043.stdout: 5 625 49.56 MB/sec execute 1 sec latency 21.428 ms 2024-02-15T18:31:57.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:56.517401+0000 mgr.smithi043.oyulcz (mgr.14724) 294 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 325 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 845 KiB/s wr, 40 op/s 2024-02-15T18:31:58.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:56.517401+0000 mgr.smithi043.oyulcz (mgr.14724) 294 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 325 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 845 KiB/s wr, 40 op/s 2024-02-15T18:31:58.041 INFO:teuthology.orchestra.run.smithi043.stdout: 5 1107 30.51 MB/sec execute 2 sec latency 34.476 ms 2024-02-15T18:31:59.041 INFO:teuthology.orchestra.run.smithi043.stdout: 5 1697 25.78 MB/sec execute 3 sec latency 24.058 ms 2024-02-15T18:31:59.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.015840+0000 mon.smithi043 (mon.0) 716 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:59.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.016884+0000 mon.smithi043 (mon.0) 717 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:59.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.017827+0000 mon.smithi043 (mon.0) 718 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:31:59.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.023513+0000 mon.smithi043 (mon.0) 719 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:59.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.032051+0000 mon.smithi043 (mon.0) 720 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.036808+0000 mon.smithi043 (mon.0) 721 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.041064+0000 mon.smithi043 (mon.0) 722 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.043034+0000 mon.smithi043 (mon.0) 723 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.044787+0000 mon.smithi043 (mon.0) 724 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.047434+0000 mon.smithi043 (mon.0) 725 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.050520+0000 mon.smithi043 (mon.0) 726 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.052019+0000 mon.smithi043 (mon.0) 727 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.053504+0000 mon.smithi043 (mon.0) 728 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.055050+0000 mon.smithi043 (mon.0) 729 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.056565+0000 mon.smithi043 (mon.0) 730 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.058282+0000 mon.smithi043 (mon.0) 731 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:58.059491+0000 mgr.smithi043.oyulcz (mgr.14724) 295 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.064636+0000 mon.smithi043 (mon.0) 732 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.066280+0000 mon.smithi043 (mon.0) 733 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi043.glassh"}]: dispatch 2024-02-15T18:31:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.070773+0000 mon.smithi043 (mon.0) 734 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi043.glassh"}]': finished 2024-02-15T18:31:59.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.071954+0000 mon.smithi043 (mon.0) 735 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi164.iquvni"}]: dispatch 2024-02-15T18:31:59.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:31:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:31:58.078169+0000 mon.smithi043 (mon.0) 736 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi164.iquvni"}]': finished 2024-02-15T18:31:59.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.015840+0000 mon.smithi043 (mon.0) 716 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:59.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.016884+0000 mon.smithi043 (mon.0) 717 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:31:59.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.017827+0000 mon.smithi043 (mon.0) 718 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:31:59.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.023513+0000 mon.smithi043 (mon.0) 719 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:59.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.032051+0000 mon.smithi043 (mon.0) 720 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.036808+0000 mon.smithi043 (mon.0) 721 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.041064+0000 mon.smithi043 (mon.0) 722 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.043034+0000 mon.smithi043 (mon.0) 723 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.044787+0000 mon.smithi043 (mon.0) 724 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.047434+0000 mon.smithi043 (mon.0) 725 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.050520+0000 mon.smithi043 (mon.0) 726 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.052019+0000 mon.smithi043 (mon.0) 727 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.053504+0000 mon.smithi043 (mon.0) 728 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.055050+0000 mon.smithi043 (mon.0) 729 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.056565+0000 mon.smithi043 (mon.0) 730 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.058282+0000 mon.smithi043 (mon.0) 731 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:58.059491+0000 mgr.smithi043.oyulcz (mgr.14724) 295 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.064636+0000 mon.smithi043 (mon.0) 732 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:31:59.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.066280+0000 mon.smithi043 (mon.0) 733 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi043.glassh"}]: dispatch 2024-02-15T18:31:59.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.070773+0000 mon.smithi043 (mon.0) 734 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi043.glassh"}]': finished 2024-02-15T18:31:59.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.071954+0000 mon.smithi043 (mon.0) 735 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi164.iquvni"}]: dispatch 2024-02-15T18:31:59.455 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:31:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:31:58.078169+0000 mon.smithi043 (mon.0) 736 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi164.iquvni"}]': finished 2024-02-15T18:32:00.041 INFO:teuthology.orchestra.run.smithi043.stdout: 5 2437 21.69 MB/sec execute 4 sec latency 21.768 ms 2024-02-15T18:32:00.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:00 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:31:58.517948+0000 mgr.smithi043.oyulcz (mgr.14724) 296 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 5.0 MiB/s wr, 86 op/s 2024-02-15T18:32:00.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:00 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:31:58.517948+0000 mgr.smithi043.oyulcz (mgr.14724) 296 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 5.0 MiB/s wr, 86 op/s 2024-02-15T18:32:01.041 INFO:teuthology.orchestra.run.smithi043.stdout: 5 cleanup 5 sec 2024-02-15T18:32:01.229 INFO:teuthology.orchestra.run.smithi043.stdout: 0 cleanup 5 sec 2024-02-15T18:32:01.229 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:32:01.229 INFO:teuthology.orchestra.run.smithi043.stdout: Operation Count AvgLat MaxLat 2024-02-15T18:32:01.229 INFO:teuthology.orchestra.run.smithi043.stdout: ---------------------------------------- 2024-02-15T18:32:01.229 INFO:teuthology.orchestra.run.smithi043.stdout: NTCreateX 2199 3.114 34.473 2024-02-15T18:32:01.229 INFO:teuthology.orchestra.run.smithi043.stdout: Close 1854 2.647 30.254 2024-02-15T18:32:01.229 INFO:teuthology.orchestra.run.smithi043.stdout: Rename 107 8.826 25.966 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: Unlink 242 3.898 17.566 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: Qpathinfo 2012 1.192 22.102 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: Qfileinfo 653 6.710 22.305 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: Qfsinfo 301 0.675 7.699 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: Sfileinfo 250 8.864 26.088 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: Find 688 0.324 3.948 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: WriteX 2220 0.020 0.059 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: ReadX 3884 0.011 1.717 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: LockX 10 0.327 0.962 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: UnlockX 10 0.238 0.299 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: Flush 193 9.702 27.782 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:32:01.230 INFO:teuthology.orchestra.run.smithi043.stdout:Throughput 21.6875 MB/sec 5 clients 5 procs max_latency=34.476 ms 2024-02-15T18:32:01.231 DEBUG:teuthology.parallel:result is None 2024-02-15T18:32:01.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:59.677147+0000 mgr.smithi043.oyulcz (mgr.14724) 297 : cephadm [INF] Upgrade: Updating node-exporter.smithi043 (1/2) 2024-02-15T18:32:01.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:31:59.677308+0000 mgr.smithi043.oyulcz (mgr.14724) 298 : cephadm [INF] Deploying daemon node-exporter.smithi043 on smithi043 2024-02-15T18:32:01.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:59.677147+0000 mgr.smithi043.oyulcz (mgr.14724) 297 : cephadm [INF] Upgrade: Updating node-exporter.smithi043 (1/2) 2024-02-15T18:32:01.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:31:59.677308+0000 mgr.smithi043.oyulcz (mgr.14724) 298 : cephadm [INF] Deploying daemon node-exporter.smithi043 on smithi043 2024-02-15T18:32:02.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:02 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:00.518426+0000 mgr.smithi043.oyulcz (mgr.14724) 299 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 38 KiB/s rd, 7.1 MiB/s wr, 220 op/s 2024-02-15T18:32:02.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:02 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:00.518426+0000 mgr.smithi043.oyulcz (mgr.14724) 299 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 38 KiB/s rd, 7.1 MiB/s wr, 220 op/s 2024-02-15T18:32:04.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:04 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:02.518887+0000 mgr.smithi043.oyulcz (mgr.14724) 300 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 38 KiB/s rd, 10 MiB/s wr, 300 op/s 2024-02-15T18:32:04.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:02.518887+0000 mgr.smithi043.oyulcz (mgr.14724) 300 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 38 KiB/s rd, 10 MiB/s wr, 300 op/s 2024-02-15T18:32:06.173 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:32:06.354 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:04.519426+0000 mgr.smithi043.oyulcz (mgr.14724) 301 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 299 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 41 KiB/s rd, 12 MiB/s wr, 439 op/s 2024-02-15T18:32:06.354 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:06 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:05.788286+0000 mon.smithi043 (mon.0) 737 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:06.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:04.519426+0000 mgr.smithi043.oyulcz (mgr.14724) 301 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 299 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 41 KiB/s rd, 12 MiB/s wr, 439 op/s 2024-02-15T18:32:06.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:06 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:05.788286+0000 mon.smithi043 (mon.0) 737 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:06.768 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (12m) 8s ago 14m 21.6M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (4m) 8s ago 14m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (4m) 11s ago 13m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (12m) 8s ago 14m 32.3M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (47s) 8s ago 8m 29.3M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5078ea214f4d 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (29s) 11s ago 8m 12.1M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7ff35ff87d4b 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (5m) 8s ago 16m 442M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (5m) 11s ago 13m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (5m) 8s ago 16m 55.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (5m) 11s ago 13m 43.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (20s) 8s ago 6m 60.7M - 3.5 1fbc92c859dc 9c119b9d5740 2024-02-15T18:32:06.769 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (15s) 11s ago 6m 16.3M - 3.5 1fbc92c859dc 8353851195b3 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 starting - - - - 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (13m) 11s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 951809003f0b 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (4m) 8s ago 13m 115M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (4m) 8s ago 12m 110M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (3m) 8s ago 12m 83.3M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f3b05106ef19 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (3m) 8s ago 11m 116M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 0eb51caf176e 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (2m) 11s ago 11m 122M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 3298786bf6ca 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (119s) 11s ago 11m 117M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8599b86c412c 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (89s) 11s ago 10m 105M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 644ffe0fca0d 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (59s) 11s ago 10m 132M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 29c62b81c1d6 2024-02-15T18:32:06.770 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (5m) 8s ago 13m 65.9M - 2.18.1 de242295e225 7077a66050fe 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:32:07.127 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:32:07.128 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:32:07.128 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T18:32:07.128 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:32:07.128 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "nfs", 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "mds", 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "osd", 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "18/23 daemons upgraded", 2024-02-15T18:32:07.435 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-15T18:32:07.436 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:32:07.436 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:32:07.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:06.167401+0000 mgr.smithi043.oyulcz (mgr.14724) 302 : audit [DBG] from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:07.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:06.167401+0000 mgr.smithi043.oyulcz (mgr.14724) 302 : audit [DBG] from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:08.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:06.473028+0000 mgr.smithi043.oyulcz (mgr.14724) 303 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:08.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:06.519911+0000 mgr.smithi043.oyulcz (mgr.14724) 304 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 272 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 12 MiB/s wr, 457 op/s 2024-02-15T18:32:08.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:06.767456+0000 mgr.smithi043.oyulcz (mgr.14724) 305 : audit [DBG] from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:08.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:07.135047+0000 mon.smithi043 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.43:0/3090239337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:08.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:06.473028+0000 mgr.smithi043.oyulcz (mgr.14724) 303 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:08.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:06.519911+0000 mgr.smithi043.oyulcz (mgr.14724) 304 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 272 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 12 MiB/s wr, 457 op/s 2024-02-15T18:32:08.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:06.767456+0000 mgr.smithi043.oyulcz (mgr.14724) 305 : audit [DBG] from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:08.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:07.135047+0000 mon.smithi043 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.43:0/3090239337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:09.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:07.442771+0000 mgr.smithi043.oyulcz (mgr.14724) 306 : audit [DBG] from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:09.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:32:07.615922+0000 mgr.smithi043.oyulcz (mgr.14724) 307 : cephadm [INF] Upgrade: Updating node-exporter.smithi164 (2/2) 2024-02-15T18:32:09.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:32:07.616218+0000 mgr.smithi043.oyulcz (mgr.14724) 308 : cephadm [INF] Deploying daemon node-exporter.smithi164 on smithi164 2024-02-15T18:32:09.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:07.442771+0000 mgr.smithi043.oyulcz (mgr.14724) 306 : audit [DBG] from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:09.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:32:07.615922+0000 mgr.smithi043.oyulcz (mgr.14724) 307 : cephadm [INF] Upgrade: Updating node-exporter.smithi164 (2/2) 2024-02-15T18:32:09.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:32:07.616218+0000 mgr.smithi043.oyulcz (mgr.14724) 308 : cephadm [INF] Deploying daemon node-exporter.smithi164 on smithi164 2024-02-15T18:32:10.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:08.520580+0000 mgr.smithi043.oyulcz (mgr.14724) 309 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 223 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 28 KiB/s rd, 11 MiB/s wr, 438 op/s 2024-02-15T18:32:10.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:08.520580+0000 mgr.smithi043.oyulcz (mgr.14724) 309 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 223 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 28 KiB/s rd, 11 MiB/s wr, 438 op/s 2024-02-15T18:32:12.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:10.521172+0000 mgr.smithi043.oyulcz (mgr.14724) 310 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 217 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 6.9 MiB/s wr, 392 op/s 2024-02-15T18:32:12.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:10.521172+0000 mgr.smithi043.oyulcz (mgr.14724) 310 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 217 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 6.9 MiB/s wr, 392 op/s 2024-02-15T18:32:14.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:12.521657+0000 mgr.smithi043.oyulcz (mgr.14724) 311 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 212 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.8 MiB/s wr, 259 op/s 2024-02-15T18:32:14.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:13.418525+0000 mon.smithi043 (mon.0) 739 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:14.703 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:13.419401+0000 mon.smithi043 (mon.0) 740 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:14.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:12.521657+0000 mgr.smithi043.oyulcz (mgr.14724) 311 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 212 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.8 MiB/s wr, 259 op/s 2024-02-15T18:32:14.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:13.418525+0000 mon.smithi043 (mon.0) 739 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:14.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:13.419401+0000 mon.smithi043 (mon.0) 740 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:16.702 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:14.522375+0000 mgr.smithi043.oyulcz (mgr.14724) 312 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.7 MiB/s wr, 179 op/s 2024-02-15T18:32:16.751 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:14.522375+0000 mgr.smithi043.oyulcz (mgr.14724) 312 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.7 MiB/s wr, 179 op/s 2024-02-15T18:32:17.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:16.486038+0000 mon.smithi043 (mon.0) 741 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:17.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:16.523054+0000 mgr.smithi043.oyulcz (mgr.14724) 313 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 853 B/s rd, 366 KiB/s wr, 36 op/s 2024-02-15T18:32:17.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:16.486038+0000 mon.smithi043 (mon.0) 741 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:17.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:16.523054+0000 mgr.smithi043.oyulcz (mgr.14724) 313 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 853 B/s rd, 366 KiB/s wr, 36 op/s 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:18.523768+0000 mgr.smithi043.oyulcz (mgr.14724) 314 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 682 B/s rd, 3.2 KiB/s wr, 16 op/s 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.742335+0000 mon.smithi043 (mon.0) 742 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.743099+0000 mon.smithi043 (mon.0) 743 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.743712+0000 mon.smithi043 (mon.0) 744 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.747173+0000 mon.smithi043 (mon.0) 745 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.751870+0000 mon.smithi043 (mon.0) 746 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.754749+0000 mon.smithi043 (mon.0) 747 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.756840+0000 mon.smithi043 (mon.0) 748 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.757978+0000 mon.smithi043 (mon.0) 749 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.759068+0000 mon.smithi043 (mon.0) 750 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:19.901 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.760786+0000 mon.smithi043 (mon.0) 751 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:19.902 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.762609+0000 mon.smithi043 (mon.0) 752 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:19.902 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.763652+0000 mon.smithi043 (mon.0) 753 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:19.902 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.764706+0000 mon.smithi043 (mon.0) 754 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:19.902 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.765728+0000 mon.smithi043 (mon.0) 755 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:19.902 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.766786+0000 mon.smithi043 (mon.0) 756 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:19.902 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.768103+0000 mon.smithi043 (mon.0) 757 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:19.902 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:18.769655+0000 mon.smithi043 (mon.0) 758 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:18.523768+0000 mgr.smithi043.oyulcz (mgr.14724) 314 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 682 B/s rd, 3.2 KiB/s wr, 16 op/s 2024-02-15T18:32:20.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.742335+0000 mon.smithi043 (mon.0) 742 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.743099+0000 mon.smithi043 (mon.0) 743 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.743712+0000 mon.smithi043 (mon.0) 744 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.747173+0000 mon.smithi043 (mon.0) 745 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.751870+0000 mon.smithi043 (mon.0) 746 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.754749+0000 mon.smithi043 (mon.0) 747 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.756840+0000 mon.smithi043 (mon.0) 748 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.757978+0000 mon.smithi043 (mon.0) 749 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.759068+0000 mon.smithi043 (mon.0) 750 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.760786+0000 mon.smithi043 (mon.0) 751 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.762609+0000 mon.smithi043 (mon.0) 752 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.763652+0000 mon.smithi043 (mon.0) 753 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.764706+0000 mon.smithi043 (mon.0) 754 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.765728+0000 mon.smithi043 (mon.0) 755 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.766786+0000 mon.smithi043 (mon.0) 756 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.768103+0000 mon.smithi043 (mon.0) 757 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:20.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:18.769655+0000 mon.smithi043 (mon.0) 758 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:21.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:32:20.297384+0000 mgr.smithi043.oyulcz (mgr.14724) 315 : cephadm [INF] Upgrade: Updating prometheus.smithi043 2024-02-15T18:32:21.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:32:20.306667+0000 mgr.smithi043.oyulcz (mgr.14724) 316 : cephadm [INF] Deploying daemon prometheus.smithi043 on smithi043 2024-02-15T18:32:21.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:32:20.297384+0000 mgr.smithi043.oyulcz (mgr.14724) 315 : cephadm [INF] Upgrade: Updating prometheus.smithi043 2024-02-15T18:32:21.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:32:20.306667+0000 mgr.smithi043.oyulcz (mgr.14724) 316 : cephadm [INF] Deploying daemon prometheus.smithi043 on smithi043 2024-02-15T18:32:21.957 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:20.524175+0000 mgr.smithi043.oyulcz (mgr.14724) 317 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 682 B/s rd, 2.7 KiB/s wr, 3 op/s 2024-02-15T18:32:22.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:20.524175+0000 mgr.smithi043.oyulcz (mgr.14724) 317 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 682 B/s rd, 2.7 KiB/s wr, 3 op/s 2024-02-15T18:32:23.811 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:22.524749+0000 mgr.smithi043.oyulcz (mgr.14724) 318 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-02-15T18:32:24.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:22.524749+0000 mgr.smithi043.oyulcz (mgr.14724) 318 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-02-15T18:32:26.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:24.525497+0000 mgr.smithi043.oyulcz (mgr.14724) 319 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T18:32:26.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:25.729902+0000 mon.smithi043 (mon.0) 759 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:26.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:25.730709+0000 mon.smithi043 (mon.0) 760 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:26.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:24.525497+0000 mgr.smithi043.oyulcz (mgr.14724) 319 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T18:32:26.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:25.729902+0000 mon.smithi043 (mon.0) 759 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:26.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:25.730709+0000 mon.smithi043 (mon.0) 760 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:28.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:26.526136+0000 mgr.smithi043.oyulcz (mgr.14724) 320 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:32:28.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:26.526136+0000 mgr.smithi043.oyulcz (mgr.14724) 320 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:32:30.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:28.526634+0000 mgr.smithi043.oyulcz (mgr.14724) 321 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:30.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:28.526634+0000 mgr.smithi043.oyulcz (mgr.14724) 321 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:32.117 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:30.527085+0000 mgr.smithi043.oyulcz (mgr.14724) 322 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.038322+0000 mon.smithi043 (mon.0) 761 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.336352+0000 mon.smithi043 (mon.0) 762 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.337078+0000 mon.smithi043 (mon.0) 763 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.342306+0000 mon.smithi043 (mon.0) 764 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.347807+0000 mon.smithi043 (mon.0) 765 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.351748+0000 mon.smithi043 (mon.0) 766 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.352109+0000 mgr.smithi043.oyulcz (mgr.14724) 323 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.353634+0000 mon.smithi043 (mon.0) 767 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.355710+0000 mon.smithi043 (mon.0) 768 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.356874+0000 mon.smithi043 (mon.0) 769 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.357981+0000 mon.smithi043 (mon.0) 770 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.359517+0000 mon.smithi043 (mon.0) 771 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.118 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.361088+0000 mon.smithi043 (mon.0) 772 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.361997+0000 mon.smithi043 (mon.0) 773 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.362890+0000 mon.smithi043 (mon.0) 774 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.363789+0000 mon.smithi043 (mon.0) 775 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.364675+0000 mon.smithi043 (mon.0) 776 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.365736+0000 mon.smithi043 (mon.0) 777 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.366914+0000 mon.smithi043 (mon.0) 778 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:31.367978+0000 mon.smithi043 (mon.0) 779 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:30.527085+0000 mgr.smithi043.oyulcz (mgr.14724) 322 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.038322+0000 mon.smithi043 (mon.0) 761 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.336352+0000 mon.smithi043 (mon.0) 762 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.337078+0000 mon.smithi043 (mon.0) 763 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.342306+0000 mon.smithi043 (mon.0) 764 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.347807+0000 mon.smithi043 (mon.0) 765 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.351748+0000 mon.smithi043 (mon.0) 766 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.352109+0000 mgr.smithi043.oyulcz (mgr.14724) 323 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.353634+0000 mon.smithi043 (mon.0) 767 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.355710+0000 mon.smithi043 (mon.0) 768 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.356874+0000 mon.smithi043 (mon.0) 769 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.357981+0000 mon.smithi043 (mon.0) 770 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.359517+0000 mon.smithi043 (mon.0) 771 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.361088+0000 mon.smithi043 (mon.0) 772 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.361997+0000 mon.smithi043 (mon.0) 773 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.362890+0000 mon.smithi043 (mon.0) 774 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.363789+0000 mon.smithi043 (mon.0) 775 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.364675+0000 mon.smithi043 (mon.0) 776 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.365736+0000 mon.smithi043 (mon.0) 777 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.366914+0000 mon.smithi043 (mon.0) 778 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:32.454 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:31.367978+0000 mon.smithi043 (mon.0) 779 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:34.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:32.527618+0000 mgr.smithi043.oyulcz (mgr.14724) 324 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:34.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:32:33.017352+0000 mgr.smithi043.oyulcz (mgr.14724) 325 : cephadm [INF] Upgrade: Updating alertmanager.smithi043 2024-02-15T18:32:34.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:32:33.023868+0000 mgr.smithi043.oyulcz (mgr.14724) 326 : cephadm [INF] Deploying daemon alertmanager.smithi043 on smithi043 2024-02-15T18:32:34.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:32.527618+0000 mgr.smithi043.oyulcz (mgr.14724) 324 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:34.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:32:33.017352+0000 mgr.smithi043.oyulcz (mgr.14724) 325 : cephadm [INF] Upgrade: Updating alertmanager.smithi043 2024-02-15T18:32:34.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:32:33.023868+0000 mgr.smithi043.oyulcz (mgr.14724) 326 : cephadm [INF] Deploying daemon alertmanager.smithi043 on smithi043 2024-02-15T18:32:36.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:34.528104+0000 mgr.smithi043.oyulcz (mgr.14724) 327 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:36.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:34.528104+0000 mgr.smithi043.oyulcz (mgr.14724) 327 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:37.765 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:32:38.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:36.528858+0000 mgr.smithi043.oyulcz (mgr.14724) 328 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:32:38.384 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:32:38.384 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (13m) 7s ago 15m 21.6M - 0.20.0 0881eb8f169f f72de1402616 2024-02-15T18:32:38.384 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (5m) 7s ago 15m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:32:38.384 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (5m) 21s ago 14m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:32:38.384 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (13m) 7s ago 14m 32.7M - 6.7.4 557c83e11646 613056d19a81 2024-02-15T18:32:38.384 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (79s) 7s ago 9m 45.5M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5078ea214f4d 2024-02-15T18:32:38.384 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (60s) 21s ago 9m 12.2M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7ff35ff87d4b 2024-02-15T18:32:38.384 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (6m) 7s ago 16m 444M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (6m) 21s ago 14m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (5m) 7s ago 16m 58.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (5m) 21s ago 14m 45.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (52s) 7s ago 6m 228M - 3.5 1fbc92c859dc 9c119b9d5740 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (46s) 21s ago 6m 66.1M - 3.5 1fbc92c859dc 8353851195b3 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (33s) 7s ago 14m 12.3M - 1.3.1 1dbe0e931976 24f75186266e 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (25s) 21s ago 13m 5012k - 1.3.1 1dbe0e931976 71d3e96f7d28 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (5m) 7s ago 13m 140M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (4m) 7s ago 13m 118M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (4m) 7s ago 12m 102M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f3b05106ef19 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (3m) 7s ago 12m 142M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 0eb51caf176e 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (3m) 21s ago 12m 147M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 3298786bf6ca 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (2m) 21s ago 11m 126M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8599b86c412c 2024-02-15T18:32:38.385 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (2m) 21s ago 11m 128M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 644ffe0fca0d 2024-02-15T18:32:38.386 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (91s) 21s ago 10m 157M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 29c62b81c1d6 2024-02-15T18:32:38.386 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (13s) 7s ago 14m 34.2M - 2.33.4 514e6a882f6e 59085cd939ab 2024-02-15T18:32:38.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:36.528858+0000 mgr.smithi043.oyulcz (mgr.14724) 328 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:32:38.747 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:32:38.747 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T18:32:38.748 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:32:38.749 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:32:39.053 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [ 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "nfs", 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "crash", 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "mds", 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "mon", 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "osd", 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr" 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "18/23 daemons upgraded", 2024-02-15T18:32:39.054 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading alertmanager daemons", 2024-02-15T18:32:39.055 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2024-02-15T18:32:39.055 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:32:39.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:37.761792+0000 mgr.smithi043.oyulcz (mgr.14724) 329 : audit [DBG] from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:39.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:38.075872+0000 mgr.smithi043.oyulcz (mgr.14724) 330 : audit [DBG] from='client.34394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:39.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:38.382885+0000 mgr.smithi043.oyulcz (mgr.14724) 331 : audit [DBG] from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:39.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:38.755727+0000 mon.smithi043 (mon.0) 780 : audit [DBG] from='client.? 172.21.15.43:0/1571282823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:39.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:37.761792+0000 mgr.smithi043.oyulcz (mgr.14724) 329 : audit [DBG] from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:39.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:38.075872+0000 mgr.smithi043.oyulcz (mgr.14724) 330 : audit [DBG] from='client.34394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:39.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:38.382885+0000 mgr.smithi043.oyulcz (mgr.14724) 331 : audit [DBG] from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:39.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:38.755727+0000 mon.smithi043 (mon.0) 780 : audit [DBG] from='client.? 172.21.15.43:0/1571282823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:40.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:38.529530+0000 mgr.smithi043.oyulcz (mgr.14724) 332 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:40.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:39.061860+0000 mgr.smithi043.oyulcz (mgr.14724) 333 : audit [DBG] from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:40.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:38.529530+0000 mgr.smithi043.oyulcz (mgr.14724) 332 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:40.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:39.061860+0000 mgr.smithi043.oyulcz (mgr.14724) 333 : audit [DBG] from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:32:42.305 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:40.529952+0000 mgr.smithi043.oyulcz (mgr.14724) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:42.305 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:41.614310+0000 mon.smithi043 (mon.0) 781 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:42.305 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:41.615036+0000 mon.smithi043 (mon.0) 782 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:42.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:40.529952+0000 mgr.smithi043.oyulcz (mgr.14724) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:42.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:41.614310+0000 mon.smithi043 (mon.0) 781 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:42.453 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:41.615036+0000 mon.smithi043 (mon.0) 782 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:44.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:42.530593+0000 mgr.smithi043.oyulcz (mgr.14724) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:44.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:42.530593+0000 mgr.smithi043.oyulcz (mgr.14724) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:46.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:44.531141+0000 mgr.smithi043.oyulcz (mgr.14724) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:46.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:44.531141+0000 mgr.smithi043.oyulcz (mgr.14724) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:48.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:46.531579+0000 mgr.smithi043.oyulcz (mgr.14724) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:32:48.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.908212+0000 mon.smithi043 (mon.0) 783 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:48.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.909019+0000 mon.smithi043 (mon.0) 784 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:32:48.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.909683+0000 mon.smithi043 (mon.0) 785 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:32:48.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.913188+0000 mon.smithi043 (mon.0) 786 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:48.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.918146+0000 mon.smithi043 (mon.0) 787 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:48.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.922367+0000 mon.smithi043 (mon.0) 788 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.922677+0000 mgr.smithi043.oyulcz (mgr.14724) 338 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.923449+0000 mon.smithi043 (mon.0) 789 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi043.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.923692+0000 mgr.smithi043.oyulcz (mgr.14724) 339 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi043.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.927438+0000 mon.smithi043 (mon.0) 790 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.929668+0000 mon.smithi043 (mon.0) 791 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.934951+0000 mon.smithi043 (mon.0) 792 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.936621+0000 mon.smithi043 (mon.0) 793 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.938001+0000 mon.smithi043 (mon.0) 794 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.939807+0000 mon.smithi043 (mon.0) 795 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.941608+0000 mon.smithi043 (mon.0) 796 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.942581+0000 mon.smithi043 (mon.0) 797 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.943398+0000 mon.smithi043 (mon.0) 798 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.944696+0000 mon.smithi043 (mon.0) 799 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.946108+0000 mon.smithi043 (mon.0) 800 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.947358+0000 mon.smithi043 (mon.0) 801 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.948997+0000 mon.smithi043 (mon.0) 802 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.950101+0000 mon.smithi043 (mon.0) 803 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:46.951149+0000 mon.smithi043 (mon.0) 804 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:46.531579+0000 mgr.smithi043.oyulcz (mgr.14724) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:32:48.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.908212+0000 mon.smithi043 (mon.0) 783 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:48.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.909019+0000 mon.smithi043 (mon.0) 784 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:32:48.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.909683+0000 mon.smithi043 (mon.0) 785 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:32:48.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.913188+0000 mon.smithi043 (mon.0) 786 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:48.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.918146+0000 mon.smithi043 (mon.0) 787 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.922367+0000 mon.smithi043 (mon.0) 788 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.922677+0000 mgr.smithi043.oyulcz (mgr.14724) 338 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.923449+0000 mon.smithi043 (mon.0) 789 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi043.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.923692+0000 mgr.smithi043.oyulcz (mgr.14724) 339 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi043.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.927438+0000 mon.smithi043 (mon.0) 790 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.929668+0000 mon.smithi043 (mon.0) 791 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.934951+0000 mon.smithi043 (mon.0) 792 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.936621+0000 mon.smithi043 (mon.0) 793 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.938001+0000 mon.smithi043 (mon.0) 794 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.939807+0000 mon.smithi043 (mon.0) 795 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.941608+0000 mon.smithi043 (mon.0) 796 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.942581+0000 mon.smithi043 (mon.0) 797 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.943398+0000 mon.smithi043 (mon.0) 798 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.204 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.944696+0000 mon.smithi043 (mon.0) 799 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.946108+0000 mon.smithi043 (mon.0) 800 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.947358+0000 mon.smithi043 (mon.0) 801 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.948997+0000 mon.smithi043 (mon.0) 802 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.950101+0000 mon.smithi043 (mon.0) 803 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:48.205 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:46.951149+0000 mon.smithi043 (mon.0) 804 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:32:49.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:32:48.399927+0000 mgr.smithi043.oyulcz (mgr.14724) 340 : cephadm [INF] Upgrade: Updating grafana.smithi043 2024-02-15T18:32:49.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:48.772604+0000 mon.smithi043 (mon.0) 805 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:49.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:48.774983+0000 mon.smithi043 (mon.0) 806 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:49.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:48 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:48.778097+0000 mon.smithi043 (mon.0) 807 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:32:49.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:32:48.399927+0000 mgr.smithi043.oyulcz (mgr.14724) 340 : cephadm [INF] Upgrade: Updating grafana.smithi043 2024-02-15T18:32:49.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:48.772604+0000 mon.smithi043 (mon.0) 805 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:49.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:48.774983+0000 mon.smithi043 (mon.0) 806 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:32:49.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:48 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:48.778097+0000 mon.smithi043 (mon.0) 807 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:32:50.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:48.532081+0000 mgr.smithi043.oyulcz (mgr.14724) 341 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:50.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:32:48.778436+0000 mgr.smithi043.oyulcz (mgr.14724) 342 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:32:50.203 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:32:48.782585+0000 mgr.smithi043.oyulcz (mgr.14724) 343 : cephadm [INF] Deploying daemon grafana.smithi043 on smithi043 2024-02-15T18:32:50.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:48.532081+0000 mgr.smithi043.oyulcz (mgr.14724) 341 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:50.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:32:48.778436+0000 mgr.smithi043.oyulcz (mgr.14724) 342 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:32:50.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:32:48.782585+0000 mgr.smithi043.oyulcz (mgr.14724) 343 : cephadm [INF] Deploying daemon grafana.smithi043 on smithi043 2024-02-15T18:32:52.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:50.532554+0000 mgr.smithi043.oyulcz (mgr.14724) 344 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:52.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:50.532554+0000 mgr.smithi043.oyulcz (mgr.14724) 344 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:54.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:52.533013+0000 mgr.smithi043.oyulcz (mgr.14724) 345 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:54.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:52.533013+0000 mgr.smithi043.oyulcz (mgr.14724) 345 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:56.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:54.533562+0000 mgr.smithi043.oyulcz (mgr.14724) 346 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:56.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:54.533562+0000 mgr.smithi043.oyulcz (mgr.14724) 346 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:32:58.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:56.534087+0000 mgr.smithi043.oyulcz (mgr.14724) 347 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:32:58.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:56.534087+0000 mgr.smithi043.oyulcz (mgr.14724) 347 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:00.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:32:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:32:58.534672+0000 mgr.smithi043.oyulcz (mgr.14724) 348 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:00.231 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:32:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:32:58.534672+0000 mgr.smithi043.oyulcz (mgr.14724) 348 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:02.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:00.535154+0000 mgr.smithi043.oyulcz (mgr.14724) 349 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:02.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:00.535154+0000 mgr.smithi043.oyulcz (mgr.14724) 349 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:03.904 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:02.535584+0000 mgr.smithi043.oyulcz (mgr.14724) 350 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:03.904 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:02.576486+0000 mon.smithi043 (mon.0) 808 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:03.904 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:02.577276+0000 mon.smithi043 (mon.0) 809 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:33:03.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:02.535584+0000 mgr.smithi043.oyulcz (mgr.14724) 350 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:03.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:02.576486+0000 mon.smithi043 (mon.0) 808 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:03.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:02.577276+0000 mon.smithi043 (mon.0) 809 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:33:05.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:04.536134+0000 mgr.smithi043.oyulcz (mgr.14724) 351 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:06.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:04.536134+0000 mgr.smithi043.oyulcz (mgr.14724) 351 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:07.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:06.536764+0000 mgr.smithi043.oyulcz (mgr.14724) 352 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:08.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:06.536764+0000 mgr.smithi043.oyulcz (mgr.14724) 352 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:08.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.603194+0000 mon.smithi043 (mon.0) 810 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:08.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.604004+0000 mon.smithi043 (mon.0) 811 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:33:08.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.604651+0000 mon.smithi043 (mon.0) 812 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:33:08.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.608186+0000 mon.smithi043 (mon.0) 813 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:08.953 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.614358+0000 mon.smithi043 (mon.0) 814 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.625498+0000 mon.smithi043 (mon.0) 815 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.625840+0000 mgr.smithi043.oyulcz (mgr.14724) 353 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.626693+0000 mon.smithi043 (mon.0) 816 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi043.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.626946+0000 mgr.smithi043.oyulcz (mgr.14724) 354 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi043.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.630840+0000 mon.smithi043 (mon.0) 817 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.632773+0000 mon.smithi043 (mon.0) 818 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.636494+0000 mon.smithi043 (mon.0) 819 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.640002+0000 mon.smithi043 (mon.0) 820 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.641395+0000 mon.smithi043 (mon.0) 821 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.650445+0000 mon.smithi043 (mon.0) 822 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.656732+0000 mon.smithi043 (mon.0) 823 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.657865+0000 mon.smithi043 (mon.0) 824 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.954 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.659292+0000 mon.smithi043 (mon.0) 825 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.660728+0000 mon.smithi043 (mon.0) 826 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.661869+0000 mon.smithi043 (mon.0) 827 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.663110+0000 mon.smithi043 (mon.0) 828 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.664341+0000 mon.smithi043 (mon.0) 829 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.665424+0000 mon.smithi043 (mon.0) 830 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.666469+0000 mon.smithi043 (mon.0) 831 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.667580+0000 mon.smithi043 (mon.0) 832 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:33:07.668149+0000 mgr.smithi043.oyulcz (mgr.14724) 355 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.671714+0000 mon.smithi043 (mon.0) 833 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.672337+0000 mon.smithi043 (mon.0) 834 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.674915+0000 mon.smithi043 (mon.0) 835 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.675438+0000 mon.smithi043 (mon.0) 836 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.678382+0000 mon.smithi043 (mon.0) 837 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-15T18:33:08.955 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.678850+0000 mon.smithi043 (mon.0) 838 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.681622+0000 mon.smithi043 (mon.0) 839 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.682116+0000 mon.smithi043 (mon.0) 840 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.685294+0000 mon.smithi043 (mon.0) 841 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.685814+0000 mon.smithi043 (mon.0) 842 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.690627+0000 mon.smithi043 (mon.0) 843 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.691154+0000 mon.smithi043 (mon.0) 844 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.696056+0000 mon.smithi043 (mon.0) 845 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.696587+0000 mon.smithi043 (mon.0) 846 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.701542+0000 mon.smithi043 (mon.0) 847 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.702094+0000 mon.smithi043 (mon.0) 848 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.702580+0000 mon.smithi043 (mon.0) 849 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.706788+0000 mon.smithi043 (mon.0) 850 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-15T18:33:08.956 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.707318+0000 mon.smithi043 (mon.0) 851 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.711880+0000 mon.smithi043 (mon.0) 852 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.712442+0000 mon.smithi043 (mon.0) 853 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.712909+0000 mon.smithi043 (mon.0) 854 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.713359+0000 mon.smithi043 (mon.0) 855 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.713808+0000 mon.smithi043 (mon.0) 856 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.714272+0000 mon.smithi043 (mon.0) 857 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.717906+0000 mon.smithi043 (mon.0) 858 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cephadm 2024-02-15T18:33:07.718364+0000 mgr.smithi043.oyulcz (mgr.14724) 356 : cephadm [INF] Upgrade: Complete! 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.718736+0000 mon.smithi043 (mon.0) 859 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.722331+0000 mon.smithi043 (mon.0) 860 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.722696+0000 mon.smithi043 (mon.0) 861 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.723866+0000 mon.smithi043 (mon.0) 862 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.724447+0000 mon.smithi043 (mon.0) 863 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:33:08.957 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.727910+0000 mon.smithi043 (mon.0) 864 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:08.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.732268+0000 mon.smithi043 (mon.0) 865 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:08.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.734989+0000 mon.smithi043 (mon.0) 866 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:33:08.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.736069+0000 mon.smithi043 (mon.0) 867 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:33:08.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.736601+0000 mon.smithi043 (mon.0) 868 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:33:08.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.739818+0000 mon.smithi043 (mon.0) 869 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:08.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.744335+0000 mon.smithi043 (mon.0) 870 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:08.958 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:07.912749+0000 mon.smithi043 (mon.0) 871 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.603194+0000 mon.smithi043 (mon.0) 810 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.604004+0000 mon.smithi043 (mon.0) 811 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.604651+0000 mon.smithi043 (mon.0) 812 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.608186+0000 mon.smithi043 (mon.0) 813 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.614358+0000 mon.smithi043 (mon.0) 814 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.625498+0000 mon.smithi043 (mon.0) 815 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.625840+0000 mgr.smithi043.oyulcz (mgr.14724) 353 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.626693+0000 mon.smithi043 (mon.0) 816 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi043.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.626946+0000 mgr.smithi043.oyulcz (mgr.14724) 354 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi043.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.630840+0000 mon.smithi043 (mon.0) 817 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.632773+0000 mon.smithi043 (mon.0) 818 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.636494+0000 mon.smithi043 (mon.0) 819 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.640002+0000 mon.smithi043 (mon.0) 820 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.002 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.641395+0000 mon.smithi043 (mon.0) 821 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.650445+0000 mon.smithi043 (mon.0) 822 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.656732+0000 mon.smithi043 (mon.0) 823 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.657865+0000 mon.smithi043 (mon.0) 824 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.659292+0000 mon.smithi043 (mon.0) 825 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.660728+0000 mon.smithi043 (mon.0) 826 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.661869+0000 mon.smithi043 (mon.0) 827 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.663110+0000 mon.smithi043 (mon.0) 828 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.664341+0000 mon.smithi043 (mon.0) 829 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.665424+0000 mon.smithi043 (mon.0) 830 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.666469+0000 mon.smithi043 (mon.0) 831 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.667580+0000 mon.smithi043 (mon.0) 832 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:33:07.668149+0000 mgr.smithi043.oyulcz (mgr.14724) 355 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.671714+0000 mon.smithi043 (mon.0) 833 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.672337+0000 mon.smithi043 (mon.0) 834 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-15T18:33:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.674915+0000 mon.smithi043 (mon.0) 835 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.675438+0000 mon.smithi043 (mon.0) 836 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.678382+0000 mon.smithi043 (mon.0) 837 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.678850+0000 mon.smithi043 (mon.0) 838 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.681622+0000 mon.smithi043 (mon.0) 839 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.682116+0000 mon.smithi043 (mon.0) 840 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.685294+0000 mon.smithi043 (mon.0) 841 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.685814+0000 mon.smithi043 (mon.0) 842 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.690627+0000 mon.smithi043 (mon.0) 843 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.691154+0000 mon.smithi043 (mon.0) 844 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.696056+0000 mon.smithi043 (mon.0) 845 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.696587+0000 mon.smithi043 (mon.0) 846 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.701542+0000 mon.smithi043 (mon.0) 847 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.702094+0000 mon.smithi043 (mon.0) 848 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.702580+0000 mon.smithi043 (mon.0) 849 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.706788+0000 mon.smithi043 (mon.0) 850 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-15T18:33:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.707318+0000 mon.smithi043 (mon.0) 851 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.711880+0000 mon.smithi043 (mon.0) 852 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.712442+0000 mon.smithi043 (mon.0) 853 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.712909+0000 mon.smithi043 (mon.0) 854 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.713359+0000 mon.smithi043 (mon.0) 855 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.713808+0000 mon.smithi043 (mon.0) 856 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.714272+0000 mon.smithi043 (mon.0) 857 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.717906+0000 mon.smithi043 (mon.0) 858 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cephadm 2024-02-15T18:33:07.718364+0000 mgr.smithi043.oyulcz (mgr.14724) 356 : cephadm [INF] Upgrade: Complete! 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.718736+0000 mon.smithi043 (mon.0) 859 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.722331+0000 mon.smithi043 (mon.0) 860 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.722696+0000 mon.smithi043 (mon.0) 861 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.723866+0000 mon.smithi043 (mon.0) 862 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.724447+0000 mon.smithi043 (mon.0) 863 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.727910+0000 mon.smithi043 (mon.0) 864 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.732268+0000 mon.smithi043 (mon.0) 865 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:09.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.734989+0000 mon.smithi043 (mon.0) 866 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:33:09.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.736069+0000 mon.smithi043 (mon.0) 867 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:33:09.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.736601+0000 mon.smithi043 (mon.0) 868 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:33:09.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.739818+0000 mon.smithi043 (mon.0) 869 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:09.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.744335+0000 mon.smithi043 (mon.0) 870 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:09.006 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:07.912749+0000 mon.smithi043 (mon.0) 871 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:33:10.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:08.537561+0000 mgr.smithi043.oyulcz (mgr.14724) 357 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:10.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:09 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:09.378722+0000 mgr.smithi043.oyulcz (mgr.14724) 358 : audit [DBG] from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:33:10.022 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-15T18:33:10.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:08.537561+0000 mgr.smithi043.oyulcz (mgr.14724) 357 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:10.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:09 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:09.378722+0000 mgr.smithi043.oyulcz (mgr.14724) 358 : audit [DBG] from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:33:12.109 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (31s) 4s ago 15m 14.0M - 0.23.0 ba2b418f427c d482c4b8fba3 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (6m) 4s ago 15m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (5m) 55s ago 14m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (10s) 4s ago 15m 46.5M - 8.3.5 dad864ee21e9 e070d26376d3 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (113s) 4s ago 9m 45.5M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5078ea214f4d 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (94s) 55s ago 9m 12.2M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7ff35ff87d4b 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (6m) 4s ago 17m 446M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (6m) 55s ago 14m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (6m) 4s ago 17m 60.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (6m) 55s ago 14m 45.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:33:12.110 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (86s) 4s ago 7m 235M - 3.5 1fbc92c859dc 9c119b9d5740 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (80s) 55s ago 7m 66.1M - 3.5 1fbc92c859dc 8353851195b3 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (66s) 4s ago 15m 16.2M - 1.3.1 1dbe0e931976 24f75186266e 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (59s) 55s ago 14m 5012k - 1.3.1 1dbe0e931976 71d3e96f7d28 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (5m) 4s ago 14m 140M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (5m) 4s ago 13m 118M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (4m) 4s ago 13m 102M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f3b05106ef19 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (4m) 4s ago 12m 142M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 0eb51caf176e 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (3m) 55s ago 12m 147M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 3298786bf6ca 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (3m) 55s ago 12m 126M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8599b86c412c 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (2m) 55s ago 11m 128M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 644ffe0fca0d 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (2m) 55s ago 11m 157M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 29c62b81c1d6 2024-02-15T18:33:12.111 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (46s) 4s ago 15m 58.8M - 2.33.4 514e6a882f6e 59085cd939ab 2024-02-15T18:33:12.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:11 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:10.538068+0000 mgr.smithi043.oyulcz (mgr.14724) 359 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:12.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:10.538068+0000 mgr.smithi043.oyulcz (mgr.14724) 359 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:12.769 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-15T18:33:13.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:12.108135+0000 mgr.smithi043.oyulcz (mgr.14724) 360 : audit [DBG] from='client.34414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:33:13.220 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:12.108135+0000 mgr.smithi043.oyulcz (mgr.14724) 360 : audit [DBG] from='client.34414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:33:14.184 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:13 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:12.538560+0000 mgr.smithi043.oyulcz (mgr.14724) 361 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:14.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:13 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:12.538560+0000 mgr.smithi043.oyulcz (mgr.14724) 361 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:15.409 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:33:15.409 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:33:15.409 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:33:15.410 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:33:16.001 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-15T18:33:16.029 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:14.539136+0000 mgr.smithi043.oyulcz (mgr.14724) 362 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:16.029 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:33:15.417803+0000 mon.smithi043 (mon.0) 872 : audit [DBG] from='client.? 172.21.15.43:0/989843971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:16.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:14.539136+0000 mgr.smithi043.oyulcz (mgr.14724) 362 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:16.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:33:15.417803+0000 mon.smithi043 (mon.0) 872 : audit [DBG] from='client.? 172.21.15.43:0/989843971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:33:17.868 INFO:teuthology.orchestra.run.smithi043.stdout:wait for servicemap items w/ changing names to refresh 2024-02-15T18:33:18.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:16.539813+0000 mgr.smithi043.oyulcz (mgr.14724) 363 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:18.205 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:17 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:16.539813+0000 mgr.smithi043.oyulcz (mgr.14724) 363 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:18.534 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'sleep 60' 2024-02-15T18:33:20.155 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:19 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:18.540448+0000 mgr.smithi043.oyulcz (mgr.14724) 364 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:20.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:18.540448+0000 mgr.smithi043.oyulcz (mgr.14724) 364 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:22.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:20.540959+0000 mgr.smithi043.oyulcz (mgr.14724) 365 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:22.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:21 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:20.540959+0000 mgr.smithi043.oyulcz (mgr.14724) 365 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:24.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:22.541825+0000 mgr.smithi043.oyulcz (mgr.14724) 366 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:24.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:23 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:22.541825+0000 mgr.smithi043.oyulcz (mgr.14724) 366 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:26.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:24.542775+0000 mgr.smithi043.oyulcz (mgr.14724) 367 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:26.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:25 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:24.542775+0000 mgr.smithi043.oyulcz (mgr.14724) 367 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:28.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:26.543439+0000 mgr.smithi043.oyulcz (mgr.14724) 368 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:28.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:27 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:26.543439+0000 mgr.smithi043.oyulcz (mgr.14724) 368 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:30.202 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:28.544047+0000 mgr.smithi043.oyulcz (mgr.14724) 369 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:30.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:28.544047+0000 mgr.smithi043.oyulcz (mgr.14724) 369 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:31.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:30.544541+0000 mgr.smithi043.oyulcz (mgr.14724) 370 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:32.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:31 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:30.544541+0000 mgr.smithi043.oyulcz (mgr.14724) 370 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:33.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:32.545132+0000 mgr.smithi043.oyulcz (mgr.14724) 371 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:34.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:33 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:32.545132+0000 mgr.smithi043.oyulcz (mgr.14724) 371 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:35.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:34.545876+0000 mgr.smithi043.oyulcz (mgr.14724) 372 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:36.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:34.545876+0000 mgr.smithi043.oyulcz (mgr.14724) 372 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:37.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:36.546481+0000 mgr.smithi043.oyulcz (mgr.14724) 373 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:38.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:37 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:36.546481+0000 mgr.smithi043.oyulcz (mgr.14724) 373 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:39.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:38.546994+0000 mgr.smithi043.oyulcz (mgr.14724) 374 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:40.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:39 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:38.546994+0000 mgr.smithi043.oyulcz (mgr.14724) 374 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:41.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:40.547465+0000 mgr.smithi043.oyulcz (mgr.14724) 375 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:42.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:40.547465+0000 mgr.smithi043.oyulcz (mgr.14724) 375 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:43.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:42.548158+0000 mgr.smithi043.oyulcz (mgr.14724) 376 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:44.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:43 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:42.548158+0000 mgr.smithi043.oyulcz (mgr.14724) 376 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:45.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:44.548881+0000 mgr.smithi043.oyulcz (mgr.14724) 377 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:46.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:45 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:44.548881+0000 mgr.smithi043.oyulcz (mgr.14724) 377 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:47.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:46.549455+0000 mgr.smithi043.oyulcz (mgr.14724) 378 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:48.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:47 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:46.549455+0000 mgr.smithi043.oyulcz (mgr.14724) 378 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:49.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:49 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:48.550201+0000 mgr.smithi043.oyulcz (mgr.14724) 379 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:50.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:48.550201+0000 mgr.smithi043.oyulcz (mgr.14724) 379 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:51.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:51 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:50.550770+0000 mgr.smithi043.oyulcz (mgr.14724) 380 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:52.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:51 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:50.550770+0000 mgr.smithi043.oyulcz (mgr.14724) 380 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:53.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:53 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:52.551382+0000 mgr.smithi043.oyulcz (mgr.14724) 381 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:54.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:53 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:52.551382+0000 mgr.smithi043.oyulcz (mgr.14724) 381 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:55.951 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:55 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:54.552148+0000 mgr.smithi043.oyulcz (mgr.14724) 382 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:56.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:55 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:54.552148+0000 mgr.smithi043.oyulcz (mgr.14724) 382 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:33:57.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:57 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:56.552693+0000 mgr.smithi043.oyulcz (mgr.14724) 383 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:58.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:57 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:56.552693+0000 mgr.smithi043.oyulcz (mgr.14724) 383 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:33:59.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:33:59 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:33:58.553301+0000 mgr.smithi043.oyulcz (mgr.14724) 384 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:00.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:33:59 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:33:58.553301+0000 mgr.smithi043.oyulcz (mgr.14724) 384 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:01.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:01 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:00.553821+0000 mgr.smithi043.oyulcz (mgr.14724) 385 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:02.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:01 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:00.553821+0000 mgr.smithi043.oyulcz (mgr.14724) 385 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:03.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:03 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:02.554513+0000 mgr.smithi043.oyulcz (mgr.14724) 386 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:04.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:03 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:02.554513+0000 mgr.smithi043.oyulcz (mgr.14724) 386 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:05.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:05 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:04.555197+0000 mgr.smithi043.oyulcz (mgr.14724) 387 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:06.000 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:05 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:04.555197+0000 mgr.smithi043.oyulcz (mgr.14724) 387 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:07.951 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:07 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:06.555932+0000 mgr.smithi043.oyulcz (mgr.14724) 388 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:34:08.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:07 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:06.555932+0000 mgr.smithi043.oyulcz (mgr.14724) 388 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:34:08.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:07.747063+0000 mon.smithi043 (mon.0) 873 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:34:08.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:08.055987+0000 mon.smithi043 (mon.0) 874 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:34:08.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:08.056713+0000 mon.smithi043 (mon.0) 875 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:34:08.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:08.060747+0000 mon.smithi043 (mon.0) 876 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:34:08.952 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:08 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:08.065667+0000 mon.smithi043 (mon.0) 877 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:34:09.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:07.747063+0000 mon.smithi043 (mon.0) 873 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:34:09.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:08.055987+0000 mon.smithi043 (mon.0) 874 : audit [DBG] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:34:09.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:08.056713+0000 mon.smithi043 (mon.0) 875 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:34:09.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:08.060747+0000 mon.smithi043 (mon.0) 876 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:34:09.001 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:08 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:08.065667+0000 mon.smithi043 (mon.0) 877 : audit [INF] from='mgr.14724 172.21.15.43:0/173121045' entity='mgr.smithi043.oyulcz' 2024-02-15T18:34:10.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:10 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:08.556581+0000 mgr.smithi043.oyulcz (mgr.14724) 389 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:10.501 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:10 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:08.556581+0000 mgr.smithi043.oyulcz (mgr.14724) 389 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:12.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:12 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:10.557064+0000 mgr.smithi043.oyulcz (mgr.14724) 390 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:12.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:12 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:10.557064+0000 mgr.smithi043.oyulcz (mgr.14724) 390 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:14.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:14 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:12.557879+0000 mgr.smithi043.oyulcz (mgr.14724) 391 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:14.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:14 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:12.557879+0000 mgr.smithi043.oyulcz (mgr.14724) 391 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:16.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:14.558518+0000 mgr.smithi043.oyulcz (mgr.14724) 392 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:16.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:14.558518+0000 mgr.smithi043.oyulcz (mgr.14724) 392 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:18.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:16.559016+0000 mgr.smithi043.oyulcz (mgr.14724) 393 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:34:18.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:18 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:16.559016+0000 mgr.smithi043.oyulcz (mgr.14724) 393 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:34:20.337 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:20 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:18.559654+0000 mgr.smithi043.oyulcz (mgr.14724) 394 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:20.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:18.559654+0000 mgr.smithi043.oyulcz (mgr.14724) 394 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:21.092 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-15T18:34:22.433 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:22 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:20.560289+0000 mgr.smithi043.oyulcz (mgr.14724) 395 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:22.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:20.560289+0000 mgr.smithi043.oyulcz (mgr.14724) 395 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:23.121 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:34:23.121 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (102s) 75s ago 17m 14.0M - 0.23.0 ba2b418f427c d482c4b8fba3 2024-02-15T18:34:23.121 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (7m) 75s ago 17m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 8246fd84e131 2024-02-15T18:34:23.121 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi164 smithi164 running (7m) 2m ago 15m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 1fa8faa3735a 2024-02-15T18:34:23.121 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (81s) 75s ago 16m 46.5M - 8.3.5 dad864ee21e9 e070d26376d3 2024-02-15T18:34:23.121 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.gchcpq smithi043 running (3m) 75s ago 11m 45.5M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5078ea214f4d 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi164.avzzjy smithi164 running (2m) 2m ago 10m 12.2M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7ff35ff87d4b 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.oyulcz smithi043 *:8443,9283 running (8m) 75s ago 18m 446M - 16.2.14-521-g0e714d9a 1fbc92c859dc e6072a8b0925 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi164.shzocc smithi164 *:8443,9283 running (7m) 2m ago 15m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc ed4402e12137 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (7m) 75s ago 18m 60.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4557a98f254d 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi164 smithi164 running (7m) 2m ago 15m 45.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 20efe294c4cf 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.1.smithi043.glassh smithi043 *:2049 running (2m) 75s ago 8m 235M - 3.5 1fbc92c859dc 9c119b9d5740 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.1.smithi164.iquvni smithi164 *:2049 running (2m) 2m ago 8m 66.1M - 3.5 1fbc92c859dc 8353851195b3 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (2m) 75s ago 16m 16.2M - 1.3.1 1dbe0e931976 24f75186266e 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi164 smithi164 *:9100 running (2m) 2m ago 15m 5012k - 1.3.1 1dbe0e931976 71d3e96f7d28 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (6m) 75s ago 15m 140M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2a2e85324782 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (6m) 75s ago 14m 118M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 197871bc85ac 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (5m) 75s ago 14m 102M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f3b05106ef19 2024-02-15T18:34:23.122 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (5m) 75s ago 14m 142M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 0eb51caf176e 2024-02-15T18:34:23.123 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi164 running (4m) 2m ago 13m 147M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 3298786bf6ca 2024-02-15T18:34:23.123 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi164 running (4m) 2m ago 13m 126M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8599b86c412c 2024-02-15T18:34:23.123 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi164 running (3m) 2m ago 13m 128M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 644ffe0fca0d 2024-02-15T18:34:23.123 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi164 running (3m) 2m ago 12m 157M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 29c62b81c1d6 2024-02-15T18:34:23.123 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (117s) 75s ago 16m 58.8M - 2.33.4 514e6a882f6e 59085cd939ab 2024-02-15T18:34:23.675 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-15T18:34:24.336 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:22.560822+0000 mgr.smithi043.oyulcz (mgr.14724) 396 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:24.336 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:24 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:23.120501+0000 mgr.smithi043.oyulcz (mgr.14724) 397 : audit [DBG] from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:34:24.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:22.560822+0000 mgr.smithi043.oyulcz (mgr.14724) 396 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:24.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:23.120501+0000 mgr.smithi043.oyulcz (mgr.14724) 397 : audit [DBG] from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:34:25.746 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-02-15T18:34:25.746 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2024-02-15T18:34:25.746 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:34:25.746 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:34:25.746 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2024-02-15T18:34:25.746 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:34:25.746 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:34:25.747 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2024-02-15T18:34:25.747 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T18:34:25.747 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:34:25.747 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2024-02-15T18:34:25.747 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:34:25.747 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:34:25.747 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2024-02-15T18:34:25.747 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T18:34:25.747 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:34:25.747 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-02-15T18:34:26.346 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:24.561349+0000 mgr.smithi043.oyulcz (mgr.14724) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:26.346 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:26 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:25.755402+0000 mon.smithi043 (mon.0) 878 : audit [DBG] from='client.? 172.21.15.43:0/3418914854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:34:26.366 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-15T18:34:26.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:24.561349+0000 mgr.smithi043.oyulcz (mgr.14724) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:26.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:25.755402+0000 mon.smithi043 (mon.0) 878 : audit [DBG] from='client.? 172.21.15.43:0/3418914854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:34:28.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:28 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:26.561800+0000 mgr.smithi043.oyulcz (mgr.14724) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:34:28.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:26.561800+0000 mgr.smithi043.oyulcz (mgr.14724) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:34:28.564 INFO:teuthology.orchestra.run.smithi043.stdout:true 2024-02-15T18:34:29.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:29 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:28.561446+0000 mon.smithi043 (mon.0) 879 : audit [DBG] from='client.? 172.21.15.43:0/210315857' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:34:29.273 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-15T18:34:29.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:28.561446+0000 mon.smithi043 (mon.0) 879 : audit [DBG] from='client.? 172.21.15.43:0/210315857' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:34:30.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:28.562289+0000 mgr.smithi043.oyulcz (mgr.14724) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:30.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:30 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:28.562289+0000 mgr.smithi043.oyulcz (mgr.14724) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:31.366 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)" 2024-02-15T18:34:31.981 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-15T18:34:31.982 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-15T18:34:31.982 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-15T18:34:32.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:30.562751+0000 mgr.smithi043.oyulcz (mgr.14724) 401 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:32.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:32 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:31.363840+0000 mon.smithi043 (mon.0) 880 : audit [DBG] from='client.? 172.21.15.43:0/2906941349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:34:32.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:30.562751+0000 mgr.smithi043.oyulcz (mgr.14724) 401 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:32.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:31.363840+0000 mon.smithi043 (mon.0) 880 : audit [DBG] from='client.? 172.21.15.43:0/2906941349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:34:34.188 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-02-15T18:34:34.189 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-15T18:16:40.912674Z", "last_refresh": "2024-02-15T18:33:07.597416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-15T18:16:28.370347Z", "last_refresh": "2024-02-15T18:32:16.480481Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-15T18:16:38.104838Z", "last_refresh": "2024-02-15T18:33:07.597552Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-15T18:23:17.146189Z", "last_refresh": "2024-02-15T18:32:16.481127Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-15T18:16:26.675534Z", "last_refresh": "2024-02-15T18:32:16.480637Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi043:172.21.15.43=smithi043", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-15T18:17:43.280878Z", "last_refresh": "2024-02-15T18:32:16.480717Z", "running": 2, "size": 2}}, {"events": ["2024-02-15T18:26:30.506877Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-15T18:25:40.302968Z", "last_refresh": "2024-02-15T18:32:16.481194Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-15T18:16:39.517165Z", "last_refresh": "2024-02-15T18:32:16.480788Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "last_refresh": "2024-02-15T18:32:16.480857Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-15T18:16:36.796783Z", "last_refresh": "2024-02-15T18:33:07.597685Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-15T18:34:34.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:32.563168+0000 mgr.smithi043.oyulcz (mgr.14724) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:34.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:34 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:32.563168+0000 mgr.smithi043.oyulcz (mgr.14724) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:34.889 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-15T18:34:34.890 DEBUG:teuthology.parallel:result is None 2024-02-15T18:34:34.890 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-15T18:34:34.900 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:34:34.900 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-15T18:34:34.932 INFO:teuthology.orchestra.run.smithi043.stderr:+ umount /mnt/foo 2024-02-15T18:34:34.961 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T18:34:34.970 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:34:34.970 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-15T18:34:35.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:35 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:34.193558+0000 mgr.smithi043.oyulcz (mgr.14724) 403 : audit [DBG] from='client.34438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:34:35.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:34.193558+0000 mgr.smithi043.oyulcz (mgr.14724) 403 : audit [DBG] from='client.34438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:34:36.417 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:36 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:34.563826+0000 mgr.smithi043.oyulcz (mgr.14724) 404 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:36.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:34.563826+0000 mgr.smithi043.oyulcz (mgr.14724) 404 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:37.171 INFO:teuthology.orchestra.run.smithi043.stdout:foo 2024-02-15T18:34:37.904 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-15T18:34:38.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:36.564403+0000 mgr.smithi043.oyulcz (mgr.14724) 405 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:34:38.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:38 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:37.165595+0000 mgr.smithi043.oyulcz (mgr.14724) 406 : audit [DBG] from='client.34442 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:34:38.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:36.564403+0000 mgr.smithi043.oyulcz (mgr.14724) 405 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:34:38.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:37.165595+0000 mgr.smithi043.oyulcz (mgr.14724) 406 : audit [DBG] from='client.34442 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:34:39.972 INFO:teuthology.orchestra.run.smithi043.stdout:[ 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: { 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: "export_id": 1, 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: "path": "/", 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: "cluster_id": "foo", 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: "pseudo": "/fake", 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: "access_type": "RW", 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: "squash": "no_root_squash", 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: "security_label": true, 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: "protocols": [ 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: 4 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: "transports": [ 2024-02-15T18:34:39.973 INFO:teuthology.orchestra.run.smithi043.stdout: "TCP" 2024-02-15T18:34:39.974 INFO:teuthology.orchestra.run.smithi043.stdout: ], 2024-02-15T18:34:39.974 INFO:teuthology.orchestra.run.smithi043.stdout: "fsal": { 2024-02-15T18:34:39.974 INFO:teuthology.orchestra.run.smithi043.stdout: "name": "CEPH", 2024-02-15T18:34:39.974 INFO:teuthology.orchestra.run.smithi043.stdout: "user_id": "nfs.foo.1", 2024-02-15T18:34:39.974 INFO:teuthology.orchestra.run.smithi043.stdout: "fs_name": "foofs" 2024-02-15T18:34:39.974 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2024-02-15T18:34:39.974 INFO:teuthology.orchestra.run.smithi043.stdout: "clients": [] 2024-02-15T18:34:39.974 INFO:teuthology.orchestra.run.smithi043.stdout: } 2024-02-15T18:34:39.974 INFO:teuthology.orchestra.run.smithi043.stdout:] 2024-02-15T18:34:40.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:40 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:38.564896+0000 mgr.smithi043.oyulcz (mgr.14724) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:40.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:38.564896+0000 mgr.smithi043.oyulcz (mgr.14724) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:34:40.685 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-15T18:34:41.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:39.952674+0000 mgr.smithi043.oyulcz (mgr.14724) 408 : audit [DBG] from='client.34446 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:34:41.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:41 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:39.952674+0000 mgr.smithi043.oyulcz (mgr.14724) 408 : audit [DBG] from='client.34446 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:34:42.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:40.565469+0000 mgr.smithi043.oyulcz (mgr.14724) 409 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-15T18:34:42.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:41.578104+0000 mon.smithi043 (mon.0) 881 : cluster [DBG] mgrmap e36: smithi043.oyulcz(active, since 8m), standbys: smithi164.shzocc 2024-02-15T18:34:42.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:40.565469+0000 mgr.smithi043.oyulcz (mgr.14724) 409 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-15T18:34:42.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:42 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:41.578104+0000 mon.smithi043 (mon.0) 881 : cluster [DBG] mgrmap e36: smithi043.oyulcz(active, since 8m), standbys: smithi164.shzocc 2024-02-15T18:34:42.585 INFO:teuthology.orchestra.run.smithi043.stdout:foo grace 2024-02-15T18:34:42.585 INFO:teuthology.orchestra.run.smithi043.stdout:foo rec-0000000000000005:nfs.foo.1 2024-02-15T18:34:42.585 INFO:teuthology.orchestra.run.smithi043.stdout:foo rec-0000000000000005:nfs.foo.0 2024-02-15T18:34:42.586 INFO:teuthology.orchestra.run.smithi043.stdout:foo conf-nfs.foo 2024-02-15T18:34:42.586 INFO:teuthology.orchestra.run.smithi043.stdout:foo export-1 2024-02-15T18:34:43.220 DEBUG:teuthology.orchestra.run.smithi043:> 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 27dc5e9e-cc2e-11ee-95ba-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-15T18:34:44.388 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:44 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:42.565925+0000 mgr.smithi043.oyulcz (mgr.14724) 410 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-15T18:34:44.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:42.565925+0000 mgr.smithi043.oyulcz (mgr.14724) 410 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-15T18:34:45.327 INFO:teuthology.orchestra.run.smithi043.stdout:5 2024-02-15T18:34:45.998 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-15T18:34:46.009 INFO:tasks.cephadm:Teardown begin 2024-02-15T18:34:46.009 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:34:46.043 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:34:46.081 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-15T18:34:46.081 DEBUG:teuthology.orchestra.run.smithi043:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-15T18:34:46.103 DEBUG:teuthology.orchestra.run.smithi164:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-15T18:34:46.143 INFO:tasks.cephadm:Stopping all daemons... 2024-02-15T18:34:46.143 INFO:tasks.cephadm.mon.smithi043:Stopping mon.smithi043... 2024-02-15T18:34:46.143 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043 2024-02-15T18:34:46.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: cluster 2024-02-15T18:34:44.566569+0000 mgr.smithi043.oyulcz (mgr.14724) 411 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-15T18:34:46.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: audit 2024-02-15T18:34:45.323966+0000 mon.smithi043 (mon.0) 882 : audit [DBG] from='client.? 172.21.15.43:0/1018905112' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-15T18:34:46.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:46 smithi043 systemd[1]: Stopping Ceph mon.smithi043 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:34:46.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:46 smithi043 bash[100822]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi043" found: no such container 2024-02-15T18:34:46.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: cluster 2024-02-15T18:34:44.566569+0000 mgr.smithi043.oyulcz (mgr.14724) 411 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-15T18:34:46.452 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: audit 2024-02-15T18:34:45.323966+0000 mon.smithi043 (mon.0) 882 : audit [DBG] from='client.? 172.21.15.43:0/1018905112' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-15T18:34:46.750 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:34:46.504+0000 7f9603f60700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi043 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-15T18:34:46.750 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:46 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043[76993]: debug 2024-02-15T18:34:46.504+0000 7f9603f60700 -1 mon.smithi043@0(leader) e2 *** Got Signal Terminated *** 2024-02-15T18:34:47.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Feb 15 18:34:46 smithi043 bash[100862]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi043 2024-02-15T18:34:47.315 DEBUG:teuthology.orchestra.run.smithi043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi043.service' 2024-02-15T18:34:47.369 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:34:47.369 INFO:tasks.cephadm.mon.smithi043:Stopped mon.smithi043 2024-02-15T18:34:47.369 INFO:tasks.cephadm.mon.smithi164:Stopping mon.smithi164... 2024-02-15T18:34:47.369 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi164 2024-02-15T18:34:47.701 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:47 smithi164 systemd[1]: Stopping Ceph mon.smithi164 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:34:47.701 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:47 smithi164 bash[69889]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon.smithi164" found: no such container 2024-02-15T18:34:48.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:34:47.733+0000 7f61aae07700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi164 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-15T18:34:48.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164[57626]: debug 2024-02-15T18:34:47.733+0000 7f61aae07700 -1 mon.smithi164@1(peon) e2 *** Got Signal Terminated *** 2024-02-15T18:34:48.451 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 15 18:34:48 smithi164 bash[69927]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-mon-smithi164 2024-02-15T18:34:48.693 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@mon.smithi164.service' 2024-02-15T18:34:48.759 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:34:48.759 INFO:tasks.cephadm.mon.smithi164:Stopped mon.smithi164 2024-02-15T18:34:48.759 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-15T18:34:48.759 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.0 2024-02-15T18:34:49.003 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:34:48 smithi043 systemd[1]: Stopping Ceph osd.0 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:34:49.003 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:34:48 smithi043 bash[100992]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.0" found: no such container 2024-02-15T18:34:49.500 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:34:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-0[80504]: debug 2024-02-15T18:34:49.072+0000 7f4e93e3b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:34:49.501 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:34:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-0[80504]: debug 2024-02-15T18:34:49.072+0000 7f4e93e3b700 -1 osd.0 110 *** Got signal Terminated *** 2024-02-15T18:34:49.501 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:34:49 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-0[80504]: debug 2024-02-15T18:34:49.072+0000 7f4e93e3b700 -1 osd.0 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:34:54.751 INFO:journalctl@ceph.osd.0.smithi043.stdout:Feb 15 18:34:54 smithi043 bash[101033]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-0 2024-02-15T18:34:56.308 DEBUG:teuthology.orchestra.run.smithi043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.0.service' 2024-02-15T18:34:56.353 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:34:56.353 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-15T18:34:56.353 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-15T18:34:56.353 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.1 2024-02-15T18:34:56.655 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:34:56 smithi043 systemd[1]: Stopping Ceph osd.1 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:34:56.655 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:34:56 smithi043 bash[101276]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.1" found: no such container 2024-02-15T18:34:57.000 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:34:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-1[83021]: debug 2024-02-15T18:34:56.663+0000 7f68adfb2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:34:57.000 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:34:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-1[83021]: debug 2024-02-15T18:34:56.663+0000 7f68adfb2700 -1 osd.1 110 *** Got signal Terminated *** 2024-02-15T18:34:57.001 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:34:56 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-1[83021]: debug 2024-02-15T18:34:56.663+0000 7f68adfb2700 -1 osd.1 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:35:02.500 INFO:journalctl@ceph.osd.1.smithi043.stdout:Feb 15 18:35:02 smithi043 bash[101317]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-1 2024-02-15T18:35:03.908 DEBUG:teuthology.orchestra.run.smithi043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.1.service' 2024-02-15T18:35:03.951 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:35:03.951 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-15T18:35:03.951 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-15T18:35:03.951 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.2 2024-02-15T18:35:04.250 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:35:04 smithi043 systemd[1]: Stopping Ceph osd.2 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:35:04.250 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:35:04 smithi043 bash[101554]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.2" found: no such container 2024-02-15T18:35:04.599 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:35:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-2[85480]: debug 2024-02-15T18:35:04.282+0000 7fbc3dd62700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:35:04.600 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:35:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-2[85480]: debug 2024-02-15T18:35:04.282+0000 7fbc3dd62700 -1 osd.2 110 *** Got signal Terminated *** 2024-02-15T18:35:04.600 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:35:04 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-2[85480]: debug 2024-02-15T18:35:04.282+0000 7fbc3dd62700 -1 osd.2 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:35:10.000 INFO:journalctl@ceph.osd.2.smithi043.stdout:Feb 15 18:35:09 smithi043 bash[101595]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-2 2024-02-15T18:35:11.419 DEBUG:teuthology.orchestra.run.smithi043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.2.service' 2024-02-15T18:35:11.464 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:35:11.464 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-15T18:35:11.464 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-15T18:35:11.464 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.3 2024-02-15T18:35:11.750 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:35:11 smithi043 systemd[1]: Stopping Ceph osd.3 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:35:11.750 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:35:11 smithi043 bash[101839]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.3" found: no such container 2024-02-15T18:35:12.250 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:35:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-3[87960]: debug 2024-02-15T18:35:11.843+0000 7f5456b0b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:35:12.250 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:35:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-3[87960]: debug 2024-02-15T18:35:11.843+0000 7f5456b0b700 -1 osd.3 110 *** Got signal Terminated *** 2024-02-15T18:35:12.250 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:35:11 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-3[87960]: debug 2024-02-15T18:35:11.843+0000 7f5456b0b700 -1 osd.3 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:35:15.750 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:35:15 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-3[87960]: debug 2024-02-15T18:35:15.294+0000 7f5452a86700 -1 osd.3 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.462788+0000 front 2024-02-15T18:34:50.462929+0000 (oldest deadline 2024-02-15T18:35:14.562942+0000) 2024-02-15T18:35:16.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:15 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:15.780+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:16.738 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:16.486+0000 7fe801d36700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.704078+0000 front 2024-02-15T18:34:53.704120+0000 (oldest deadline 2024-02-15T18:35:16.003871+0000) 2024-02-15T18:35:16.738 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:16.690+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:16.750 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:35:16 smithi043 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-3[87960]: debug 2024-02-15T18:35:16.317+0000 7f5452a86700 -1 osd.3 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.462788+0000 front 2024-02-15T18:34:50.462929+0000 (oldest deadline 2024-02-15T18:35:14.562942+0000) 2024-02-15T18:35:17.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:16 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:16.747+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:17.500 INFO:journalctl@ceph.osd.3.smithi043.stdout:Feb 15 18:35:17 smithi043 bash[101879]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-3 2024-02-15T18:35:17.754 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:17.493+0000 7fe801d36700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.704078+0000 front 2024-02-15T18:34:53.704120+0000 (oldest deadline 2024-02-15T18:35:16.003871+0000) 2024-02-15T18:35:17.754 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:17.674+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:18.186 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:17 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:17.763+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:18.451 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:18.195+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:18.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:18.746+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:18.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:18.629+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:18.952 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:18 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:18.541+0000 7fe801d36700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.704078+0000 front 2024-02-15T18:34:53.704120+0000 (oldest deadline 2024-02-15T18:35:16.003871+0000) 2024-02-15T18:35:18.972 DEBUG:teuthology.orchestra.run.smithi043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.3.service' 2024-02-15T18:35:19.018 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:35:19.040 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-15T18:35:19.040 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-15T18:35:19.040 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.4 2024-02-15T18:35:19.360 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:19.244+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:19.361 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:19 smithi164 systemd[1]: Stopping Ceph osd.4 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:35:19.361 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:19 smithi164 bash[70055]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.4" found: no such container 2024-02-15T18:35:19.619 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:19.370+0000 7fe808dc1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:35:19.619 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:19.370+0000 7fe808dc1700 -1 osd.4 110 *** Got signal Terminated *** 2024-02-15T18:35:19.620 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:19.370+0000 7fe808dc1700 -1 osd.4 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:35:19.620 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:19.578+0000 7fe801d36700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.704078+0000 front 2024-02-15T18:34:53.704120+0000 (oldest deadline 2024-02-15T18:35:16.003871+0000) 2024-02-15T18:35:19.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:19.749+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:19.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:19 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:19.629+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:20.521 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:20.245+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:20.788 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:20.530+0000 7fe801d36700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.704078+0000 front 2024-02-15T18:34:53.704120+0000 (oldest deadline 2024-02-15T18:35:16.003871+0000) 2024-02-15T18:35:20.789 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:20.635+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:21.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:20 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:20.797+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:21.607 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:21.290+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:21.607 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:21.490+0000 7fe801d36700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.704078+0000 front 2024-02-15T18:34:53.704120+0000 (oldest deadline 2024-02-15T18:35:16.003871+0000) 2024-02-15T18:35:21.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:21.847+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:21.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:21 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:21.616+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:22.571 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:22.288+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:22.572 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:22.457+0000 7fe801d36700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.704078+0000 front 2024-02-15T18:34:53.704120+0000 (oldest deadline 2024-02-15T18:35:16.003871+0000) 2024-02-15T18:35:22.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:22.581+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:22.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:22.818+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:22.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:22 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:22.818+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:23.570 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:23.273+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:23.571 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:23.481+0000 7fe801d36700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.704078+0000 front 2024-02-15T18:34:53.704120+0000 (oldest deadline 2024-02-15T18:35:16.003871+0000) 2024-02-15T18:35:23.571 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4[60251]: debug 2024-02-15T18:35:23.481+0000 7fe801d36700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:01.304739+0000 front 2024-02-15T18:35:01.304751+0000 (oldest deadline 2024-02-15T18:35:23.004694+0000) 2024-02-15T18:35:23.826 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:23.580+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:24.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:23.836+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:24.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:23 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:23.836+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:24.605 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:24.300+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:24.867 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:24.614+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:25.201 INFO:journalctl@ceph.osd.4.smithi164.stdout:Feb 15 18:35:24 smithi164 bash[70096]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-4 2024-02-15T18:35:25.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:24.876+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:25.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:24 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:24.876+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:25.611 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:25.260+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:25.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:25.620+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:25.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:25.863+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:25.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:25 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:25.863+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:26.451 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:26.217+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:26.451 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:26.217+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:26.775 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:26.648+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:26.776 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:26.648+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:01.264175+0000 front 2024-02-15T18:35:01.264222+0000 (oldest deadline 2024-02-15T18:35:25.964122+0000) 2024-02-15T18:35:26.781 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.4.service' 2024-02-15T18:35:26.823 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:35:26.823 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-15T18:35:26.823 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-15T18:35:26.823 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.5 2024-02-15T18:35:27.154 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:26 smithi164 systemd[1]: Stopping Ceph osd.5 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:35:27.154 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:26 smithi164 bash[70336]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.5" found: no such container 2024-02-15T18:35:27.155 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:27.162+0000 7f8c2fb2f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:35:27.155 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:26.833+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:27.155 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:26 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:26.833+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:27.451 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:27.162+0000 7f8c2fb2f700 -1 osd.5 110 *** Got signal Terminated *** 2024-02-15T18:35:27.451 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:27.162+0000 7f8c2fb2f700 -1 osd.5 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:35:27.451 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:27.201+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:27.452 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:27.201+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:27.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:27.629+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:27.952 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:27.629+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:01.264175+0000 front 2024-02-15T18:35:01.264222+0000 (oldest deadline 2024-02-15T18:35:25.964122+0000) 2024-02-15T18:35:27.952 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:27.862+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:27.952 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:27 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:27.862+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:28.644 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:28.232+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:28.644 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:28.232+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:28.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:28.653+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:28.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:28.653+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:01.264175+0000 front 2024-02-15T18:35:01.264222+0000 (oldest deadline 2024-02-15T18:35:25.964122+0000) 2024-02-15T18:35:28.952 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:28.823+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:28.952 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:28 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:28.823+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:29.633 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:29.249+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:29.633 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:29.249+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:29.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:29.641+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:29.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:29.641+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:01.264175+0000 front 2024-02-15T18:35:01.264222+0000 (oldest deadline 2024-02-15T18:35:25.964122+0000) 2024-02-15T18:35:29.952 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:29.859+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:29.952 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:29 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:29.859+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:30.665 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:30.238+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:30.666 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:30.238+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:30.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:30.674+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:30.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:30.674+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:01.264175+0000 front 2024-02-15T18:35:01.264222+0000 (oldest deadline 2024-02-15T18:35:25.964122+0000) 2024-02-15T18:35:30.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:30.674+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:07.565747+0000 front 2024-02-15T18:35:07.565735+0000 (oldest deadline 2024-02-15T18:35:29.865535+0000) 2024-02-15T18:35:30.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:30.836+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:30.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:30 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:30.836+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:31.626 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:31.287+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:31.626 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:31.287+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:31.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:31.802+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:31.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:31.802+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:31.951 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:31.634+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.162854+0000 front 2024-02-15T18:34:50.162736+0000 (oldest deadline 2024-02-15T18:35:16.062730+0000) 2024-02-15T18:35:31.952 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:31.634+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:01.264175+0000 front 2024-02-15T18:35:01.264222+0000 (oldest deadline 2024-02-15T18:35:25.964122+0000) 2024-02-15T18:35:31.952 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:31 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5[62207]: debug 2024-02-15T18:35:31.634+0000 7f8c2d2ad700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:07.565747+0000 front 2024-02-15T18:35:07.565735+0000 (oldest deadline 2024-02-15T18:35:29.865535+0000) 2024-02-15T18:35:32.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:32.262+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:32.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:32.262+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:32.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:32.262+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:33.201 INFO:journalctl@ceph.osd.5.smithi164.stdout:Feb 15 18:35:32 smithi164 bash[70377]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-5 2024-02-15T18:35:33.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:32.794+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:33.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:32 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:32.794+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:33.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:33.280+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:33.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:33.280+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:33.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:33.280+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:34.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:33.805+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:34.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:33.805+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:34.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:33 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:33.805+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:09.090694+0000 front 2024-02-15T18:35:09.090632+0000 (oldest deadline 2024-02-15T18:35:33.790542+0000) 2024-02-15T18:35:34.675 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:34.238+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:34.675 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:34.238+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:34.675 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:34.238+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:34.683 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.5.service' 2024-02-15T18:35:34.726 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:35:34.726 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-15T18:35:34.726 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-15T18:35:34.726 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.6 2024-02-15T18:35:34.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:34.798+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:34.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:34.798+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:34.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:34 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:34.798+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:09.090694+0000 front 2024-02-15T18:35:09.090632+0000 (oldest deadline 2024-02-15T18:35:33.790542+0000) 2024-02-15T18:35:34.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:34 smithi164 systemd[1]: Stopping Ceph osd.6 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:35:34.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:34 smithi164 bash[70623]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.6" found: no such container 2024-02-15T18:35:35.451 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:35.057+0000 7f6e52747700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:35:35.451 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:35.057+0000 7f6e52747700 -1 osd.6 110 *** Got signal Terminated *** 2024-02-15T18:35:35.451 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:35.057+0000 7f6e52747700 -1 osd.6 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:35:35.452 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:35.278+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:35.452 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:35.278+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:35.452 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:35.278+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:36.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:35.770+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:36.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:35.770+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:36.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:35 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:35.770+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:09.090694+0000 front 2024-02-15T18:35:09.090632+0000 (oldest deadline 2024-02-15T18:35:33.790542+0000) 2024-02-15T18:35:36.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:36.241+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:36.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:36.241+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:36.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:36.241+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:37.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:36.744+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:37.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:36.744+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:37.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:36 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:36.744+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:09.090694+0000 front 2024-02-15T18:35:09.090632+0000 (oldest deadline 2024-02-15T18:35:33.790542+0000) 2024-02-15T18:35:37.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:37.254+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:37.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:37.254+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:37.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:37.254+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:38.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:37.741+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:38.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:37.741+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:38.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:37 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:37.741+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:09.090694+0000 front 2024-02-15T18:35:09.090632+0000 (oldest deadline 2024-02-15T18:35:33.790542+0000) 2024-02-15T18:35:38.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:38.294+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:38.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:38.294+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:38.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:38.294+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:39.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:38.723+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:39.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:38.723+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:39.201 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:38 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:38.723+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:09.090694+0000 front 2024-02-15T18:35:09.090632+0000 (oldest deadline 2024-02-15T18:35:33.790542+0000) 2024-02-15T18:35:39.689 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:39.263+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:39.689 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:39.263+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:39.689 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:39.263+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:39.689 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:39.263+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2024-02-15T18:35:16.674800+0000 front 2024-02-15T18:35:16.674761+0000 (oldest deadline 2024-02-15T18:35:38.374788+0000) 2024-02-15T18:35:39.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:39.697+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:50.988393+0000 front 2024-02-15T18:34:50.988446+0000 (oldest deadline 2024-02-15T18:35:15.688325+0000) 2024-02-15T18:35:39.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:39.697+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.389402+0000 front 2024-02-15T18:35:00.389381+0000 (oldest deadline 2024-02-15T18:35:22.689367+0000) 2024-02-15T18:35:39.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:39.697+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:09.090694+0000 front 2024-02-15T18:35:09.090632+0000 (oldest deadline 2024-02-15T18:35:33.790542+0000) 2024-02-15T18:35:39.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:39 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6[64117]: debug 2024-02-15T18:35:39.697+0000 7f6e4fec5700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2024-02-15T18:35:15.392007+0000 front 2024-02-15T18:35:15.392018+0000 (oldest deadline 2024-02-15T18:35:38.891960+0000) 2024-02-15T18:35:40.551 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:40.223+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:40.551 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:40.223+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:40.552 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:40.223+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:40.552 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:40 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:40.223+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2024-02-15T18:35:16.674800+0000 front 2024-02-15T18:35:16.674761+0000 (oldest deadline 2024-02-15T18:35:38.374788+0000) 2024-02-15T18:35:40.951 INFO:journalctl@ceph.osd.6.smithi164.stdout:Feb 15 18:35:40 smithi164 bash[70662]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-6 2024-02-15T18:35:41.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:41.258+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:41.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:41.258+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:41.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:41.258+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:41.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:41 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:41.258+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2024-02-15T18:35:16.674800+0000 front 2024-02-15T18:35:16.674761+0000 (oldest deadline 2024-02-15T18:35:38.374788+0000) 2024-02-15T18:35:42.451 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:42.283+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:42.451 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:42.283+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:42.452 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:42.283+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:42.452 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:42.283+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2024-02-15T18:35:16.674800+0000 front 2024-02-15T18:35:16.674761+0000 (oldest deadline 2024-02-15T18:35:38.374788+0000) 2024-02-15T18:35:42.502 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.6.service' 2024-02-15T18:35:42.547 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:35:42.547 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-15T18:35:42.547 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-15T18:35:42.547 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.7 2024-02-15T18:35:42.827 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:42 smithi164 systemd[1]: Stopping Ceph osd.7 for 27dc5e9e-cc2e-11ee-95ba-87774f69a715... 2024-02-15T18:35:42.827 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:42 smithi164 bash[70904]: Error: no container with name or ID "ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd.7" found: no such container 2024-02-15T18:35:43.201 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:42.835+0000 7fe33f3d8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T18:35:43.201 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:42.835+0000 7fe33f3d8700 -1 osd.7 110 *** Got signal Terminated *** 2024-02-15T18:35:43.201 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:42 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:42.835+0000 7fe33f3d8700 -1 osd.7 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:35:43.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:43.279+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:43.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:43.279+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:43.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:43.279+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:43.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:43 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:43.279+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2024-02-15T18:35:16.674800+0000 front 2024-02-15T18:35:16.674761+0000 (oldest deadline 2024-02-15T18:35:38.374788+0000) 2024-02-15T18:35:44.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:44.254+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:44.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:44.254+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:44.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:44.254+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:44.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:44 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:44.254+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2024-02-15T18:35:16.674800+0000 front 2024-02-15T18:35:16.674761+0000 (oldest deadline 2024-02-15T18:35:38.374788+0000) 2024-02-15T18:35:45.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:45.252+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:45.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:45.252+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:45.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:45.252+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:45.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:45 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:45.252+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2024-02-15T18:35:16.674800+0000 front 2024-02-15T18:35:16.674761+0000 (oldest deadline 2024-02-15T18:35:38.374788+0000) 2024-02-15T18:35:46.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:46.227+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:46.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:46.227+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:46.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:46.227+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:46.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:46 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:46.227+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2024-02-15T18:35:16.674800+0000 front 2024-02-15T18:35:16.674761+0000 (oldest deadline 2024-02-15T18:35:38.374788+0000) 2024-02-15T18:35:47.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:47.222+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2024-02-15T18:34:53.172712+0000 front 2024-02-15T18:34:53.172665+0000 (oldest deadline 2024-02-15T18:35:17.872592+0000) 2024-02-15T18:35:47.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:47.222+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2024-02-15T18:35:00.173657+0000 front 2024-02-15T18:35:00.173705+0000 (oldest deadline 2024-02-15T18:35:25.473569+0000) 2024-02-15T18:35:47.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:47.222+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2024-02-15T18:35:05.474053+0000 front 2024-02-15T18:35:05.474157+0000 (oldest deadline 2024-02-15T18:35:31.374001+0000) 2024-02-15T18:35:47.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:47 smithi164 ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7[66028]: debug 2024-02-15T18:35:47.222+0000 7fe33a351700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2024-02-15T18:35:16.674800+0000 front 2024-02-15T18:35:16.674761+0000 (oldest deadline 2024-02-15T18:35:38.374788+0000) 2024-02-15T18:35:48.701 INFO:journalctl@ceph.osd.7.smithi164.stdout:Feb 15 18:35:48 smithi164 bash[70944]: ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715-osd-7 2024-02-15T18:35:50.194 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-27dc5e9e-cc2e-11ee-95ba-87774f69a715@osd.7.service' 2024-02-15T18:35:50.237 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:35:50.237 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-15T18:35:50.237 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-15T18:38:49.557 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-15T18:39:10.226 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:39:10.266 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:39:10.296 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-15T18:39:10.298 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668/remote/ubuntu@smithi043.front.sepia.ceph.com/crash 2024-02-15T18:39:10.298 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/crash -- . 2024-02-15T18:39:10.347 INFO:teuthology.orchestra.run.smithi043.stderr:tar: /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-15T18:39:10.347 INFO:teuthology.orchestra.run.smithi043.stderr:tar: Error is not recoverable: exiting now 2024-02-15T18:39:10.349 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668/remote/ubuntu@smithi164.front.sepia.ceph.com/crash 2024-02-15T18:39:10.350 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/crash -- . 2024-02-15T18:39:10.446 INFO:teuthology.orchestra.run.smithi164.stderr:tar: /var/lib/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-15T18:39:10.447 INFO:teuthology.orchestra.run.smithi164.stderr:tar: Error is not recoverable: exiting now 2024-02-15T18:39:10.447 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-15T18:39:10.448 DEBUG:teuthology.orchestra.run.smithi043:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T18:39:10.482 INFO:teuthology.orchestra.run.smithi043.stdout:2024-02-15T18:20:03.827529+0000 mon.smithi043 (mon.0) 356 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T18:39:10.482 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-15T18:39:10.482 DEBUG:teuthology.orchestra.run.smithi043:> sudo egrep '\[SEC\]' /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T18:39:10.553 DEBUG:teuthology.orchestra.run.smithi043:> sudo egrep '\[ERR\]' /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T18:39:10.625 DEBUG:teuthology.orchestra.run.smithi043:> sudo egrep '\[WRN\]' /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T18:39:10.695 INFO:teuthology.orchestra.run.smithi043.stdout:2024-02-15T18:20:03.827529+0000 mon.smithi043 (mon.0) 356 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T18:39:10.696 INFO:tasks.cephadm:Compressing logs... 2024-02-15T18:39:10.696 DEBUG:teuthology.orchestra.run.smithi043:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-15T18:39:10.738 DEBUG:teuthology.orchestra.run.smithi164:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-15T18:39:10.764 INFO:teuthology.orchestra.run.smithi043.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-15T18:39:10.764 INFO:teuthology.orchestra.run.smithi043.stderr:: No such file or directory 2024-02-15T18:39:10.764 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-15T18:39:10.765 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.2.log 2024-02-15T18:39:10.765 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-15T18:39:10.765 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-15T18:39:10.765 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.3.log 2024-02-15T18:39:10.767 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.cephadm.log: /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.3.log: 84.8% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-15T18:39:10.768 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.0.log 2024-02-15T18:39:10.768 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi043.gchcpq.log 2024-02-15T18:39:10.768 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.0.log: /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi043.gchcpq.log: 86.1% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi043.gchcpq.log.gz 2024-02-15T18:39:10.768 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mon.smithi043.log 2024-02-15T18:39:10.769 INFO:teuthology.orchestra.run.smithi164.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-15T18:39:10.769 INFO:teuthology.orchestra.run.smithi164.stderr:: No such file or directory 2024-02-15T18:39:10.769 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.6.log 2024-02-15T18:39:10.769 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-15T18:39:10.769 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi164.avzzjy.log 2024-02-15T18:39:10.769 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.6.log: /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-15T18:39:10.769 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi164.avzzjy.log: gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-15T18:39:10.769 INFO:teuthology.orchestra.run.smithi164.stderr: 79.2% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi164.avzzjy.log.gz 2024-02-15T18:39:10.769 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mon.smithi164.log 2024-02-15T18:39:10.770 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.7.log 2024-02-15T18:39:10.770 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mon.smithi043.log: 90.9% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-15T18:39:10.771 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mgr.smithi043.oyulcz.log 2024-02-15T18:39:10.771 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mgr.smithi043.oyulcz.log: 91.4% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-15T18:39:10.771 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.log 2024-02-15T18:39:10.773 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.log: 87.9% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-15T18:39:10.773 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.1.log 2024-02-15T18:39:10.774 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mon.smithi164.log: 84.7% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-15T18:39:10.774 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.7.log: 90.2% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-15T18:39:10.774 INFO:teuthology.orchestra.run.smithi164.stderr: 91.6% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-15T18:39:10.774 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.log 2024-02-15T18:39:10.774 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.4.log 2024-02-15T18:39:10.774 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mgr.smithi164.shzocc.log 2024-02-15T18:39:10.774 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.4.log: /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mgr.smithi164.shzocc.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-15T18:39:10.774 INFO:teuthology.orchestra.run.smithi164.stderr: 87.9% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-15T18:39:10.774 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.5.log 2024-02-15T18:39:10.775 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.1.log: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-15T18:39:10.819 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.5.log: 89.2% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mgr.smithi164.shzocc.log.gz 2024-02-15T18:39:11.103 INFO:teuthology.orchestra.run.smithi164.stderr: 92.7% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mon.smithi164.log.gz 2024-02-15T18:39:11.155 INFO:teuthology.orchestra.run.smithi043.stderr: 91.0% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mgr.smithi043.oyulcz.log.gz 2024-02-15T18:39:11.596 INFO:teuthology.orchestra.run.smithi043.stderr: 91.6% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-mon.smithi043.log.gz 2024-02-15T18:39:14.452 INFO:teuthology.orchestra.run.smithi043.stderr: 94.3% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.2.log.gz 2024-02-15T18:39:15.961 INFO:teuthology.orchestra.run.smithi164.stderr: 94.2% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.6.log.gz 2024-02-15T18:39:16.147 INFO:teuthology.orchestra.run.smithi164.stderr: 93.9% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.4.log.gz 2024-02-15T18:39:16.713 INFO:teuthology.orchestra.run.smithi043.stderr: 94.1% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.1.log.gz 2024-02-15T18:39:16.890 INFO:teuthology.orchestra.run.smithi043.stderr: 94.0% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.0.log.gz 2024-02-15T18:39:17.328 INFO:teuthology.orchestra.run.smithi164.stderr: 94.1% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.5.log.gz 2024-02-15T18:39:17.573 INFO:teuthology.orchestra.run.smithi043.stderr: 94.0% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.3.log.gz 2024-02-15T18:39:17.574 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-02-15T18:39:17.574 INFO:teuthology.orchestra.run.smithi043.stderr:real 0m6.821s 2024-02-15T18:39:17.575 INFO:teuthology.orchestra.run.smithi043.stderr:user 0m22.964s 2024-02-15T18:39:17.575 INFO:teuthology.orchestra.run.smithi043.stderr:sys 0m0.824s 2024-02-15T18:39:19.358 INFO:teuthology.orchestra.run.smithi164.stderr: 94.0% -- replaced with /var/log/ceph/27dc5e9e-cc2e-11ee-95ba-87774f69a715/ceph-osd.7.log.gz 2024-02-15T18:39:19.360 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-02-15T18:39:19.360 INFO:teuthology.orchestra.run.smithi164.stderr:real 0m8.605s 2024-02-15T18:39:19.360 INFO:teuthology.orchestra.run.smithi164.stderr:user 0m25.078s 2024-02-15T18:39:19.360 INFO:teuthology.orchestra.run.smithi164.stderr:sys 0m1.026s 2024-02-15T18:39:19.360 INFO:tasks.cephadm:Archiving logs... 2024-02-15T18:39:19.361 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668/remote/ubuntu@smithi043.front.sepia.ceph.com/log 2024-02-15T18:39:19.362 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-15T18:39:22.614 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668/remote/ubuntu@smithi164.front.sepia.ceph.com/log 2024-02-15T18:39:22.615 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-15T18:39:26.386 INFO:tasks.cephadm:Removing cluster... 2024-02-15T18:39:26.386 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 --force 2024-02-15T18:39:26.745 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 27dc5e9e-cc2e-11ee-95ba-87774f69a715 --force 2024-02-15T18:39:27.098 INFO:tasks.cephadm:Removing cephadm ... 2024-02-15T18:39:27.098 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-15T18:39:27.118 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-15T18:39:27.136 INFO:tasks.cephadm:Teardown complete 2024-02-15T18:39:27.137 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-15T18:39:27.147 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-15T18:39:27.148 DEBUG:teuthology.orchestra.run.smithi043:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-15T18:39:27.161 DEBUG:teuthology.orchestra.run.smithi164:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-15T18:39:27.176 INFO:teuthology.orchestra.run.smithi043.stderr:bash: ntpq: command not found 2024-02-15T18:39:27.181 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T18:39:27.181 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2024-02-15T18:39:27.181 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 50 +1203us[+1232us] +/- 109ms 2024-02-15T18:39:27.181 INFO:teuthology.orchestra.run.smithi043.stdout:^* hv02.front.sepia.ceph.com 3 6 377 49 +154us[ +184us] +/- 60ms 2024-02-15T18:39:27.181 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 -871us[ -842us] +/- 67ms 2024-02-15T18:39:27.181 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:39:27.193 INFO:teuthology.orchestra.run.smithi164.stderr:bash: ntpq: command not found 2024-02-15T18:39:27.197 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T18:39:27.197 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2024-02-15T18:39:27.198 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 49 +1204us[+1213us] +/- 109ms 2024-02-15T18:39:27.198 INFO:teuthology.orchestra.run.smithi164.stdout:^* hv02.front.sepia.ceph.com 3 6 377 48 +182us[ +190us] +/- 61ms 2024-02-15T18:39:27.198 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 48 -899us[ -891us] +/- 67ms 2024-02-15T18:39:27.198 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:39:27.199 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-15T18:39:27.209 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-15T18:39:27.210 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-15T18:39:27.220 DEBUG:teuthology.orchestra.run.smithi043:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-15T18:39:27.289 DEBUG:teuthology.orchestra.run.smithi164:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-15T18:39:27.350 DEBUG:teuthology.orchestra.run.smithi043:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-15T18:39:27.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:39:27.381 DEBUG:teuthology.orchestra.run.smithi164:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-15T18:39:27.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:39:27.410 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-15T18:39:27.421 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-15T18:39:27.431 INFO:teuthology.task.internal:Duration was 1905.344732 seconds 2024-02-15T18:39:27.431 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-15T18:39:27.441 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-15T18:39:27.441 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-15T18:39:27.443 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-15T18:39:27.488 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T18:39:27.495 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T18:39:27.761 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-15T18:39:27.761 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi043.front.sepia.ceph.com 2024-02-15T18:39:27.761 DEBUG:teuthology.orchestra.run.smithi043:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-15T18:39:27.784 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi164.front.sepia.ceph.com 2024-02-15T18:39:27.785 DEBUG:teuthology.orchestra.run.smithi164:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-15T18:39:27.807 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-15T18:39:27.807 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-15T18:39:27.827 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-15T18:39:27.904 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-15T18:39:27.905 DEBUG:teuthology.orchestra.run.smithi043:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-15T18:39:27.907 DEBUG:teuthology.orchestra.run.smithi164:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-15T18:39:28.040 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-15T18:39:28.051 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-15T18:39:28.051 DEBUG:teuthology.orchestra.run.smithi043:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-15T18:39:28.080 DEBUG:teuthology.orchestra.run.smithi164:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-15T18:39:28.107 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-15T18:39:28.118 DEBUG:teuthology.orchestra.run.smithi043:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-15T18:39:28.122 DEBUG:teuthology.orchestra.run.smithi164:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-15T18:39:28.148 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = core 2024-02-15T18:39:28.173 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = core 2024-02-15T18:39:28.200 DEBUG:teuthology.orchestra.run.smithi043:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-15T18:39:28.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:39:28.226 DEBUG:teuthology.orchestra.run.smithi164:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-15T18:39:28.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:39:28.258 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-15T18:39:28.269 INFO:teuthology.task.internal:Transferring archived files... 2024-02-15T18:39:28.270 DEBUG:teuthology.misc:Transferring archived files from smithi043:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668/remote/smithi043 2024-02-15T18:39:28.271 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-15T18:39:28.315 DEBUG:teuthology.misc:Transferring archived files from smithi164:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668/remote/smithi164 2024-02-15T18:39:28.316 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-15T18:39:28.361 INFO:teuthology.task.internal:Removing archive directory... 2024-02-15T18:39:28.361 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-15T18:39:28.363 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-15T18:39:28.409 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-15T18:39:28.422 INFO:teuthology.task.internal:Not uploading archives. 2024-02-15T18:39:28.422 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-15T18:39:28.432 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-15T18:39:28.433 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-15T18:39:28.435 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-15T18:39:28.451 INFO:teuthology.orchestra.run.smithi043.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 15 18:39 /home/ubuntu/cephtest 2024-02-15T18:39:28.467 INFO:teuthology.orchestra.run.smithi164.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 15 18:39 /home/ubuntu/cephtest 2024-02-15T18:39:28.468 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-15T18:39:28.479 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-15T18:39:28.502 INFO:teuthology.nuke:Checking targets against current locks 2024-02-15T18:39:28.528 DEBUG:teuthology.nuke:shortname: smithi043 2024-02-15T18:39:28.529 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-15T18:39:28.553 DEBUG:teuthology.nuke:shortname: smithi164 2024-02-15T18:39:28.553 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-15T18:39:28.556 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-15 17:58:11.906640', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGwVOxdQwxzi/FjHLkNt6ijq54nuaDJOq/UX3nX0ot+AK7Y+bC92zazTLJCIs7QD/unaA+ykR8mRYOr67wpI3PE='} 2024-02-15T18:39:28.579 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561668', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-15 17:58:11.908515', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDNbwTR7cTLt7tmAg9YU+HQez9mM5h4NwPRHJHLGUmBPO5lHj3F9sL0XvrWThmHc78IRkKlU1TRAZPUktNGfFhc='} 2024-02-15T18:39:28.608 INFO:teuthology.orchestra.console.smithi043:Power off 2024-02-15T18:39:28.609 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-15T18:39:28.631 DEBUG:teuthology.orchestra.console.smithi043:power off output: Chassis Power Control: Down/Off 2024-02-15T18:39:28.632 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:39:28.645 INFO:teuthology.orchestra.console.smithi164:Power off 2024-02-15T18:39:28.646 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-15T18:39:28.655 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2024-02-15T18:39:28.666 DEBUG:teuthology.orchestra.console.smithi164:power off output: Chassis Power Control: Down/Off 2024-02-15T18:39:28.667 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:39:28.687 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-02-15T18:39:32.656 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:39:32.688 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:39:32.767 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2024-02-15T18:39:32.797 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-02-15T18:39:36.770 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:39:36.798 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:39:36.879 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is off 2024-02-15T18:39:36.908 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is off 2024-02-15T18:39:36.980 INFO:teuthology.orchestra.console.smithi043:Power off completed 2024-02-15T18:39:37.009 INFO:teuthology.orchestra.console.smithi164:Power off completed 2024-02-15T18:39:37.113 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1905.3447318077087 failure_reason: '"2024-02-15T18:20:03.827529+0000 mon.smithi043 (mon.0) 356 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' owner: scheduled_lflores@teuthology success: false 2024-02-15T18:39:37.113 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-15T18:39:37.197 INFO:teuthology.run:FAIL