2023-09-29T22:21:26.384 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-29T22:21:26.385 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464 --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464/orig.config.yaml 2023-09-29T22:21:26.423 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-29T22:21:26.523 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464 branch: wip-yuri7-testing-2023-09-28-0517-quincy description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7406464' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri7-testing-2023-09-28-0517-quincy ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: a552a72f82bc3283d463e7a22b8076cc326593ab ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a552a72f82bc3283d463e7a22b8076cc326593ab selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri7-testing-2023-09-28-0517-quincy sha1: a552a72f82bc3283d463e7a22b8076cc326593ab owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 4305 sha1: a552a72f82bc3283d463e7a22b8076cc326593ab sleep_before_teardown: 0 subset: 111/120000 suite: orch:cephadm suite_branch: wip-yuri7-testing-2023-09-28-0517-quincy suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_a552a72f82bc3283d463e7a22b8076cc326593ab/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: a552a72f82bc3283d463e7a22b8076cc326593ab targets: smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOi2Kz6FA90w5mJV53QkXtD64jsJFKQ9/KSGLLet8YAA0c4C/E5sHoJ+E8TP+E3O2/WcQhyO/YtHXDvouqRJf74= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOO8Xvr5tmx6xEVG/GDVsMejxktEurm7nea3lqKgN2TDVYYb5hKbkEm7kdZVYO5MZJ9Em85pEEUaOUAi3WkaJjw= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-29_19:35:48 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-09-29T22:21:26.523 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_a552a72f82bc3283d463e7a22b8076cc326593ab/qa; will attempt to use it 2023-09-29T22:21:26.524 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a552a72f82bc3283d463e7a22b8076cc326593ab/qa/tasks 2023-09-29T22:21:26.524 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-29T22:21:26.526 INFO:teuthology.task.internal:Checking packages... 2023-09-29T22:21:26.548 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a552a72f82bc3283d463e7a22b8076cc326593ab' 2023-09-29T22:21:26.548 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-29T22:21:26.549 INFO:teuthology.packaging:ref: None 2023-09-29T22:21:26.549 INFO:teuthology.packaging:tag: None 2023-09-29T22:21:26.549 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-09-28-0517-quincy 2023-09-29T22:21:26.549 INFO:teuthology.packaging:sha1: a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T22:21:26.549 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-09-28-0517-quincy 2023-09-29T22:21:26.693 INFO:teuthology.task.internal:Found packages for ceph version 17.2.6-1144.ga552a72f 2023-09-29T22:21:26.694 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-29T22:21:26.700 INFO:teuthology.task.internal:no buildpackages task found 2023-09-29T22:21:26.700 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-29T22:21:26.747 INFO:teuthology.task.internal:Saving configuration 2023-09-29T22:21:26.761 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-29T22:21:26.772 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-29T22:21:26.797 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 22:15:39.199631', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOi2Kz6FA90w5mJV53QkXtD64jsJFKQ9/KSGLLet8YAA0c4C/E5sHoJ+E8TP+E3O2/WcQhyO/YtHXDvouqRJf74='} 2023-09-29T22:21:26.820 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 22:15:39.198189', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOO8Xvr5tmx6xEVG/GDVsMejxktEurm7nea3lqKgN2TDVYYb5hKbkEm7kdZVYO5MZJ9Em85pEEUaOUAi3WkaJjw='} 2023-09-29T22:21:26.820 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-29T22:21:26.826 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-09-29T22:21:26.826 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-09-29T22:21:26.826 INFO:teuthology.run_tasks:Running task console_log... 2023-09-29T22:21:26.954 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f546f190af0>, signals=[15]) 2023-09-29T22:21:26.955 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-29T22:21:26.961 INFO:teuthology.task.internal:Opening connections... 2023-09-29T22:21:26.961 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:21:26.962 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:21:27.032 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2023-09-29T22:21:27.033 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:21:27.101 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-29T22:21:27.107 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2023-09-29T22:21:27.130 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2023-09-29T22:21:27.130 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2023-09-29T22:21:27.191 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="CentOS Stream" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="8" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:ID="centos" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE="rhel fedora" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="8" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:PLATFORM_ID="platform:el8" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:ANSI_COLOR="0;31" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://centos.org/" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-29T22:21:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-29T22:21:27.193 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-29T22:21:27.193 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2023-09-29T22:21:27.216 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2023-09-29T22:21:27.238 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2023-09-29T22:21:27.238 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2023-09-29T22:21:27.299 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="CentOS Stream" 2023-09-29T22:21:27.299 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="8" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:ID="centos" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="rhel fedora" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="8" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el8" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://centos.org/" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-29T22:21:27.300 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-29T22:21:27.301 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2023-09-29T22:21:27.324 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-29T22:21:27.332 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-29T22:21:27.376 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-29T22:21:27.376 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2023-09-29T22:21:27.379 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2023-09-29T22:21:27.399 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-29T22:21:27.405 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-29T22:21:27.405 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2023-09-29T22:21:27.441 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2023-09-29T22:21:27.472 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-29T22:21:27.525 INFO:teuthology.run_tasks:Running task kernel... 2023-09-29T22:21:27.538 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-29T22:21:27.539 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-29T22:21:27.539 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-29T22:21:27.539 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-29T22:21:27.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T22:21:27.560 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-09-29T22:21:27.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T22:21:27.561 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2023-09-29T22:21:27.622 INFO:teuthology.orchestra.run.smithi163.stdout:4.18.0-489.el8.x86_64 2023-09-29T22:21:27.622 INFO:teuthology.task.kernel:Running kernel on smithi163: 4.18.0-489.el8.x86_64 2023-09-29T22:21:27.623 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2023-09-29T22:21:27.624 INFO:teuthology.orchestra.run.smithi060.stdout:4.18.0-489.el8.x86_64 2023-09-29T22:21:27.624 INFO:teuthology.task.kernel:Running kernel on smithi060: 4.18.0-489.el8.x86_64 2023-09-29T22:21:27.624 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum install -y kernel 2023-09-29T22:21:32.458 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - AppStream 14 MB/s | 33 MB 00:02 2023-09-29T22:21:32.560 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 8 - AppStream 14 MB/s | 33 MB 00:02 2023-09-29T22:21:40.410 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 48 MB 00:01 2023-09-29T22:21:42.283 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 48 MB 00:03 2023-09-29T22:21:47.818 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 8 - Extras 45 kB/s | 18 kB 00:00 2023-09-29T22:21:48.277 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2023-09-29T22:21:48.636 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-09-29T22:21:50.133 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2023-09-29T22:21:50.584 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - Extras common packages 27 kB/s | 6.9 kB 00:00 2023-09-29T22:21:50.885 INFO:teuthology.orchestra.run.smithi060.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-09-29T22:21:51.162 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 6.7 MB/s | 16 MB 00:02 2023-09-29T22:21:52.555 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-09-29T22:21:55.087 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 452 kB/s | 24 kB 00:00 2023-09-29T22:21:56.628 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 434 kB/s | 24 kB 00:00 2023-09-29T22:21:58.619 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-29T22:21:58.620 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-29T22:21:58.881 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-09-29T22:21:58.882 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-09-29T22:21:58.882 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2023-09-29T22:21:58.882 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-09-29T22:21:58.882 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-09-29T22:21:58.882 INFO:teuthology.orchestra.run.smithi163.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-29T22:21:58.882 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-09-29T22:21:58.882 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-29T22:21:58.883 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-29T22:21:58.883 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:21:58.883 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-09-29T22:21:58.883 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-09-29T22:21:58.883 INFO:teuthology.orchestra.run.smithi163.stdout:Install 3 Packages 2023-09-29T22:21:58.883 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:21:58.883 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 88 M 2023-09-29T22:21:58.884 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 96 M 2023-09-29T22:21:58.884 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-09-29T22:21:59.730 INFO:teuthology.orchestra.run.smithi163.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-09-29T22:22:00.386 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-29T22:22:00.386 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-29T22:22:00.635 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-29T22:22:00.636 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-29T22:22:00.636 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2023-09-29T22:22:00.636 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-29T22:22:00.636 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-29T22:22:00.636 INFO:teuthology.orchestra.run.smithi060.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-29T22:22:00.636 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-29T22:22:00.636 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-29T22:22:00.636 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-29T22:22:00.637 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:22:00.637 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-29T22:22:00.637 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-29T22:22:00.637 INFO:teuthology.orchestra.run.smithi060.stdout:Install 3 Packages 2023-09-29T22:22:00.637 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:22:00.637 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 88 M 2023-09-29T22:22:00.638 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 96 M 2023-09-29T22:22:00.638 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-29T22:22:00.672 INFO:teuthology.orchestra.run.smithi163.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 20 MB/s | 35 MB 00:01 2023-09-29T22:22:01.089 INFO:teuthology.orchestra.run.smithi163.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-09-29T22:22:01.089 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-09-29T22:22:01.089 INFO:teuthology.orchestra.run.smithi163.stdout:Total 40 MB/s | 88 MB 00:02 2023-09-29T22:22:01.513 INFO:teuthology.orchestra.run.smithi060.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-09-29T22:22:01.760 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-09-29T22:22:02.186 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-09-29T22:22:02.186 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-09-29T22:22:02.380 INFO:teuthology.orchestra.run.smithi060.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 21 MB/s | 35 MB 00:01 2023-09-29T22:22:02.755 INFO:teuthology.orchestra.run.smithi060.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-09-29T22:22:02.755 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-29T22:22:02.755 INFO:teuthology.orchestra.run.smithi060.stdout:Total 42 MB/s | 88 MB 00:02 2023-09-29T22:22:03.431 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-09-29T22:22:03.456 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-09-29T22:22:03.457 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-29T22:22:03.900 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-29T22:22:03.900 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-29T22:22:05.176 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-29T22:22:05.194 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-29T22:22:06.204 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-09-29T22:22:06.732 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T22:22:08.105 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-29T22:22:08.910 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T22:22:10.267 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T22:22:10.648 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T22:22:12.674 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T22:22:13.052 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T22:22:14.029 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T22:22:14.311 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T22:22:16.729 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T22:22:17.017 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T22:22:36.060 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-29T22:22:36.085 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T22:22:36.426 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T22:22:36.426 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-29T22:22:36.427 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-29T22:22:37.115 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T22:22:37.116 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:22:37.116 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-09-29T22:22:37.116 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-29T22:22:37.116 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-29T22:22:37.116 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:22:37.116 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-09-29T22:22:37.261 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T22:22:37.474 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T22:22:37.474 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T22:22:37.474 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-29T22:22:37.474 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-29T22:22:37.474 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-29T22:22:37.474 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-29T22:22:37.474 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi163.front.sepia.ceph.com, path=None, version=distro) 2023-09-29T22:22:37.475 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T22:22:37.682 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T22:22:37.682 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T22:22:37.682 DEBUG:teuthology.orchestra.run.smithi163:> sudo rpm -qi grub2-tools 2023-09-29T22:22:37.716 INFO:teuthology.orchestra.run.smithi163.stdout:Name : grub2-tools 2023-09-29T22:22:37.716 INFO:teuthology.orchestra.run.smithi163.stdout:Epoch : 1 2023-09-29T22:22:37.716 INFO:teuthology.orchestra.run.smithi163.stdout:Version : 2.02 2023-09-29T22:22:37.716 INFO:teuthology.orchestra.run.smithi163.stdout:Release : 129.el8 2023-09-29T22:22:37.716 INFO:teuthology.orchestra.run.smithi163.stdout:Architecture: x86_64 2023-09-29T22:22:37.716 INFO:teuthology.orchestra.run.smithi163.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-29T22:22:37.716 INFO:teuthology.orchestra.run.smithi163.stdout:Group : System Environment/Base 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:Size : 9265586 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:License : GPLv3+ 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:Relocations : (not relocatable) 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:Packager : CentOS BuildSystem 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:Vendor : CentOS 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-29T22:22:37.717 INFO:teuthology.orchestra.run.smithi163.stdout:Summary : Support tools for GRUB. 2023-09-29T22:22:37.718 INFO:teuthology.orchestra.run.smithi163.stdout:Description : 2023-09-29T22:22:37.718 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:22:37.718 INFO:teuthology.orchestra.run.smithi163.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-29T22:22:37.718 INFO:teuthology.orchestra.run.smithi163.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-29T22:22:37.718 INFO:teuthology.orchestra.run.smithi163.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-29T22:22:37.718 INFO:teuthology.orchestra.run.smithi163.stdout:hardware devices. 2023-09-29T22:22:37.718 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:22:37.718 INFO:teuthology.orchestra.run.smithi163.stdout:This subpackage provides tools for support of all platforms. 2023-09-29T22:22:37.719 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-29T22:22:37.719 INFO:teuthology.task.kernel:Updating grub on smithi163 to boot 4.18.0-514.el8.x86_64 2023-09-29T22:22:37.719 DEBUG:teuthology.orchestra.run.smithi163:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-29T22:22:39.423 INFO:teuthology.orchestra.run.smithi163.stderr:Generating grub configuration file ... 2023-09-29T22:22:40.167 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-29T22:22:40.193 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T22:22:40.558 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T22:22:40.559 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-29T22:22:40.559 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-29T22:22:41.334 INFO:teuthology.orchestra.run.smithi163.stderr:done 2023-09-29T22:22:41.336 DEBUG:teuthology.orchestra.run.smithi163:> mktemp 2023-09-29T22:22:41.368 INFO:teuthology.orchestra.run.smithi163.stdout:/tmp/tmp.2NahajvsDY 2023-09-29T22:22:41.369 DEBUG:teuthology.orchestra.run.smithi163:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2NahajvsDY 2023-09-29T22:22:41.442 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 0666 /tmp/tmp.2NahajvsDY 2023-09-29T22:22:41.529 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T22:22:41.529 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:22:41.529 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-29T22:22:41.529 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-29T22:22:41.529 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-29T22:22:41.530 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:22:41.530 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-29T22:22:41.589 DEBUG:teuthology.orchestra.remote:smithi163:/tmp/tmp.2NahajvsDY is 6KB 2023-09-29T22:22:41.612 DEBUG:teuthology.orchestra.run.smithi163:> rm -fr /tmp/tmp.2NahajvsDY 2023-09-29T22:22:41.630 DEBUG:teuthology.orchestra.run.smithi163:> sudo /bin/ls /boot/loader/entries || true 2023-09-29T22:22:41.687 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T22:22:41.711 INFO:teuthology.orchestra.run.smithi163.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-29T22:22:41.711 INFO:teuthology.orchestra.run.smithi163.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-29T22:22:41.711 INFO:teuthology.orchestra.run.smithi163.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-29T22:22:41.712 INFO:teuthology.orchestra.run.smithi163.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-29T22:22:41.712 DEBUG:teuthology.orchestra.run.smithi163:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-29T22:22:41.864 DEBUG:teuthology.orchestra.run.smithi163:> sudo shutdown -r now 2023-09-29T22:22:41.906 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T22:22:41.907 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T22:22:41.907 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-29T22:22:41.907 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-29T22:22:41.908 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-29T22:22:41.908 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-29T22:22:41.908 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2023-09-29T22:22:41.908 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T22:22:42.124 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T22:22:42.125 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T22:22:42.125 DEBUG:teuthology.orchestra.run.smithi060:> sudo rpm -qi grub2-tools 2023-09-29T22:22:42.159 INFO:teuthology.orchestra.run.smithi060.stdout:Name : grub2-tools 2023-09-29T22:22:42.159 INFO:teuthology.orchestra.run.smithi060.stdout:Epoch : 1 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:Version : 2.02 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:Release : 129.el8 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: x86_64 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:Group : System Environment/Base 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:Size : 9265586 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:License : GPLv3+ 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-29T22:22:42.160 INFO:teuthology.orchestra.run.smithi060.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout:Relocations : (not relocatable) 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout:Packager : CentOS BuildSystem 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout:Vendor : CentOS 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout:Summary : Support tools for GRUB. 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout:Description : 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout:hardware devices. 2023-09-29T22:22:42.161 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:22:42.162 INFO:teuthology.orchestra.run.smithi060.stdout:This subpackage provides tools for support of all platforms. 2023-09-29T22:22:42.162 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-29T22:22:42.162 INFO:teuthology.task.kernel:Updating grub on smithi060 to boot 4.18.0-514.el8.x86_64 2023-09-29T22:22:42.163 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-29T22:22:43.481 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2023-09-29T22:22:45.513 INFO:teuthology.orchestra.run.smithi060.stderr:done 2023-09-29T22:22:45.519 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2023-09-29T22:22:45.557 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.chNZkU77JM 2023-09-29T22:22:45.557 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.chNZkU77JM 2023-09-29T22:22:45.630 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.chNZkU77JM 2023-09-29T22:22:45.790 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.chNZkU77JM is 6KB 2023-09-29T22:22:45.838 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.chNZkU77JM 2023-09-29T22:22:45.856 DEBUG:teuthology.orchestra.run.smithi060:> sudo /bin/ls /boot/loader/entries || true 2023-09-29T22:22:45.928 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-29T22:22:45.928 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-29T22:22:45.928 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-29T22:22:45.929 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-29T22:22:45.930 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-29T22:22:46.079 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2023-09-29T22:23:11.893 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-29T22:23:11.894 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-09-29T22:23:11.894 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:23:16.082 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-29T22:23:16.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-29T22:23:16.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:23:30.426 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-09-29T22:23:34.522 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.60 2023-09-29T22:23:39.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-09-29T22:23:39.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:23:42.490 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-09-29T22:23:43.524 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-29T22:23:43.524 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:23:54.501 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-09-29T22:23:54.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:23:57.562 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-09-29T22:24:12.578 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-09-29T22:24:12.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:24:31.098 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-09-29T22:24:43.539 DEBUG:teuthology.orchestra.remote:timed out 2023-09-29T22:24:49.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-09-29T22:24:49.106 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:24:49.362 DEBUG:teuthology.orchestra.run.smithi163:> true 2023-09-29T22:24:49.625 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-09-29T22:24:49.625 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-514.el8.x86_64"... 2023-09-29T22:24:49.625 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-09-29T22:24:49.683 INFO:teuthology.orchestra.run.smithi163.stdout:4.18.0-514.el8.x86_64 2023-09-29T22:24:49.683 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-29T22:24:49.683 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-29T22:24:49.683 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-29T22:24:50.685 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-29T22:24:50.685 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-29T22:24:50.768 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2023-09-29T22:24:50.783 DEBUG:teuthology.parallel:result is None 2023-09-29T22:24:55.540 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-29T22:24:55.540 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:24:55.813 DEBUG:teuthology.orchestra.run.smithi060:> true 2023-09-29T22:24:56.128 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-29T22:24:56.129 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-514.el8.x86_64"... 2023-09-29T22:24:56.129 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2023-09-29T22:24:56.151 INFO:teuthology.orchestra.run.smithi060.stdout:4.18.0-514.el8.x86_64 2023-09-29T22:24:56.151 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-29T22:24:56.151 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-29T22:24:56.151 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-29T22:24:57.152 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-29T22:24:57.152 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-29T22:24:57.230 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2023-09-29T22:24:57.247 DEBUG:teuthology.parallel:result is None 2023-09-29T22:24:57.247 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-29T22:24:57.254 INFO:teuthology.task.internal:Creating test directory... 2023-09-29T22:24:57.254 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-29T22:24:57.257 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-29T22:24:57.279 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-29T22:24:57.302 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-29T22:24:57.334 INFO:teuthology.task.internal:Creating archive directory... 2023-09-29T22:24:57.335 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-29T22:24:57.337 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-29T22:24:57.387 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-29T22:24:57.394 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-29T22:24:57.394 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-29T22:24:57.397 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-29T22:24:57.439 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T22:24:57.444 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T22:24:57.452 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T22:24:57.455 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T22:24:57.457 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-29T22:24:57.464 INFO:teuthology.task.internal:Configuring sudo... 2023-09-29T22:24:57.464 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-29T22:24:57.466 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-29T22:24:57.527 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-29T22:24:57.536 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-29T22:24:57.536 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-29T22:24:57.540 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-29T22:24:57.587 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T22:24:57.644 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T22:24:57.714 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T22:24:57.758 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T22:24:57.815 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-29T22:24:57.815 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-29T22:24:57.889 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T22:24:57.940 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T22:24:57.992 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T22:24:58.078 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T22:24:58.123 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-09-29T22:24:58.123 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-29T22:24:58.192 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2023-09-29T22:24:58.194 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2023-09-29T22:24:58.256 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T22:24:58.299 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T22:24:58.709 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-29T22:24:58.716 INFO:teuthology.task.internal:Starting timer... 2023-09-29T22:24:58.716 INFO:teuthology.run_tasks:Running task pcp... 2023-09-29T22:24:58.746 INFO:teuthology.run_tasks:Running task selinux... 2023-09-29T22:24:58.778 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-29T22:24:58.779 DEBUG:teuthology.orchestra.run.smithi060:> sudo service auditd rotate 2023-09-29T22:24:58.857 INFO:teuthology.orchestra.run.smithi060.stdout:Rotating logs: 2023-09-29T22:24:58.859 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2023-09-29T22:24:58.920 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: 2023-09-29T22:24:58.922 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-29T22:24:58.922 DEBUG:teuthology.orchestra.run.smithi060:> /usr/sbin/getenforce 2023-09-29T22:24:58.966 INFO:teuthology.orchestra.run.smithi060.stdout:Permissive 2023-09-29T22:24:58.966 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2023-09-29T22:24:59.026 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2023-09-29T22:24:59.026 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi060.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi163.front.sepia.ceph.com': 'permissive'} 2023-09-29T22:24:59.026 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-29T22:24:59.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T22:24:59.062 DEBUG:teuthology.orchestra.run.smithi163:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-29T22:24:59.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T22:24:59.089 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-29T22:24:59.089 DEBUG:teuthology.orchestra.run.smithi060:> sudo /usr/sbin/setenforce permissive 2023-09-29T22:24:59.138 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2023-09-29T22:24:59.165 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-29T22:24:59.174 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-09-29T22:24:59.179 INFO:teuthology.repo_utils:Fetching main from origin 2023-09-29T22:24:59.283 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-29T22:24:59.297 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-09-29T22:24:59.298 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi060.front.sepia.ceph.com,smithi163.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-29T22:32:55.917 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi060.front.sepia.ceph.com'), Remote(name='ubuntu@smithi163.front.sepia.ceph.com')] 2023-09-29T22:32:55.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-29T22:32:55.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:32:55.992 DEBUG:teuthology.orchestra.run.smithi060:> true 2023-09-29T22:32:56.070 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-29T22:32:56.071 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-09-29T22:32:56.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T22:32:56.141 DEBUG:teuthology.orchestra.run.smithi163:> true 2023-09-29T22:32:56.210 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-09-29T22:32:56.211 INFO:teuthology.run_tasks:Running task clock... 2023-09-29T22:32:56.221 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-29T22:32:56.222 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-29T22:32:56.222 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-29T22:32:56.224 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-29T22:32:56.225 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-29T22:32:56.263 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-29T22:32:56.280 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-29T22:32:56.283 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-29T22:32:56.298 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-29T22:32:56.353 INFO:teuthology.orchestra.run.smithi060.stderr:sudo: ntpd: command not found 2023-09-29T22:32:56.363 INFO:teuthology.orchestra.run.smithi163.stderr:sudo: ntpd: command not found 2023-09-29T22:32:56.366 INFO:teuthology.orchestra.run.smithi060.stdout:506 Cannot talk to daemon 2023-09-29T22:32:56.374 INFO:teuthology.orchestra.run.smithi163.stdout:506 Cannot talk to daemon 2023-09-29T22:32:56.382 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-29T22:32:56.388 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-29T22:32:56.398 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-29T22:32:56.401 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-29T22:32:56.475 INFO:teuthology.orchestra.run.smithi060.stderr:bash: ntpq: command not found 2023-09-29T22:32:56.478 INFO:teuthology.orchestra.run.smithi163.stderr:bash: ntpq: command not found 2023-09-29T22:32:56.479 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T22:32:56.479 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2023-09-29T22:32:56.479 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T22:32:56.480 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T22:32:56.480 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T22:32:56.480 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T22:32:56.481 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T22:32:56.482 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2023-09-29T22:32:56.482 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T22:32:56.482 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T22:32:56.482 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T22:32:56.482 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T22:32:56.483 INFO:teuthology.run_tasks:Running task pexec... 2023-09-29T22:32:56.492 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-29T22:32:56.492 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:32:56.493 DEBUG:teuthology.orchestra.run.smithi060:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-29T22:32:56.493 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi163.front.sepia.ceph.com 2023-09-29T22:32:56.493 DEBUG:teuthology.orchestra.run.smithi163:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-29T22:32:57.399 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:02:19 ago on Fri 29 Sep 2023 10:30:38 PM UTC. 2023-09-29T22:32:57.538 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:39 ago on Fri 29 Sep 2023 10:31:18 PM UTC. 2023-09-29T22:32:59.439 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-09-29T22:32:59.440 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-09-29T22:32:59.440 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2023-09-29T22:32:59.440 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-09-29T22:32:59.440 INFO:teuthology.orchestra.run.smithi163.stdout:Resetting modules: 2023-09-29T22:32:59.440 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools 2023-09-29T22:32:59.440 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:32:59.440 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-09-29T22:32:59.441 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-09-29T22:32:59.441 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:32:59.694 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-09-29T22:32:59.790 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-29T22:32:59.791 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-29T22:32:59.791 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2023-09-29T22:32:59.791 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-29T22:32:59.791 INFO:teuthology.orchestra.run.smithi060.stdout:Resetting modules: 2023-09-29T22:32:59.791 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools 2023-09-29T22:32:59.792 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:32:59.792 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-29T22:32:59.792 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-29T22:32:59.792 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:33:00.083 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-29T22:33:00.636 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:02:22 ago on Fri 29 Sep 2023 10:30:38 PM UTC. 2023-09-29T22:33:01.158 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:42 ago on Fri 29 Sep 2023 10:31:18 PM UTC. 2023-09-29T22:33:02.629 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-09-29T22:33:02.785 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-09-29T22:33:02.785 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-09-29T22:33:02.785 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-09-29T22:33:02.785 INFO:teuthology.orchestra.run.smithi163.stdout:Installing group/module packages: 2023-09-29T22:33:02.785 INFO:teuthology.orchestra.run.smithi163.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-29T22:33:02.786 INFO:teuthology.orchestra.run.smithi163.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-29T22:33:02.786 INFO:teuthology.orchestra.run.smithi163.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-29T22:33:02.786 INFO:teuthology.orchestra.run.smithi163.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-29T22:33:02.786 INFO:teuthology.orchestra.run.smithi163.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-29T22:33:02.786 INFO:teuthology.orchestra.run.smithi163.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-29T22:33:02.786 INFO:teuthology.orchestra.run.smithi163.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-29T22:33:02.786 INFO:teuthology.orchestra.run.smithi163.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-29T22:33:02.786 INFO:teuthology.orchestra.run.smithi163.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-29T22:33:02.786 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout:Installing weak dependencies: 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout:Installing module profiles: 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools/common 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout:Enabling module streams: 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools rhel8 2023-09-29T22:33:02.787 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:33:02.788 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-09-29T22:33:02.788 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-09-29T22:33:02.788 INFO:teuthology.orchestra.run.smithi163.stdout:Install 13 Packages 2023-09-29T22:33:02.788 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:33:02.789 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 26 M 2023-09-29T22:33:02.789 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 87 M 2023-09-29T22:33:02.789 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-09-29T22:33:03.373 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-29T22:33:03.481 INFO:teuthology.orchestra.run.smithi163.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.1 MB/s | 739 kB 00:00 2023-09-29T22:33:03.549 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-29T22:33:03.549 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout:Installing group/module packages: 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-29T22:33:03.550 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout:Installing weak dependencies: 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout:Installing module profiles: 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools/common 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling module streams: 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools rhel8 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:33:03.551 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-29T22:33:03.552 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-29T22:33:03.552 INFO:teuthology.orchestra.run.smithi060.stdout:Install 13 Packages 2023-09-29T22:33:03.552 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:33:03.552 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 26 M 2023-09-29T22:33:03.552 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 87 M 2023-09-29T22:33:03.552 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-29T22:33:03.599 INFO:teuthology.orchestra.run.smithi163.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.3 MB/s | 1.0 MB 00:00 2023-09-29T22:33:03.658 INFO:teuthology.orchestra.run.smithi163.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 215 kB/s | 38 kB 00:00 2023-09-29T22:33:03.691 INFO:teuthology.orchestra.run.smithi163.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.5 MB/s | 239 kB 00:00 2023-09-29T22:33:03.775 INFO:teuthology.orchestra.run.smithi163.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 2.1 MB/s | 177 kB 00:00 2023-09-29T22:33:03.858 INFO:teuthology.orchestra.run.smithi163.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 297 kB/s | 25 kB 00:00 2023-09-29T22:33:03.934 INFO:teuthology.orchestra.run.smithi163.stdout:(7/13): netavark-1.7.0-1.module_el8+487+8e42a27 14 MB/s | 3.7 MB 00:00 2023-09-29T22:33:03.959 INFO:teuthology.orchestra.run.smithi163.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 935 kB/s | 94 kB 00:00 2023-09-29T22:33:04.066 INFO:teuthology.orchestra.run.smithi060.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.5 MB/s | 739 kB 00:00 2023-09-29T22:33:04.100 INFO:teuthology.orchestra.run.smithi060.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.0 MB/s | 1.0 MB 00:00 2023-09-29T22:33:04.150 INFO:teuthology.orchestra.run.smithi060.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 454 kB/s | 38 kB 00:00 2023-09-29T22:33:04.184 INFO:teuthology.orchestra.run.smithi163.stdout:(9/13): toolbox-0.0.99.4-5.module_el8+649+e2dea 11 MB/s | 2.5 MB 00:00 2023-09-29T22:33:04.192 INFO:teuthology.orchestra.run.smithi060.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.5 MB/s | 239 kB 00:00 2023-09-29T22:33:04.276 INFO:teuthology.orchestra.run.smithi060.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 2.1 MB/s | 177 kB 00:00 2023-09-29T22:33:04.301 INFO:teuthology.orchestra.run.smithi163.stdout:(10/13): buildah-1.31.3-1.module_el8+664+4072b3 6.0 MB/s | 8.8 MB 00:01 2023-09-29T22:33:04.327 INFO:teuthology.orchestra.run.smithi163.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 370 kB/s | 53 kB 00:00 2023-09-29T22:33:04.351 INFO:teuthology.orchestra.run.smithi060.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 331 kB/s | 25 kB 00:00 2023-09-29T22:33:04.435 INFO:teuthology.orchestra.run.smithi163.stdout:(12/13): skopeo-1.13.3-1.module_el8+664+4072b3a 16 MB/s | 8.1 MB 00:00 2023-09-29T22:33:04.452 INFO:teuthology.orchestra.run.smithi163.stdout:(13/13): yajl-2.1.0-12.el8.x86_64.rpm 272 kB/s | 41 kB 00:00 2023-09-29T22:33:04.453 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-09-29T22:33:04.453 INFO:teuthology.orchestra.run.smithi163.stdout:Total 15 MB/s | 26 MB 00:01 2023-09-29T22:33:04.478 INFO:teuthology.orchestra.run.smithi060.stdout:(7/13): buildah-1.31.3-1.module_el8+664+4072b3a 10 MB/s | 8.8 MB 00:00 2023-09-29T22:33:04.510 INFO:teuthology.orchestra.run.smithi060.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 592 kB/s | 94 kB 00:00 2023-09-29T22:33:04.568 INFO:teuthology.orchestra.run.smithi060.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 9.0 MB/s | 3.7 MB 00:00 2023-09-29T22:33:04.652 INFO:teuthology.orchestra.run.smithi060.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 630 kB/s | 53 kB 00:00 2023-09-29T22:33:04.717 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-09-29T22:33:04.728 INFO:teuthology.orchestra.run.smithi060.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 546 kB/s | 41 kB 00:00 2023-09-29T22:33:04.738 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-09-29T22:33:04.738 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-09-29T22:33:04.786 INFO:teuthology.orchestra.run.smithi060.stdout:(12/13): toolbox-0.0.99.4-5.module_el8+649+e2de 9.2 MB/s | 2.5 MB 00:00 2023-09-29T22:33:04.928 INFO:teuthology.orchestra.run.smithi060.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 18 MB/s | 8.1 MB 00:00 2023-09-29T22:33:04.929 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-29T22:33:04.929 INFO:teuthology.orchestra.run.smithi060.stdout:Total 19 MB/s | 26 MB 00:01 2023-09-29T22:33:04.998 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-09-29T22:33:05.002 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-09-29T22:33:05.216 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-29T22:33:05.240 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-29T22:33:05.240 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-29T22:33:05.508 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-29T22:33:05.511 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-29T22:33:05.658 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-09-29T22:33:05.912 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-29T22:33:06.082 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-29T22:33:06.191 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-29T22:33:06.310 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-29T22:33:06.430 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-29T22:33:06.560 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T22:33:06.606 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-29T22:33:06.829 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-29T22:33:07.058 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T22:33:07.110 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-29T22:33:07.669 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-29T22:33:08.021 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T22:33:08.224 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-29T22:33:08.429 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-29T22:33:08.686 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-29T22:33:08.748 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T22:33:08.984 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-29T22:33:09.105 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-29T22:33:09.223 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-29T22:33:09.494 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-29T22:33:09.906 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-29T22:33:10.000 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T22:33:10.209 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-29T22:33:10.439 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T22:33:10.867 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T22:33:10.872 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T22:33:10.872 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T22:33:10.873 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-29T22:33:11.082 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-29T22:33:11.270 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T22:33:11.649 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-29T22:33:11.649 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:33:11.649 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T22:33:11.650 INFO:teuthology.orchestra.run.smithi163.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-29T22:33:11.651 INFO:teuthology.orchestra.run.smithi163.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-29T22:33:11.651 INFO:teuthology.orchestra.run.smithi163.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-29T22:33:11.651 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:33:11.651 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-09-29T22:33:11.759 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T22:33:11.759 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-29T22:33:11.759 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-29T22:33:11.759 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-29T22:33:11.759 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T22:33:11.759 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-29T22:33:11.760 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T22:33:11.760 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-29T22:33:11.760 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-29T22:33:11.760 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-29T22:33:11.760 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-29T22:33:11.760 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T22:33:11.760 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-29T22:33:11.933 DEBUG:teuthology.parallel:result is None 2023-09-29T22:33:12.578 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-29T22:33:12.579 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-29T22:33:12.580 INFO:teuthology.orchestra.run.smithi060.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T22:33:12.580 INFO:teuthology.orchestra.run.smithi060.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-29T22:33:12.580 INFO:teuthology.orchestra.run.smithi060.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-29T22:33:12.580 INFO:teuthology.orchestra.run.smithi060.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-29T22:33:12.580 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:33:12.580 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-29T22:33:13.188 DEBUG:teuthology.parallel:result is None 2023-09-29T22:33:13.188 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-29T22:33:13.532 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'a552a72f82bc3283d463e7a22b8076cc326593ab'} 2023-09-29T22:33:13.532 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-09-29T22:33:13.532 INFO:tasks.cephadm:Cluster fsid is 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:13.533 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-29T22:33:13.533 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-09-29T22:33:13.533 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi060': '172.21.15.60', 'mon.smithi163': '172.21.15.163'} 2023-09-29T22:33:13.533 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-29T22:33:13.533 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2023-09-29T22:33:13.572 DEBUG:teuthology.orchestra.run.smithi163:> sudo hostname $(hostname -s) 2023-09-29T22:33:13.607 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-09-29T22:33:13.608 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-29T22:33:13.890 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Sep 29 22:33 /home/ubuntu/cephtest/cephadm 2023-09-29T22:33:13.890 DEBUG:teuthology.orchestra.run.smithi163:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-29T22:33:14.068 INFO:teuthology.orchestra.run.smithi163.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Sep 29 22:33 /home/ubuntu/cephtest/cephadm 2023-09-29T22:33:14.068 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-29T22:33:14.093 DEBUG:teuthology.orchestra.run.smithi163:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-29T22:33:14.125 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v16.2.5 on all hosts... 2023-09-29T22:33:14.125 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 pull 2023-09-29T22:33:14.135 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 pull 2023-09-29T22:33:15.767 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-09-29T22:33:15.832 INFO:teuthology.orchestra.run.smithi163.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-09-29T22:33:31.068 INFO:teuthology.orchestra.run.smithi163.stdout:{ 2023-09-29T22:33:31.068 INFO:teuthology.orchestra.run.smithi163.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2023-09-29T22:33:31.068 INFO:teuthology.orchestra.run.smithi163.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2023-09-29T22:33:31.068 INFO:teuthology.orchestra.run.smithi163.stdout: "repo_digests": [ 2023-09-29T22:33:31.069 INFO:teuthology.orchestra.run.smithi163.stdout: "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2023-09-29T22:33:31.069 INFO:teuthology.orchestra.run.smithi163.stdout: "docker.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2023-09-29T22:33:31.069 INFO:teuthology.orchestra.run.smithi163.stdout: ] 2023-09-29T22:33:31.069 INFO:teuthology.orchestra.run.smithi163.stdout:} 2023-09-29T22:33:31.641 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:33:31.641 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2023-09-29T22:33:31.642 INFO:teuthology.orchestra.run.smithi060.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2023-09-29T22:33:31.642 INFO:teuthology.orchestra.run.smithi060.stdout: "repo_digests": [ 2023-09-29T22:33:31.642 INFO:teuthology.orchestra.run.smithi060.stdout: "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2023-09-29T22:33:31.642 INFO:teuthology.orchestra.run.smithi060.stdout: "docker.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2023-09-29T22:33:31.642 INFO:teuthology.orchestra.run.smithi060.stdout: ] 2023-09-29T22:33:31.642 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:33:31.668 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2023-09-29T22:33:31.706 DEBUG:teuthology.orchestra.run.smithi163:> sudo mkdir -p /etc/ceph 2023-09-29T22:33:31.739 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2023-09-29T22:33:31.781 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 777 /etc/ceph 2023-09-29T22:33:31.809 INFO:tasks.cephadm:Writing seed config... 2023-09-29T22:33:31.812 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-29T22:33:31.812 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-29T22:33:31.812 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-29T22:33:31.813 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-29T22:33:31.813 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-29T22:33:31.813 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-29T22:33:31.813 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-29T22:33:31.813 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-29T22:33:31.814 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-29T22:33:31.814 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-29T22:33:31.844 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 2d15e80e-5f18-11ee-8db4-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-09-29T22:33:31.845 DEBUG:teuthology.orchestra.run.smithi060:mon.smithi060> sudo journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060.service 2023-09-29T22:33:31.888 INFO:tasks.cephadm:Bootstrapping... 2023-09-29T22:33:31.888 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.60 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-29T22:33:31.923 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:-- Logs begin at Fri 2023-09-29 22:24:05 UTC. -- 2023-09-29T22:33:32.115 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-09-29T22:33:32.138 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: 4.6.1 2023-09-29T22:33:32.161 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying podman|docker is present... 2023-09-29T22:33:32.161 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-09-29T22:33:32.183 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: 4.6.1 2023-09-29T22:33:32.193 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying lvm2 is present... 2023-09-29T22:33:32.193 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying time synchronization is in place... 2023-09-29T22:33:32.193 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-enabled chrony.service 2023-09-29T22:33:32.200 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-29T22:33:32.200 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-active chrony.service 2023-09-29T22:33:32.206 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-09-29T22:33:32.207 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-enabled chronyd.service 2023-09-29T22:33:32.213 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: enabled 2023-09-29T22:33:32.214 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-active chronyd.service 2023-09-29T22:33:32.219 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: active 2023-09-29T22:33:32.220 INFO:teuthology.orchestra.run.smithi060.stderr:Unit chronyd.service is enabled and running 2023-09-29T22:33:32.220 INFO:teuthology.orchestra.run.smithi060.stderr:Repeating the final host check... 2023-09-29T22:33:32.220 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-09-29T22:33:32.242 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: 4.6.1 2023-09-29T22:33:32.255 INFO:teuthology.orchestra.run.smithi060.stderr:podman|docker (/bin/podman) is present 2023-09-29T22:33:32.255 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl is present 2023-09-29T22:33:32.255 INFO:teuthology.orchestra.run.smithi060.stderr:lvcreate is present 2023-09-29T22:33:32.255 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-enabled chrony.service 2023-09-29T22:33:32.261 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-29T22:33:32.261 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-active chrony.service 2023-09-29T22:33:32.268 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-09-29T22:33:32.268 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-enabled chronyd.service 2023-09-29T22:33:32.274 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: enabled 2023-09-29T22:33:32.275 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-active chronyd.service 2023-09-29T22:33:32.280 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: active 2023-09-29T22:33:32.281 INFO:teuthology.orchestra.run.smithi060.stderr:Unit chronyd.service is enabled and running 2023-09-29T22:33:32.281 INFO:teuthology.orchestra.run.smithi060.stderr:Host looks OK 2023-09-29T22:33:32.281 INFO:teuthology.orchestra.run.smithi060.stderr:Cluster fsid: 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:32.282 INFO:teuthology.orchestra.run.smithi060.stderr:Acquiring lock 140475097682048 on /run/cephadm/2d15e80e-5f18-11ee-8db4-212e2dc638e7.lock 2023-09-29T22:33:32.282 INFO:teuthology.orchestra.run.smithi060.stderr:Lock 140475097682048 acquired on /run/cephadm/2d15e80e-5f18-11ee-8db4-212e2dc638e7.lock 2023-09-29T22:33:32.282 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying IP 172.21.15.60 port 3300 ... 2023-09-29T22:33:32.282 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying IP 172.21.15.60 port 6789 ... 2023-09-29T22:33:32.283 INFO:teuthology.orchestra.run.smithi060.stderr:Base mon IP is 172.21.15.60, final addrv is [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2023-09-29T22:33:32.283 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /sbin/ip route ls 2023-09-29T22:33:32.285 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.60 metric 100 2023-09-29T22:33:32.285 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.60 metric 100 2023-09-29T22:33:32.286 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /sbin/ip -6 route ls 2023-09-29T22:33:32.288 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-09-29T22:33:32.288 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-09-29T22:33:32.288 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1706sec hoplimit 64 pref medium 2023-09-29T22:33:32.289 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /sbin/ip -6 addr ls 2023-09-29T22:33:32.291 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-29T22:33:32.292 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-09-29T22:33:32.292 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-29T22:33:32.292 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-09-29T22:33:32.292 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1560/64 scope link 2023-09-29T22:33:32.292 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-29T22:33:32.293 INFO:teuthology.orchestra.run.smithi060.stderr:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2023-09-29T22:33:32.293 INFO:teuthology.orchestra.run.smithi060.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-29T22:33:32.294 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-09-29T22:33:32.294 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-09-29T22:33:32.375 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-09-29T22:33:32.653 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: Getting image source signatures 2023-09-29T22:33:32.654 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-09-29T22:33:32.654 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-09-29T22:33:32.654 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-09-29T22:33:32.710 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: Writing manifest to image destination 2023-09-29T22:33:32.863 INFO:teuthology.orchestra.run.smithi060.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-09-29T22:33:32.873 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-09-29T22:33:33.319 INFO:teuthology.orchestra.run.smithi060.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-09-29T22:33:33.673 INFO:teuthology.orchestra.run.smithi060.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-09-29T22:33:33.673 INFO:teuthology.orchestra.run.smithi060.stderr:Extracting ceph user uid/gid from container image... 2023-09-29T22:33:33.673 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-09-29T22:33:33.937 INFO:teuthology.orchestra.run.smithi060.stderr:stat: 167 167 2023-09-29T22:33:34.266 INFO:teuthology.orchestra.run.smithi060.stderr:Creating initial keys... 2023-09-29T22:33:34.266 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-09-29T22:33:34.546 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-authtool: AQC+UBdlwZGTIBAAHR9zwLXkY7VjncoLUjIW6Q== 2023-09-29T22:33:34.912 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-09-29T22:33:35.187 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-authtool: AQC/UBdl4Wg1CxAAcJ0AXqImAtQPKL3VWqgY0g== 2023-09-29T22:33:35.540 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-09-29T22:33:35.812 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-authtool: AQC/UBdloRwyMBAAeYobOaRncQ+4zhUhtaFiUQ== 2023-09-29T22:33:36.160 INFO:teuthology.orchestra.run.smithi060.stderr:Creating initial monmap... 2023-09-29T22:33:36.160 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpc8867aum:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 --addv smithi060 [v2:172.21.15.60:3300,v1:172.21.15.60:6789] /tmp/monmap 2023-09-29T22:33:36.450 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-29T22:33:36.451 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:36.451 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-29T22:33:36.792 INFO:teuthology.orchestra.run.smithi060.stderr:monmaptool for smithi060 [v2:172.21.15.60:3300,v1:172.21.15.60:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-29T22:33:36.792 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/monmaptool: set fsid to 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:36.792 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-29T22:33:36.792 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-09-29T22:33:36.792 INFO:teuthology.orchestra.run.smithi060.stderr:Creating mon... 2023-09-29T22:33:36.793 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060:/var/lib/ceph/mon/ceph-smithi060:z -v /tmp/ceph-tmpz5m6_isu:/tmp/keyring:z -v /tmp/ceph-tmpc8867aum:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi060 --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2023-09-29T22:33:37.060 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.059+0000 7f98036b8700 0 set uid:gid to 167:167 (ceph:ceph) 2023-09-29T22:33:37.061 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.059+0000 7f98036b8700 1 imported monmap: 2023-09-29T22:33:37.061 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: epoch 0 2023-09-29T22:33:37.061 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:37.061 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: last_changed 2023-09-29T22:33:36.450973+0000 2023-09-29T22:33:37.061 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: created 2023-09-29T22:33:36.450973+0000 2023-09-29T22:33:37.061 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-09-29T22:33:37.061 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-09-29T22:33:37.062 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.smithi060 2023-09-29T22:33:37.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.059+0000 7f98036b8700 0 /usr/bin/ceph-mon: set fsid to 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:37.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: RocksDB version: 6.8.1 2023-09-29T22:33:37.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-29T22:33:37.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Compile date Jul 8 2021 2023-09-29T22:33:37.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: DB SUMMARY 2023-09-29T22:33:37.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi060/store.db dir, Total Num: 0, files: 2023-09-29T22:33:37.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi060/store.db: 2023-09-29T22:33:37.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.error_if_exists: 0 2023-09-29T22:33:37.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.create_if_missing: 1 2023-09-29T22:33:37.097 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.paranoid_checks: 1 2023-09-29T22:33:37.097 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.env: 0x55cddc0091c0 2023-09-29T22:33:37.098 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.fs: Posix File System 2023-09-29T22:33:37.098 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.info_log: 0x55cdddbfb000 2023-09-29T22:33:37.098 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.max_file_opening_threads: 16 2023-09-29T22:33:37.098 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.statistics: (nil) 2023-09-29T22:33:37.098 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.use_fsync: 0 2023-09-29T22:33:37.098 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.max_log_file_size: 0 2023-09-29T22:33:37.099 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-29T22:33:37.099 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-09-29T22:33:37.099 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.keep_log_file_num: 1000 2023-09-29T22:33:37.099 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.recycle_log_file_num: 0 2023-09-29T22:33:37.099 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.allow_fallocate: 1 2023-09-29T22:33:37.100 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.allow_mmap_reads: 0 2023-09-29T22:33:37.100 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.allow_mmap_writes: 0 2023-09-29T22:33:37.100 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.use_direct_reads: 0 2023-09-29T22:33:37.100 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-29T22:33:37.100 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.create_missing_column_families: 0 2023-09-29T22:33:37.100 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.db_log_dir: 2023-09-29T22:33:37.101 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi060/store.db 2023-09-29T22:33:37.101 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-09-29T22:33:37.101 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.max_subcompactions: 1 2023-09-29T22:33:37.101 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.max_background_flushes: -1 2023-09-29T22:33:37.101 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-09-29T22:33:37.101 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-09-29T22:33:37.102 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-29T22:33:37.102 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-29T22:33:37.102 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-09-29T22:33:37.102 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.advise_random_on_open: 1 2023-09-29T22:33:37.102 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.db_write_buffer_size: 0 2023-09-29T22:33:37.102 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.write_buffer_manager: 0x55cdddc03530 2023-09-29T22:33:37.103 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-29T22:33:37.103 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-29T22:33:37.103 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-29T22:33:37.103 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-09-29T22:33:37.103 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.rate_limiter: (nil) 2023-09-29T22:33:37.103 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-29T22:33:37.104 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.wal_recovery_mode: 2 2023-09-29T22:33:37.104 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.enable_thread_tracking: 0 2023-09-29T22:33:37.104 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.enable_pipelined_write: 0 2023-09-29T22:33:37.104 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.unordered_write: 0 2023-09-29T22:33:37.105 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-29T22:33:37.105 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-29T22:33:37.105 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-29T22:33:37.105 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-29T22:33:37.105 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.row_cache: None 2023-09-29T22:33:37.105 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.wal_filter: None 2023-09-29T22:33:37.106 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-29T22:33:37.106 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.allow_ingest_behind: 0 2023-09-29T22:33:37.106 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.preserve_deletes: 0 2023-09-29T22:33:37.106 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.two_write_queues: 0 2023-09-29T22:33:37.106 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.manual_wal_flush: 0 2023-09-29T22:33:37.106 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.atomic_flush: 0 2023-09-29T22:33:37.107 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-29T22:33:37.107 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-09-29T22:33:37.107 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-09-29T22:33:37.107 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.log_readahead_size: 0 2023-09-29T22:33:37.107 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-09-29T22:33:37.107 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.max_background_jobs: 2 2023-09-29T22:33:37.108 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.max_background_compactions: -1 2023-09-29T22:33:37.108 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-29T22:33:37.108 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-29T22:33:37.108 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-09-29T22:33:37.108 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.max_total_wal_size: 0 2023-09-29T22:33:37.108 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-29T22:33:37.108 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-09-29T22:33:37.109 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-09-29T22:33:37.109 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-29T22:33:37.109 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.max_open_files: -1 2023-09-29T22:33:37.109 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.bytes_per_sync: 0 2023-09-29T22:33:37.109 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-09-29T22:33:37.109 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-09-29T22:33:37.109 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Options.compaction_readahead_size: 0 2023-09-29T22:33:37.109 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Compression algorithms supported: 2023-09-29T22:33:37.110 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-29T22:33:37.110 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: kZSTD supported: 0 2023-09-29T22:33:37.110 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: kXpressCompression supported: 0 2023-09-29T22:33:37.110 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: kLZ4HCCompression supported: 1 2023-09-29T22:33:37.110 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: kLZ4Compression supported: 1 2023-09-29T22:33:37.110 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: kBZip2Compression supported: 0 2023-09-29T22:33:37.110 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: kZlibCompression supported: 1 2023-09-29T22:33:37.110 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: kSnappyCompression supported: 1 2023-09-29T22:33:37.111 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-09-29T22:33:37.111 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.061+0000 7f98036b8700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-09-29T22:33:37.111 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.111 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi060/store.db/MANIFEST-000001 2023-09-29T22:33:37.111 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.111 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-09-29T22:33:37.112 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.112 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-29T22:33:37.112 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.merge_operator: 2023-09-29T22:33:37.112 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_filter: None 2023-09-29T22:33:37.112 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_filter_factory: None 2023-09-29T22:33:37.112 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-09-29T22:33:37.112 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-09-29T22:33:37.112 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cdddb14160) 2023-09-29T22:33:37.112 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-09-29T22:33:37.112 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: index_type: 0 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: checksum: 1 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_cache: 0x55cdddb4ad10 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-09-29T22:33:37.113 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-09-29T22:33:37.114 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-09-29T22:33:37.114 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-09-29T22:33:37.114 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-09-29T22:33:37.114 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-09-29T22:33:37.114 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-09-29T22:33:37.114 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-09-29T22:33:37.114 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-09-29T22:33:37.114 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: format_version: 2 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_align: 0 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.115 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.write_buffer_size: 33554432 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_write_buffer_number: 2 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compression: NoCompression 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.bottommost_compression: Disabled 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.prefix_extractor: nullptr 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.num_levels: 7 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-29T22:33:37.116 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compression_opts.level: 32767 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compression_opts.strategy: 0 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compression_opts.enabled: false 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-29T22:33:37.117 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-29T22:33:37.118 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.target_file_size_base: 67108864 2023-09-29T22:33:37.118 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-09-29T22:33:37.118 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-29T22:33:37.118 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-29T22:33:37.118 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-29T22:33:37.118 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-29T22:33:37.118 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-29T22:33:37.118 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-29T22:33:37.118 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-29T22:33:37.119 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-29T22:33:37.119 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-29T22:33:37.119 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-29T22:33:37.119 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-29T22:33:37.119 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-29T22:33:37.119 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.arena_block_size: 4194304 2023-09-29T22:33:37.119 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-29T22:33:37.119 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-29T22:33:37.119 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.disable_auto_compactions: 0 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-29T22:33:37.120 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.table_properties_collectors: 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.inplace_update_support: 0 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.bloom_locality: 0 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.max_successive_merges: 0 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.paranoid_file_checks: 0 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.force_consistency_checks: 0 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.report_bg_io_stats: 0 2023-09-29T22:33:37.121 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.ttl: 2592000 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.062+0000 7f98036b8700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.063+0000 7f98036b8700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi060/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.063+0000 7f98036b8700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.064+0000 7f98036b8700 4 rocksdb: DB pointer 0x55cdddc0f800 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.065+0000 7f97ec541700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.065+0000 7f97ec541700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:33:37.122 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:33:37.123 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:33:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-29T22:33:37.125 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.125 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-09-29T22:33:37.125 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.125 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-29T22:33:37.125 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:33:37.125 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:33:37.125 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:33:37.125 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:33:37.125 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.125 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-29T22:33:37.126 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.127 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-09-29T22:33:37.127 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-09-29T22:33:37.127 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.067+0000 7f98036b8700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-09-29T22:33:37.127 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.067+0000 7f98036b8700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-09-29T22:33:37.127 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-09-29T22:33:37.067+0000 7f98036b8700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi060 for mon.smithi060 2023-09-29T22:33:37.407 INFO:teuthology.orchestra.run.smithi060.stderr:create mon.smithi060 on 2023-09-29T22:33:37.408 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:37.415 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl disable ceph.target 2023-09-29T22:33:37.521 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl enable ceph.target 2023-09-29T22:33:37.529 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-29T22:33:37.618 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl start ceph.target 2023-09-29T22:33:37.626 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl enable ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7.target 2023-09-29T22:33:37.633 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7.target. 2023-09-29T22:33:37.633 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7.target. 2023-09-29T22:33:37.722 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl start ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7.target 2023-09-29T22:33:37.729 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl daemon-reload 2023-09-29T22:33:37.829 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060 2023-09-29T22:33:37.868 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl reset-failed ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060 2023-09-29T22:33:37.873 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to reset failed state of unit ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060.service: Unit ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060.service not loaded. 2023-09-29T22:33:37.874 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl enable ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060 2023-09-29T22:33:37.881 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Created symlink /etc/systemd/system/ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7.target.wants/ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060.service → /etc/systemd/system/ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@.service. 2023-09-29T22:33:37.981 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl start ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060 2023-09-29T22:33:38.310 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-29T22:33:38.320 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: disabled 2023-09-29T22:33:38.321 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-active firewalld.service 2023-09-29T22:33:38.329 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-09-29T22:33:38.330 INFO:teuthology.orchestra.run.smithi060.stderr:firewalld.service is not enabled 2023-09-29T22:33:38.330 INFO:teuthology.orchestra.run.smithi060.stderr:Not possible to enable service . firewalld.service is not available 2023-09-29T22:33:38.331 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mon to start... 2023-09-29T22:33:38.331 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mon... 2023-09-29T22:33:38.331 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060:/var/lib/ceph/mon/ceph-smithi060:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-09-29T22:33:38.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: cluster 2023-09-29T22:33:38.329939+0000 mon.smithi060 (mon.0) 1 : cluster [INF] mon.smithi060 is new leader, mons smithi060 in quorum (ranks 0) 2023-09-29T22:33:38.835 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: cluster: 2023-09-29T22:33:38.835 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: id: 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: services: 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi060 (age 0.488564s) 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mgr: no daemons active 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: data: 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-09-29T22:33:38.836 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-09-29T22:33:38.837 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: pgs: 2023-09-29T22:33:38.837 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:39.135 INFO:teuthology.orchestra.run.smithi060.stderr:mon is available 2023-09-29T22:33:39.135 INFO:teuthology.orchestra.run.smithi060.stderr:Assimilating anything we can from ceph.conf... 2023-09-29T22:33:39.135 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z -v /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060:/var/lib/ceph/mon/ceph-smithi060:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi060/config 2023-09-29T22:33:39.645 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [global] 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: fsid = 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: log_to_journald = false 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [mgr] 2023-09-29T22:33:39.646 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-29T22:33:39.647 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:39.647 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [osd] 2023-09-29T22:33:39.647 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-29T22:33:39.647 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-29T22:33:39.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: cluster 2023-09-29T22:33:38.345670+0000 mon.smithi060 (mon.0) 2 : cluster [INF] mon.smithi060 is new leader, mons smithi060 in quorum (ranks 0) 2023-09-29T22:33:39.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: cluster 2023-09-29T22:33:38.345912+0000 mon.smithi060 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} 2023-09-29T22:33:39.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: cluster 2023-09-29T22:33:38.348341+0000 mon.smithi060 (mon.0) 4 : cluster [DBG] fsmap 2023-09-29T22:33:39.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: cluster 2023-09-29T22:33:38.350808+0000 mon.smithi060 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-09-29T22:33:39.667 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: cluster 2023-09-29T22:33:38.351275+0000 mon.smithi060 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-09-29T22:33:39.667 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: audit 2023-09-29T22:33:38.834191+0000 mon.smithi060 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.60:0/3892813254' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-29T22:33:39.998 INFO:teuthology.orchestra.run.smithi060.stderr:Generating new minimal ceph.conf... 2023-09-29T22:33:39.998 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z -v /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060:/var/lib/ceph/mon/ceph-smithi060:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi060/config 2023-09-29T22:33:40.621 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: audit 2023-09-29T22:33:39.641929+0000 mon.smithi060 (mon.0) 8 : audit [INF] from='client.? 172.21.15.60:0/1418326327' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-29T22:33:40.622 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: audit 2023-09-29T22:33:39.644650+0000 mon.smithi060 (mon.0) 9 : audit [INF] from='client.? 172.21.15.60:0/1418326327' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-29T22:33:40.806 INFO:teuthology.orchestra.run.smithi060.stderr:Restarting the monitor... 2023-09-29T22:33:40.806 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl restart ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060 2023-09-29T22:33:40.877 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:40 smithi060 systemd[1]: Stopping Ceph mon.smithi060 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:33:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: debug 2023-09-29T22:33:40.876+0000 7fb764920700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi060 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-09-29T22:33:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[106889]: debug 2023-09-29T22:33:40.876+0000 7fb764920700 -1 mon.smithi060@0(leader) e1 *** Got Signal Terminated *** 2023-09-29T22:33:41.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:41 smithi060 podman[107220]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060 2023-09-29T22:33:42.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:41 smithi060 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060.service: Succeeded. 2023-09-29T22:33:42.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:41 smithi060 systemd[1]: Stopped Ceph mon.smithi060 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:33:42.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:41 smithi060 systemd[1]: Starting Ceph mon.smithi060 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:33:42.099 INFO:teuthology.orchestra.run.smithi060.stderr:Setting mon public_network to 172.21.0.0/20 2023-09-29T22:33:42.099 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-09-29T22:33:42.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 bash[107291]: 247e8fe46a748e98a5ad82c50d0b95c9bfb1c598a39a3f3afd1c22c8d7317bbd 2023-09-29T22:33:42.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 systemd[1]: Started Ceph mon.smithi060 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:33:42.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.104+0000 7ff76950f700 0 set uid:gid to 167:167 (ceph:ceph) 2023-09-29T22:33:42.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.105+0000 7ff76950f700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-09-29T22:33:42.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.105+0000 7ff76950f700 0 pidfile_write: ignore empty --pid-file 2023-09-29T22:33:42.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.110+0000 7ff76950f700 0 load: jerasure load: lrc load: isa 2023-09-29T22:33:42.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.111+0000 7ff76950f700 4 rocksdb: RocksDB version: 6.8.1 2023-09-29T22:33:42.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.111+0000 7ff76950f700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-29T22:33:42.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.111+0000 7ff76950f700 4 rocksdb: Compile date Jul 8 2021 2023-09-29T22:33:42.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.111+0000 7ff76950f700 4 rocksdb: DB SUMMARY 2023-09-29T22:33:42.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: CURRENT file: CURRENT 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: IDENTITY file: IDENTITY 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi060/store.db dir, Total Num: 1, files: 000004.sst 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi060/store.db: 000006.log size: 80620 ; 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.error_if_exists: 0 2023-09-29T22:33:42.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.create_if_missing: 0 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.paranoid_checks: 1 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.env: 0x556ee43a61c0 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.fs: Posix File System 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.info_log: 0x556ee604ba40 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_file_opening_threads: 16 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.statistics: (nil) 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.use_fsync: 0 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_log_file_size: 0 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-09-29T22:33:42.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.keep_log_file_num: 1000 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.recycle_log_file_num: 0 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.allow_fallocate: 1 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.allow_mmap_reads: 0 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.allow_mmap_writes: 0 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.use_direct_reads: 0 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.create_missing_column_families: 0 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.db_log_dir: 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi060/store.db 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_subcompactions: 1 2023-09-29T22:33:42.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_background_flushes: -1 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.advise_random_on_open: 1 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.db_write_buffer_size: 0 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.write_buffer_manager: 0x556ee6cc2030 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-29T22:33:42.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-09-29T22:33:42.453 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.rate_limiter: (nil) 2023-09-29T22:33:42.453 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-29T22:33:42.453 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.wal_recovery_mode: 2 2023-09-29T22:33:42.453 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.enable_thread_tracking: 0 2023-09-29T22:33:42.453 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.enable_pipelined_write: 0 2023-09-29T22:33:42.453 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.unordered_write: 0 2023-09-29T22:33:42.453 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-29T22:33:42.453 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-29T22:33:42.453 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-29T22:33:42.453 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.row_cache: None 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.wal_filter: None 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.allow_ingest_behind: 0 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.preserve_deletes: 0 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.two_write_queues: 0 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.manual_wal_flush: 0 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.atomic_flush: 0 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-09-29T22:33:42.454 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-09-29T22:33:42.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.log_readahead_size: 0 2023-09-29T22:33:42.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-09-29T22:33:42.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_background_jobs: 2 2023-09-29T22:33:42.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_background_compactions: -1 2023-09-29T22:33:42.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-29T22:33:42.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-29T22:33:42.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-09-29T22:33:42.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_total_wal_size: 0 2023-09-29T22:33:42.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-29T22:33:42.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_open_files: -1 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.bytes_per_sync: 0 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_readahead_size: 0 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Compression algorithms supported: 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: kZSTD supported: 0 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: kXpressCompression supported: 0 2023-09-29T22:33:42.456 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: kLZ4HCCompression supported: 1 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: kLZ4Compression supported: 1 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: kBZip2Compression supported: 0 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: kZlibCompression supported: 1 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: kSnappyCompression supported: 1 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi060/store.db/MANIFEST-000005 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.merge_operator: 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_filter: None 2023-09-29T22:33:42.457 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_filter_factory: None 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556ee5f65cc0) 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cache_index_and_filter_blocks: 1 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: pin_top_level_index_and_filter: 1 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: index_type: 0 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: data_block_index_type: 0 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: index_shortening: 1 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: data_block_hash_table_util_ratio: 0.750000 2023-09-29T22:33:42.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: hash_index_allow_collision: 1 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: checksum: 1 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: no_block_cache: 0 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: block_cache: 0x556ee5f9af10 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: block_cache_name: BinnedLRUCache 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: block_cache_options: 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: capacity : 536870912 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: num_shard_bits : 4 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: strict_capacity_limit : 0 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: high_pri_pool_ratio: 0.000 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: block_cache_compressed: (nil) 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: persistent_cache: (nil) 2023-09-29T22:33:42.459 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: block_size: 4096 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: block_size_deviation: 10 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: block_restart_interval: 16 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: index_block_restart_interval: 1 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: metadata_block_size: 4096 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: partition_filters: 0 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: use_delta_encoding: 1 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: whole_key_filtering: 1 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: verify_compression: 0 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: read_amp_bytes_per_bit: 0 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: format_version: 2 2023-09-29T22:33:42.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: enable_index_compression: 1 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: block_align: 0 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.write_buffer_size: 33554432 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_write_buffer_number: 2 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compression: NoCompression 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.bottommost_compression: Disabled 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.prefix_extractor: nullptr 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.num_levels: 7 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-29T22:33:42.461 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compression_opts.level: 32767 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compression_opts.strategy: 0 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-29T22:33:42.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compression_opts.enabled: false 2023-09-29T22:33:42.463 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-29T22:33:42.463 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-29T22:33:42.463 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-29T22:33:42.463 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.target_file_size_base: 67108864 2023-09-29T22:33:42.463 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-09-29T22:33:42.463 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-29T22:33:42.463 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-29T22:33:42.464 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-29T22:33:42.464 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-29T22:33:42.464 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.arena_block_size: 4194304 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-29T22:33:42.465 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-29T22:33:42.466 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.disable_auto_compactions: 0 2023-09-29T22:33:42.466 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-29T22:33:42.466 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-29T22:33:42.466 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-29T22:33:42.466 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-29T22:33:42.466 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-29T22:33:42.466 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-29T22:33:42.466 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-29T22:33:42.466 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.table_properties_collectors: 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.inplace_update_support: 0 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.bloom_locality: 0 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.max_successive_merges: 0 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-09-29T22:33:42.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.paranoid_file_checks: 0 2023-09-29T22:33:42.468 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.force_consistency_checks: 0 2023-09-29T22:33:42.468 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.report_bg_io_stats: 0 2023-09-29T22:33:42.468 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.ttl: 2592000 2023-09-29T22:33:42.468 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.112+0000 7ff76950f700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-09-29T22:33:42.468 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.113+0000 7ff76950f700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi060/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-29T22:33:42.468 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.468 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.113+0000 7ff76950f700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-09-29T22:33:42.468 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.468 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.113+0000 7ff76950f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696026822114870, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-09-29T22:33:42.468 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.113+0000 7ff76950f700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-09-29T22:33:42.469 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.114+0000 7ff76950f700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-29T22:33:42.469 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.115+0000 7ff76950f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696026822116309, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77515, "table_properties": {"data_size": 75810, "index_size": 310, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9398, "raw_average_key_size": 47, "raw_value_size": 70382, "raw_average_value_size": 357, "num_data_blocks": 10, "num_entries": 197, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1696026822, "oldest_key_time": 3, "file_creation_time": 0}} 2023-09-29T22:33:42.469 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.115+0000 7ff76950f700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-09-29T22:33:42.469 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.469 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.115+0000 7ff76950f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696026822117068, "job": 1, "event": "recovery_finished"} 2023-09-29T22:33:42.469 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.117+0000 7ff76950f700 4 rocksdb: DB pointer 0x556ee605f800 2023-09-29T22:33:42.469 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.117+0000 7ff750317700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-09-29T22:33:42.469 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.117+0000 7ff750317700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-09-29T22:33:42.469 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ** DB Stats ** 2023-09-29T22:33:42.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:33:42.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-29T22:33:42.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-29T22:33:42.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T22:33:42.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-29T22:33:42.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-29T22:33:42.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T22:33:42.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ** Compaction Stats [default] ** 2023-09-29T22:33:42.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:33:42.471 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:33:42.471 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: L0 2/0 77.39 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.2 0.00 0.00 1 0.001 0 0 2023-09-29T22:33:42.471 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Sum 2/0 77.39 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.2 0.00 0.00 1 0.001 0 0 2023-09-29T22:33:42.471 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.2 0.00 0.00 1 0.001 0 0 2023-09-29T22:33:42.471 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.471 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ** Compaction Stats [default] ** 2023-09-29T22:33:42.471 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:33:42.471 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:33:42.471 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 79.2 0.00 0.00 1 0.001 0 0 2023-09-29T22:33:42.471 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:33:42.472 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T22:33:42.472 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T22:33:42.472 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T22:33:42.472 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T22:33:42.472 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: AddFile(Keys): cumulative 0, interval 0 2023-09-29T22:33:42.472 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Cumulative compaction: 0.00 GB write, 14.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:33:42.472 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Interval compaction: 0.00 GB write, 14.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:33:42.472 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-29T22:33:42.472 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.472 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ** File Read Latency Histogram By Level [default] ** 2023-09-29T22:33:42.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ** Compaction Stats [default] ** 2023-09-29T22:33:42.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:33:42.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:33:42.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: L0 2/0 77.39 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.2 0.00 0.00 1 0.001 0 0 2023-09-29T22:33:42.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Sum 2/0 77.39 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.2 0.00 0.00 1 0.001 0 0 2023-09-29T22:33:42.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:33:42.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ** Compaction Stats [default] ** 2023-09-29T22:33:42.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:33:42.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:33:42.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 79.2 0.00 0.00 1 0.001 0 0 2023-09-29T22:33:42.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:33:42.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T22:33:42.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T22:33:42.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T22:33:42.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T22:33:42.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: AddFile(Keys): cumulative 0, interval 0 2023-09-29T22:33:42.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Cumulative compaction: 0.00 GB write, 14.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:33:42.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: ** File Read Latency Histogram By Level [default] ** 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.118+0000 7ff76950f700 0 starting mon.smithi060 rank 0 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi060 fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.120+0000 7ff76950f700 1 mon.smithi060@-1(???) e1 preinit fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.120+0000 7ff76950f700 0 mon.smithi060@-1(???).mds e1 new map 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.120+0000 7ff76950f700 0 mon.smithi060@-1(???).mds e1 print_map 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: e1 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: enable_multiple, ever_enabled_multiple: 1,1 2023-09-29T22:33:42.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-29T22:33:42.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: legacy client fscid: -1 2023-09-29T22:33:42.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: No filesystems configured 2023-09-29T22:33:42.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: 2023-09-29T22:33:42.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.120+0000 7ff76950f700 0 mon.smithi060@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-29T22:33:42.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.120+0000 7ff76950f700 0 mon.smithi060@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T22:33:42.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.120+0000 7ff76950f700 0 mon.smithi060@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T22:33:42.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.120+0000 7ff76950f700 0 mon.smithi060@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T22:33:42.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:39.641929+0000 mon.smithi060 (mon.0) 8 : audit [INF] from='client.? 172.21.15.60:0/1418326327' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-29T22:33:42.477 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:39.644650+0000 mon.smithi060 (mon.0) 9 : audit [INF] from='client.? 172.21.15.60:0/1418326327' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-29T22:33:42.477 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:33:42.120+0000 7ff76950f700 1 mon.smithi060@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-29T22:33:42.914 INFO:teuthology.orchestra.run.smithi060.stderr:Wrote config to /etc/ceph/ceph.conf 2023-09-29T22:33:42.915 INFO:teuthology.orchestra.run.smithi060.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-29T22:33:42.915 INFO:teuthology.orchestra.run.smithi060.stderr:Creating mgr... 2023-09-29T22:33:42.915 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying port 9283 ... 2023-09-29T22:33:42.918 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl daemon-reload 2023-09-29T22:33:43.030 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mgr.smithi060.njrpah 2023-09-29T22:33:43.058 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl reset-failed ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mgr.smithi060.njrpah 2023-09-29T22:33:43.064 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to reset failed state of unit ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mgr.smithi060.njrpah.service: Unit ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mgr.smithi060.njrpah.service not loaded. 2023-09-29T22:33:43.065 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl enable ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mgr.smithi060.njrpah 2023-09-29T22:33:43.072 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Created symlink /etc/systemd/system/ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7.target.wants/ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mgr.smithi060.njrpah.service → /etc/systemd/system/ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@.service. 2023-09-29T22:33:43.165 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl start ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mgr.smithi060.njrpah 2023-09-29T22:33:43.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:33:42.138099+0000 mon.smithi060 (mon.0) 1 : cluster [INF] mon.smithi060 is new leader, mons smithi060 in quorum (ranks 0) 2023-09-29T22:33:43.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:33:42.138218+0000 mon.smithi060 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} 2023-09-29T22:33:43.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:33:42.138267+0000 mon.smithi060 (mon.0) 3 : cluster [DBG] fsmap 2023-09-29T22:33:43.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:33:42.138303+0000 mon.smithi060 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-09-29T22:33:43.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:33:42.138759+0000 mon.smithi060 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-09-29T22:33:43.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:42.552343+0000 mon.smithi060 (mon.0) 6 : audit [INF] from='client.? 172.21.15.60:0/471809476' entity='client.admin' 2023-09-29T22:33:43.491 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-29T22:33:43.502 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: disabled 2023-09-29T22:33:43.502 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-active firewalld.service 2023-09-29T22:33:43.511 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-09-29T22:33:43.512 INFO:teuthology.orchestra.run.smithi060.stderr:firewalld.service is not enabled 2023-09-29T22:33:43.512 INFO:teuthology.orchestra.run.smithi060.stderr:Not possible to enable service . firewalld.service is not available 2023-09-29T22:33:43.512 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-29T22:33:43.521 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: disabled 2023-09-29T22:33:43.522 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-active firewalld.service 2023-09-29T22:33:43.530 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-09-29T22:33:43.531 INFO:teuthology.orchestra.run.smithi060.stderr:firewalld.service is not enabled 2023-09-29T22:33:43.531 INFO:teuthology.orchestra.run.smithi060.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-09-29T22:33:43.531 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mgr to start... 2023-09-29T22:33:43.531 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mgr... 2023-09-29T22:33:43.531 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-29T22:33:44.056 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:44.057 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-09-29T22:33:44.057 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsid": "2d15e80e-5f18-11ee-8db4-212e2dc638e7", 2023-09-29T22:33:44.057 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "health": { 2023-09-29T22:33:44.057 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-29T22:33:44.057 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "checks": {}, 2023-09-29T22:33:44.057 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mutes": [] 2023-09-29T22:33:44.057 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:44.057 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-29T22:33:44.057 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum": [ 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 0 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "smithi060" 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "monmap": { 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:44.058 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osdmap": { 2023-09-29T22:33:44.059 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:44.059 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-29T22:33:44.059 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-29T22:33:44.059 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-29T22:33:44.062 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-29T22:33:44.062 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-29T22:33:44.062 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-29T22:33:44.062 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:44.062 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgmap": { 2023-09-29T22:33:44.062 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-29T22:33:44.062 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-29T22:33:44.062 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsmap": { 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-29T22:33:44.063 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": false, 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modules": [ 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "iostat", 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "nfs", 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "restful" 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "servicemap": { 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:44.064 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modified": "2023-09-29T22:33:38.347061+0000", 2023-09-29T22:33:44.065 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-09-29T22:33:44.065 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:44.065 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-29T22:33:44.065 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-09-29T22:33:44.333 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:44.054018+0000 mon.smithi060 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.60:0/3205476504' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-29T22:33:44.405 INFO:teuthology.orchestra.run.smithi060.stderr:mgr not available, waiting (1/15)... 2023-09-29T22:33:46.407 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-29T22:33:46.908 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:46.908 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-09-29T22:33:46.908 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsid": "2d15e80e-5f18-11ee-8db4-212e2dc638e7", 2023-09-29T22:33:46.908 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "health": { 2023-09-29T22:33:46.909 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-29T22:33:46.909 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "checks": {}, 2023-09-29T22:33:46.909 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mutes": [] 2023-09-29T22:33:46.909 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:46.909 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-29T22:33:46.909 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum": [ 2023-09-29T22:33:46.909 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 0 2023-09-29T22:33:46.909 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:46.909 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-29T22:33:46.909 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "smithi060" 2023-09-29T22:33:46.912 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:46.912 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-09-29T22:33:46.912 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "monmap": { 2023-09-29T22:33:46.913 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:46.913 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-29T22:33:46.913 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-29T22:33:46.913 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:46.915 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osdmap": { 2023-09-29T22:33:46.915 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:46.915 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-29T22:33:46.915 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-29T22:33:46.915 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-29T22:33:46.920 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-29T22:33:46.920 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-29T22:33:46.920 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-29T22:33:46.920 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:46.920 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgmap": { 2023-09-29T22:33:46.920 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-29T22:33:46.920 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-29T22:33:46.921 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-29T22:33:46.921 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-29T22:33:46.921 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-29T22:33:46.921 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-29T22:33:46.921 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-29T22:33:46.921 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-29T22:33:46.922 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:46.922 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsmap": { 2023-09-29T22:33:46.922 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:46.922 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-29T22:33:46.922 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-29T22:33:46.922 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:46.922 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-29T22:33:46.923 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": false, 2023-09-29T22:33:46.923 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-29T22:33:46.923 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modules": [ 2023-09-29T22:33:46.923 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "iostat", 2023-09-29T22:33:46.923 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "nfs", 2023-09-29T22:33:46.923 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "restful" 2023-09-29T22:33:46.924 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:46.924 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-09-29T22:33:46.924 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:46.924 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "servicemap": { 2023-09-29T22:33:46.924 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:46.924 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modified": "2023-09-29T22:33:38.347061+0000", 2023-09-29T22:33:46.925 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-09-29T22:33:46.925 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:46.925 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-29T22:33:46.925 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-09-29T22:33:47.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:46.906336+0000 mon.smithi060 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.60:0/1399895454' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-29T22:33:47.288 INFO:teuthology.orchestra.run.smithi060.stderr:mgr not available, waiting (2/15)... 2023-09-29T22:33:49.290 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-29T22:33:49.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:33:49.356330+0000 mon.smithi060 (mon.0) 9 : cluster [INF] Activating manager daemon smithi060.njrpah 2023-09-29T22:33:49.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:33:49.359236+0000 mon.smithi060 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi060.njrpah(active, starting, since 0.00302374s) 2023-09-29T22:33:49.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.360327+0000 mon.smithi060 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.60:0/3167598194' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:33:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.360556+0000 mon.smithi060 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.60:0/3167598194' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:33:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.360771+0000 mon.smithi060 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.60:0/3167598194' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:33:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.360982+0000 mon.smithi060 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.60:0/3167598194' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:33:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.361208+0000 mon.smithi060 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.60:0/3167598194' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:33:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:33:49.375003+0000 mon.smithi060 (mon.0) 16 : cluster [INF] Manager daemon smithi060.njrpah is now available 2023-09-29T22:33:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.384994+0000 mon.smithi060 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.60:0/3167598194' entity='mgr.smithi060.njrpah' 2023-09-29T22:33:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.389090+0000 mon.smithi060 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.60:0/3167598194' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:33:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.391209+0000 mon.smithi060 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.60:0/3167598194' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:33:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.397598+0000 mon.smithi060 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.60:0/3167598194' entity='mgr.smithi060.njrpah' 2023-09-29T22:33:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.400430+0000 mon.smithi060 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.60:0/3167598194' entity='mgr.smithi060.njrpah' 2023-09-29T22:33:49.721 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:49.721 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsid": "2d15e80e-5f18-11ee-8db4-212e2dc638e7", 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "health": { 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "checks": {}, 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mutes": [] 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum": [ 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 0 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:49.722 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-29T22:33:49.723 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "smithi060" 2023-09-29T22:33:49.723 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:49.723 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-09-29T22:33:49.723 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "monmap": { 2023-09-29T22:33:49.723 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:49.723 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-29T22:33:49.723 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-29T22:33:49.724 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:49.724 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osdmap": { 2023-09-29T22:33:49.724 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:49.724 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-29T22:33:49.724 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-29T22:33:49.724 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-29T22:33:49.724 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-29T22:33:49.724 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-29T22:33:49.724 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-29T22:33:49.724 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgmap": { 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsmap": { 2023-09-29T22:33:49.725 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": false, 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modules": [ 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "iostat", 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "nfs", 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "restful" 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:49.726 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-09-29T22:33:49.727 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:49.727 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "servicemap": { 2023-09-29T22:33:49.727 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:49.727 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modified": "2023-09-29T22:33:38.347061+0000", 2023-09-29T22:33:49.727 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-09-29T22:33:49.727 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:49.727 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-29T22:33:49.727 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-09-29T22:33:50.054 INFO:teuthology.orchestra.run.smithi060.stderr:mgr not available, waiting (3/15)... 2023-09-29T22:33:50.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:49.716825+0000 mon.smithi060 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.60:0/3448410706' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-29T22:33:50.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:33:50.362343+0000 mon.smithi060 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi060.njrpah(active, since 1.00613s) 2023-09-29T22:33:52.057 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-29T22:33:52.660 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:52 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:33:51.411345+0000 mon.smithi060 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi060.njrpah(active, since 2s) 2023-09-29T22:33:53.373 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:53.373 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-09-29T22:33:53.373 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsid": "2d15e80e-5f18-11ee-8db4-212e2dc638e7", 2023-09-29T22:33:53.373 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "health": { 2023-09-29T22:33:53.373 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-29T22:33:53.373 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "checks": {}, 2023-09-29T22:33:53.373 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mutes": [] 2023-09-29T22:33:53.373 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:53.373 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-29T22:33:53.373 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum": [ 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 0 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "smithi060" 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "monmap": { 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:53.374 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osdmap": { 2023-09-29T22:33:53.375 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:53.375 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-29T22:33:53.375 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-29T22:33:53.375 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-29T22:33:53.378 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-29T22:33:53.378 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-29T22:33:53.378 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-29T22:33:53.378 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:53.378 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgmap": { 2023-09-29T22:33:53.378 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsmap": { 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-29T22:33:53.379 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": true, 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modules": [ 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "iostat", 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "nfs", 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "restful" 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "servicemap": { 2023-09-29T22:33:53.380 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T22:33:53.381 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modified": "2023-09-29T22:33:38.347061+0000", 2023-09-29T22:33:53.381 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-09-29T22:33:53.381 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-09-29T22:33:53.381 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-29T22:33:53.381 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-09-29T22:33:53.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:53.371000+0000 mon.smithi060 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.60:0/2341573571' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-29T22:33:55.896 INFO:teuthology.orchestra.run.smithi060.stderr:mgr is available 2023-09-29T22:33:55.896 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z -v /tmp/tmpezl86yrk:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-09-29T22:33:57.022 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:57.022 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [global] 2023-09-29T22:33:57.022 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: fsid = 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:33:57.022 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: log_to_journald = false 2023-09-29T22:33:57.022 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-29T22:33:57.022 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-29T22:33:57.022 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-29T22:33:57.023 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-29T22:33:57.023 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:57.023 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [mgr] 2023-09-29T22:33:57.023 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-29T22:33:57.023 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-09-29T22:33:57.023 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [osd] 2023-09-29T22:33:57.023 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-29T22:33:57.023 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-29T22:33:57.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:33:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:33:57.020289+0000 mon.smithi060 (mon.0) 26 : audit [INF] from='client.? 172.21.15.60:0/2533656443' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-29T22:33:59.354 INFO:teuthology.orchestra.run.smithi060.stderr:Enabling cephadm module... 2023-09-29T22:33:59.354 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-09-29T22:34:01.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:01.123984+0000 mon.smithi060 (mon.0) 27 : audit [INF] from='client.? 172.21.15.60:0/939464353' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-29T22:34:02.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:01.177690+0000 mon.smithi060 (mon.0) 28 : audit [INF] from='client.? 172.21.15.60:0/939464353' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-29T22:34:02.540 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:01.177783+0000 mon.smithi060 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi060.njrpah(active, since 11s) 2023-09-29T22:34:03.236 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-09-29T22:34:04.224 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-09-29T22:34:04.225 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 5, 2023-09-29T22:34:04.225 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": true, 2023-09-29T22:34:04.225 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "active_name": "smithi060.njrpah", 2023-09-29T22:34:04.225 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-29T22:34:04.225 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-09-29T22:34:04.513 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:04 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:04.224549+0000 mon.smithi060 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.60:0/3144396766' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-29T22:34:04.587 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for the mgr to restart... 2023-09-29T22:34:04.587 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mgr epoch 5... 2023-09-29T22:34:04.587 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-09-29T22:34:08.043 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-09-29T22:34:08.043 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-09-29T22:34:08.043 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "initialized": true 2023-09-29T22:34:08.043 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-09-29T22:34:08.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:06.979992+0000 mon.smithi060 (mon.0) 31 : cluster [INF] Active manager daemon smithi060.njrpah restarted 2023-09-29T22:34:08.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:06.980411+0000 mon.smithi060 (mon.0) 32 : cluster [INF] Activating manager daemon smithi060.njrpah 2023-09-29T22:34:08.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:06.982408+0000 mon.smithi060 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-09-29T22:34:08.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:07.033150+0000 mon.smithi060 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi060.njrpah(active, starting, since 0.0528233s) 2023-09-29T22:34:08.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.034167+0000 mon.smithi060 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:34:08.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.034914+0000 mon.smithi060 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:34:08.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.036102+0000 mon.smithi060 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:34:08.340 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.036306+0000 mon.smithi060 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:34:08.340 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.036489+0000 mon.smithi060 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:34:08.340 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:07.050801+0000 mon.smithi060 (mon.0) 40 : cluster [INF] Manager daemon smithi060.njrpah is now available 2023-09-29T22:34:08.340 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.066415+0000 mon.smithi060 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:08.340 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.069362+0000 mon.smithi060 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:08.340 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.072161+0000 mon.smithi060 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:08.340 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.174815+0000 mon.smithi060 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:08.340 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.175626+0000 mon.smithi060 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:34:08.340 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.177500+0000 mon.smithi060 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:34:08.340 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.179326+0000 mon.smithi060 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:34:08.341 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.191604+0000 mon.smithi060 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:34:08.341 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:07.192961+0000 mon.smithi060 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:34:08.402 INFO:teuthology.orchestra.run.smithi060.stderr:mgr epoch 5 is available 2023-09-29T22:34:08.402 INFO:teuthology.orchestra.run.smithi060.stderr:Setting orchestrator backend to cephadm... 2023-09-29T22:34:08.403 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-09-29T22:34:09.303 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-09-29T22:34:09.410 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:08.035496+0000 mgr.smithi060.njrpah (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-29T22:34:09.410 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:08.036257+0000 mon.smithi060 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi060.njrpah(active, since 1.05592s) 2023-09-29T22:34:09.410 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:08.042741+0000 mgr.smithi060.njrpah (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-29T22:34:09.410 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:08.964973+0000 mon.smithi060 (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:09.410 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:08.969247+0000 mon.smithi060 (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:34:09.854 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: value unchanged 2023-09-29T22:34:10.172 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:08.960907+0000 mgr.smithi060.njrpah (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:10.172 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:09.966060+0000 mon.smithi060 (mon.0) 53 : cluster [DBG] mgrmap e8: smithi060.njrpah(active, since 2s) 2023-09-29T22:34:10.219 INFO:teuthology.orchestra.run.smithi060.stderr:Generating ssh key... 2023-09-29T22:34:10.219 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-09-29T22:34:11.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:09.853922+0000 mgr.smithi060.njrpah (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:11.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:10.983606+0000 mon.smithi060 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:11.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:10.985561+0000 mon.smithi060 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:11.318 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-09-29T22:34:11.874 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCniEA4qT/0ME5xGGuqWDSIRK2diubQX9h7FJv6taOeIYUMOWRHoAQQGR0tfKEaAvgvka/KwTjCPIxYhBUdamDtqS8U1ZhYtHnClvmLG9xoSsJ3BZr/grTdPxtmN4aYoUkPTKsnBIxfvrHASLow5JRsv3/MYwLtxgFmoAW0h4hwPjn7hgtvDEO73G9HLf//dDP7yPLHzRCSLvBzxbkIAT+OTcQkMVta5iXGv58cdwdxtpQXfU5P746nn89v61KMxniqoQvPvDjW0LzVhGJxRxMBaYnVwXfCClpYpc7P7R9hEfAi4bUKtlJIcWhZvaEiCJ84mC18t/XbfPNVoUT2sPQU3svEkTse6CMqW4rzcr883yzvAzue+aj9uPvzo53aefE+WEW7Q1ly+sU6f7yy16fH5vPAJ40KmNu7epf9+A9dcIS2UlIRJoCwjiw1y5qsJINzLSN8BA5jieTvs+pXjxp/f9BmC1FXq2c3lpsMebUFTnN5IiK2hZagI6NxPiecuU8= ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:34:12.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:10.747773+0000 mgr.smithi060.njrpah (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2023-09-29T22:34:12.220 INFO:teuthology.orchestra.run.smithi060.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-29T22:34:12.220 INFO:teuthology.orchestra.run.smithi060.stderr:Adding key to root@localhost authorized_keys... 2023-09-29T22:34:12.221 INFO:teuthology.orchestra.run.smithi060.stderr:Adding host smithi060... 2023-09-29T22:34:12.221 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi060 172.21.15.60 2023-09-29T22:34:13.427 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Added host 'smithi060' with addr '172.21.15.60' 2023-09-29T22:34:13.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:11.873514+0000 mgr.smithi060.njrpah (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:13.730 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying mon service with default placement... 2023-09-29T22:34:13.731 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-09-29T22:34:14.293 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled mon update... 2023-09-29T22:34:14.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:12.777148+0000 mgr.smithi060.njrpah (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "addr": "172.21.15.60", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:14.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:13.425335+0000 mon.smithi060 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:14.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:13.425953+0000 mon.smithi060 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:34:14.768 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying mgr service with default placement... 2023-09-29T22:34:14.768 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-09-29T22:34:15.330 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-09-29T22:34:15.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:13.425658+0000 mgr.smithi060.njrpah (mgr.14118) 9 : cephadm [INF] Added host smithi060 2023-09-29T22:34:15.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:14.292971+0000 mon.smithi060 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:15.810 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying crash service with default placement... 2023-09-29T22:34:15.810 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-09-29T22:34:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:14.289843+0000 mgr.smithi060.njrpah (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:14.290684+0000 mgr.smithi060.njrpah (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-09-29T22:34:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:15.330496+0000 mon.smithi060 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:15.609007+0000 mon.smithi060 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:16.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:15.860064+0000 mon.smithi060 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:16.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled crash update... 2023-09-29T22:34:16.761 INFO:teuthology.orchestra.run.smithi060.stderr:Enabling mgr prometheus module... 2023-09-29T22:34:16.761 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-09-29T22:34:17.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:15.327659+0000 mgr.smithi060.njrpah (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:17.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:15.328239+0000 mgr.smithi060.njrpah (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-09-29T22:34:17.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:16.362078+0000 mon.smithi060 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:17.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:16.747519+0000 mon.smithi060 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.60:0/4265931226' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:18.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:16.359046+0000 mgr.smithi060.njrpah (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:18.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:16.359810+0000 mgr.smithi060.njrpah (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2023-09-29T22:34:18.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:17.382004+0000 mon.smithi060 (mon.0) 64 : audit [INF] from='client.? 172.21.15.60:0/2742262593' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-29T22:34:18.468 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying prometheus service with default placement... 2023-09-29T22:34:18.468 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-09-29T22:34:19.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:18.136207+0000 mon.smithi060 (mon.0) 65 : audit [INF] from='client.? 172.21.15.60:0/2742262593' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-29T22:34:19.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:18.136264+0000 mon.smithi060 (mon.0) 66 : cluster [DBG] mgrmap e9: smithi060.njrpah(active, since 11s) 2023-09-29T22:34:25.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-09-29T22:34:25.183 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:23.949032+0000 mon.smithi060 (mon.0) 67 : cluster [INF] Active manager daemon smithi060.njrpah restarted 2023-09-29T22:34:25.183 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:23.949631+0000 mon.smithi060 (mon.0) 68 : cluster [INF] Activating manager daemon smithi060.njrpah 2023-09-29T22:34:25.183 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:23.951282+0000 mon.smithi060 (mon.0) 69 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-09-29T22:34:25.183 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:24.002504+0000 mon.smithi060 (mon.0) 70 : cluster [DBG] mgrmap e10: smithi060.njrpah(active, starting, since 0.0530038s) 2023-09-29T22:34:25.183 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:24.003622+0000 mon.smithi060 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:34:25.184 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:24.004421+0000 mon.smithi060 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:34:25.184 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:24.005221+0000 mon.smithi060 (mon.0) 73 : audit [DBG] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:34:25.184 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:24.005387+0000 mon.smithi060 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:34:25.184 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:24.005534+0000 mon.smithi060 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:34:25.184 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:24.019747+0000 mon.smithi060 (mon.0) 76 : cluster [INF] Manager daemon smithi060.njrpah is now available 2023-09-29T22:34:25.184 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:24.135063+0000 mon.smithi060 (mon.0) 77 : audit [DBG] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:34:25.184 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:24.136549+0000 mon.smithi060 (mon.0) 78 : audit [DBG] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:34:25.184 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:24.156231+0000 mon.smithi060 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:34:25.184 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:24.158836+0000 mon.smithi060 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:34:25.350 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying grafana service with default placement... 2023-09-29T22:34:25.350 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-09-29T22:34:26.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:25.005149+0000 mon.smithi060 (mon.0) 81 : cluster [DBG] mgrmap e11: smithi060.njrpah(active, since 1.05565s) 2023-09-29T22:34:26.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:25.006410+0000 mgr.smithi060.njrpah (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-09-29T22:34:26.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:25.008874+0000 mon.smithi060 (mon.0) 82 : audit [INF] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:26.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:25.088171+0000 mon.smithi060 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:26.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-09-29T22:34:26.626 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying node-exporter service with default placement... 2023-09-29T22:34:26.627 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-09-29T22:34:27.200 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-09-29T22:34:27.365 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:26.089644+0000 mon.smithi060 (mon.0) 84 : cluster [DBG] mgrmap e12: smithi060.njrpah(active, since 2s) 2023-09-29T22:34:27.365 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:26.275671+0000 mon.smithi060 (mon.0) 85 : audit [INF] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:27.542 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying alertmanager service with default placement... 2023-09-29T22:34:27.542 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-09-29T22:34:28.099 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-09-29T22:34:28.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:26.272663+0000 mgr.smithi060.njrpah (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:28.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:26.273279+0000 mgr.smithi060.njrpah (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-09-29T22:34:28.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:27.200252+0000 mon.smithi060 (mon.0) 86 : audit [INF] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:28.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:28.098986+0000 mon.smithi060 (mon.0) 87 : audit [INF] from='mgr.14146 172.21.15.60:0/1992985974' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:28.458 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-09-29T22:34:29.311 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:27.197337+0000 mgr.smithi060.njrpah (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:29.311 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:27.198035+0000 mgr.smithi060.njrpah (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-09-29T22:34:29.311 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:28.096008+0000 mgr.smithi060.njrpah (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:29.311 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:28.096616+0000 mgr.smithi060.njrpah (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-09-29T22:34:29.312 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:29.003043+0000 mon.smithi060 (mon.0) 88 : audit [INF] from='client.? 172.21.15.60:0/574514116' entity='client.admin' 2023-09-29T22:34:29.392 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-09-29T22:34:30.350 INFO:teuthology.orchestra.run.smithi060.stderr:Enabling the dashboard module... 2023-09-29T22:34:30.350 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-09-29T22:34:31.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:29.979754+0000 mon.smithi060 (mon.0) 89 : audit [INF] from='client.? 172.21.15.60:0/3145710058' entity='client.admin' 2023-09-29T22:34:31.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:30.943886+0000 mon.smithi060 (mon.0) 90 : audit [INF] from='client.? 172.21.15.60:0/1039049566' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-29T22:34:31.316 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-09-29T22:34:31.947 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-09-29T22:34:31.947 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 13, 2023-09-29T22:34:31.947 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": true, 2023-09-29T22:34:31.947 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "active_name": "smithi060.njrpah", 2023-09-29T22:34:31.947 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-29T22:34:31.947 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-09-29T22:34:32.235 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:30.981119+0000 mon.smithi060 (mon.0) 91 : audit [INF] from='client.? 172.21.15.60:0/1039049566' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-29T22:34:32.235 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:30.981179+0000 mon.smithi060 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi060.njrpah(active, since 7s) 2023-09-29T22:34:32.235 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:31.946828+0000 mon.smithi060 (mon.0) 93 : audit [DBG] from='client.? 172.21.15.60:0/718864083' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-29T22:34:32.299 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for the mgr to restart... 2023-09-29T22:34:32.299 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mgr epoch 13... 2023-09-29T22:34:32.300 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-09-29T22:34:37.866 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-09-29T22:34:37.867 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-09-29T22:34:37.867 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "initialized": true 2023-09-29T22:34:37.867 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-09-29T22:34:38.064 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:36.798283+0000 mon.smithi060 (mon.0) 94 : cluster [INF] Active manager daemon smithi060.njrpah restarted 2023-09-29T22:34:38.064 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:36.798728+0000 mon.smithi060 (mon.0) 95 : cluster [INF] Activating manager daemon smithi060.njrpah 2023-09-29T22:34:38.064 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:36.800529+0000 mon.smithi060 (mon.0) 96 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-09-29T22:34:38.064 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:36.851764+0000 mon.smithi060 (mon.0) 97 : cluster [DBG] mgrmap e14: smithi060.njrpah(active, starting, since 0.053135s) 2023-09-29T22:34:38.064 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:36.852478+0000 mon.smithi060 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:34:38.064 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:36.853237+0000 mon.smithi060 (mon.0) 99 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:34:38.065 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:36.854227+0000 mon.smithi060 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:34:38.065 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:36.854539+0000 mon.smithi060 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:34:38.065 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:36.854794+0000 mon.smithi060 (mon.0) 102 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:34:38.065 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:36.868792+0000 mon.smithi060 (mon.0) 103 : cluster [INF] Manager daemon smithi060.njrpah is now available 2023-09-29T22:34:38.065 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:36.985713+0000 mon.smithi060 (mon.0) 104 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:34:38.065 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:36.988516+0000 mon.smithi060 (mon.0) 105 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:34:38.065 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:37.015423+0000 mon.smithi060 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:34:38.065 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:37.018877+0000 mon.smithi060 (mon.0) 107 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:34:38.475 INFO:teuthology.orchestra.run.smithi060.stderr:mgr epoch 13 is available 2023-09-29T22:34:38.475 INFO:teuthology.orchestra.run.smithi060.stderr:Generating a dashboard self-signed certificate... 2023-09-29T22:34:38.475 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-09-29T22:34:39.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:37.854061+0000 mgr.smithi060.njrpah (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-29T22:34:39.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:37.855407+0000 mon.smithi060 (mon.0) 108 : cluster [DBG] mgrmap e15: smithi060.njrpah(active, since 1.05677s) 2023-09-29T22:34:39.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:37.866003+0000 mgr.smithi060.njrpah (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-29T22:34:39.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:37.964875+0000 mon.smithi060 (mon.0) 109 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:39.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Self-signed certificate created 2023-09-29T22:34:39.699 INFO:teuthology.orchestra.run.smithi060.stderr:Creating initial admin user... 2023-09-29T22:34:39.699 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpudghuq79:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-09-29T22:34:40.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:38.966455+0000 mon.smithi060 (mon.0) 110 : cluster [DBG] mgrmap e16: smithi060.njrpah(active, since 2s) 2023-09-29T22:34:40.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:39.354652+0000 mon.smithi060 (mon.0) 111 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:40.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:39.356537+0000 mon.smithi060 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:40.532 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$hMvFN5sMSrqvciXNq/I3tOOAsvCE/R9Ju13REe6TakxqEqeat1zjq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696026880, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-29T22:34:40.865 INFO:teuthology.orchestra.run.smithi060.stderr:Fetching dashboard port number... 2023-09-29T22:34:40.865 INFO:teuthology.orchestra.run.smithi060.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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpwrww04ek:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp51hirmfb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-09-29T22:34:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:39.174336+0000 mgr.smithi060.njrpah (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:41.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:40.532080+0000 mon.smithi060 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:41.434 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 8443 2023-09-29T22:34:41.774 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-29T22:34:41.785 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: disabled 2023-09-29T22:34:41.786 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: systemctl is-active firewalld.service 2023-09-29T22:34:41.795 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-09-29T22:34:41.796 INFO:teuthology.orchestra.run.smithi060.stderr:firewalld.service is not enabled 2023-09-29T22:34:41.796 INFO:teuthology.orchestra.run.smithi060.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-29T22:34:41.800 INFO:teuthology.orchestra.run.smithi060.stderr:Ceph Dashboard is now available at: 2023-09-29T22:34:41.800 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-09-29T22:34:41.800 INFO:teuthology.orchestra.run.smithi060.stderr: URL: https://smithi060.front.sepia.ceph.com:8443/ 2023-09-29T22:34:41.800 INFO:teuthology.orchestra.run.smithi060.stderr: User: admin 2023-09-29T22:34:41.800 INFO:teuthology.orchestra.run.smithi060.stderr: Password: h879pmlrbk 2023-09-29T22:34:41.800 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-09-29T22:34:41.800 INFO:teuthology.orchestra.run.smithi060.stderr:You can access the Ceph CLI with: 2023-09-29T22:34:41.800 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-09-29T22:34:41.800 INFO:teuthology.orchestra.run.smithi060.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr:Please consider enabling telemetry to help improve Ceph: 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr: ceph telemetry on 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr:For more information see: 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr:Bootstrap complete. 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr:Releasing lock 140475097682048 on /run/cephadm/2d15e80e-5f18-11ee-8db4-212e2dc638e7.lock 2023-09-29T22:34:41.801 INFO:teuthology.orchestra.run.smithi060.stderr:Lock 140475097682048 released on /run/cephadm/2d15e80e-5f18-11ee-8db4-212e2dc638e7.lock 2023-09-29T22:34:41.841 INFO:tasks.cephadm:Fetching config... 2023-09-29T22:34:41.841 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-29T22:34:41.841 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-29T22:34:41.862 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-29T22:34:41.862 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-29T22:34:41.862 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-29T22:34:41.923 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-29T22:34:41.924 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-29T22:34:41.924 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/keyring of=/dev/stdout 2023-09-29T22:34:41.999 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-29T22:34:42.000 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-29T22:34:42.000 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-29T22:34:42.061 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-29T22:34:42.061 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCniEA4qT/0ME5xGGuqWDSIRK2diubQX9h7FJv6taOeIYUMOWRHoAQQGR0tfKEaAvgvka/KwTjCPIxYhBUdamDtqS8U1ZhYtHnClvmLG9xoSsJ3BZr/grTdPxtmN4aYoUkPTKsnBIxfvrHASLow5JRsv3/MYwLtxgFmoAW0h4hwPjn7hgtvDEO73G9HLf//dDP7yPLHzRCSLvBzxbkIAT+OTcQkMVta5iXGv58cdwdxtpQXfU5P746nn89v61KMxniqoQvPvDjW0LzVhGJxRxMBaYnVwXfCClpYpc7P7R9hEfAi4bUKtlJIcWhZvaEiCJ84mC18t/XbfPNVoUT2sPQU3svEkTse6CMqW4rzcr883yzvAzue+aj9uPvzo53aefE+WEW7Q1ly+sU6f7yy16fH5vPAJ40KmNu7epf9+A9dcIS2UlIRJoCwjiw1y5qsJINzLSN8BA5jieTvs+pXjxp/f9BmC1FXq2c3lpsMebUFTnN5IiK2hZagI6NxPiecuU8= ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-29T22:34:42.129 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:40.280102+0000 mgr.smithi060.njrpah (mgr.14166) 4 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:42.129 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:41.434541+0000 mon.smithi060 (mon.0) 114 : audit [DBG] from='client.? 172.21.15.60:0/1773635699' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-29T22:34:42.144 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCniEA4qT/0ME5xGGuqWDSIRK2diubQX9h7FJv6taOeIYUMOWRHoAQQGR0tfKEaAvgvka/KwTjCPIxYhBUdamDtqS8U1ZhYtHnClvmLG9xoSsJ3BZr/grTdPxtmN4aYoUkPTKsnBIxfvrHASLow5JRsv3/MYwLtxgFmoAW0h4hwPjn7hgtvDEO73G9HLf//dDP7yPLHzRCSLvBzxbkIAT+OTcQkMVta5iXGv58cdwdxtpQXfU5P746nn89v61KMxniqoQvPvDjW0LzVhGJxRxMBaYnVwXfCClpYpc7P7R9hEfAi4bUKtlJIcWhZvaEiCJ84mC18t/XbfPNVoUT2sPQU3svEkTse6CMqW4rzcr883yzvAzue+aj9uPvzo53aefE+WEW7Q1ly+sU6f7yy16fH5vPAJ40KmNu7epf9+A9dcIS2UlIRJoCwjiw1y5qsJINzLSN8BA5jieTvs+pXjxp/f9BmC1FXq2c3lpsMebUFTnN5IiK2hZagI6NxPiecuU8= ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:34:42.157 DEBUG:teuthology.orchestra.run.smithi163:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCniEA4qT/0ME5xGGuqWDSIRK2diubQX9h7FJv6taOeIYUMOWRHoAQQGR0tfKEaAvgvka/KwTjCPIxYhBUdamDtqS8U1ZhYtHnClvmLG9xoSsJ3BZr/grTdPxtmN4aYoUkPTKsnBIxfvrHASLow5JRsv3/MYwLtxgFmoAW0h4hwPjn7hgtvDEO73G9HLf//dDP7yPLHzRCSLvBzxbkIAT+OTcQkMVta5iXGv58cdwdxtpQXfU5P746nn89v61KMxniqoQvPvDjW0LzVhGJxRxMBaYnVwXfCClpYpc7P7R9hEfAi4bUKtlJIcWhZvaEiCJ84mC18t/XbfPNVoUT2sPQU3svEkTse6CMqW4rzcr883yzvAzue+aj9uPvzo53aefE+WEW7Q1ly+sU6f7yy16fH5vPAJ40KmNu7epf9+A9dcIS2UlIRJoCwjiw1y5qsJINzLSN8BA5jieTvs+pXjxp/f9BmC1FXq2c3lpsMebUFTnN5IiK2hZagI6NxPiecuU8= ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-29T22:34:42.203 INFO:teuthology.orchestra.run.smithi163.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCniEA4qT/0ME5xGGuqWDSIRK2diubQX9h7FJv6taOeIYUMOWRHoAQQGR0tfKEaAvgvka/KwTjCPIxYhBUdamDtqS8U1ZhYtHnClvmLG9xoSsJ3BZr/grTdPxtmN4aYoUkPTKsnBIxfvrHASLow5JRsv3/MYwLtxgFmoAW0h4hwPjn7hgtvDEO73G9HLf//dDP7yPLHzRCSLvBzxbkIAT+OTcQkMVta5iXGv58cdwdxtpQXfU5P746nn89v61KMxniqoQvPvDjW0LzVhGJxRxMBaYnVwXfCClpYpc7P7R9hEfAi4bUKtlJIcWhZvaEiCJ84mC18t/XbfPNVoUT2sPQU3svEkTse6CMqW4rzcr883yzvAzue+aj9uPvzo53aefE+WEW7Q1ly+sU6f7yy16fH5vPAJ40KmNu7epf9+A9dcIS2UlIRJoCwjiw1y5qsJINzLSN8BA5jieTvs+pXjxp/f9BmC1FXq2c3lpsMebUFTnN5IiK2hZagI6NxPiecuU8= ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:34:42.216 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-29T22:34:44.182 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-29T22:34:44.182 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-29T22:34:44.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:43.137360+0000 mon.smithi060 (mon.0) 115 : cluster [DBG] mgrmap e17: smithi060.njrpah(active, since 6s) 2023-09-29T22:34:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:43.787587+0000 mon.smithi060 (mon.0) 116 : audit [INF] from='client.? 172.21.15.60:0/3804121377' entity='client.admin' 2023-09-29T22:34:46.284 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi163 2023-09-29T22:34:46.285 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-09-29T22:34:46.285 DEBUG:teuthology.orchestra.run.smithi163:> dd of=/etc/ceph/ceph.conf 2023-09-29T22:34:46.307 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-09-29T22:34:46.307 DEBUG:teuthology.orchestra.run.smithi163:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:34:46.368 INFO:tasks.cephadm:Adding host smithi163 to orchestrator... 2023-09-29T22:34:46.369 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch host add smithi163 2023-09-29T22:34:47.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:45.904397+0000 mgr.smithi060.njrpah (mgr.14166) 5 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:47.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:45.906971+0000 mon.smithi060 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:47.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:46.759793+0000 mon.smithi060 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:48.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:47.107794+0000 mon.smithi060 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:34:48.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:47.111152+0000 mon.smithi060 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:48.347 INFO:teuthology.orchestra.run.smithi060.stdout:Added host 'smithi163' with addr '172.21.15.163' 2023-09-29T22:34:49.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:47.118570+0000 mgr.smithi060.njrpah (mgr.14166) 6 : cephadm [INF] Deploying daemon alertmanager.smithi060 on smithi060 2023-09-29T22:34:49.263 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:47.719238+0000 mgr.smithi060.njrpah (mgr.14166) 7 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi163", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:49.263 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:48.346481+0000 mon.smithi060 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:49.528 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-29T22:34:50.184 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:48.346871+0000 mgr.smithi060.njrpah (mgr.14166) 8 : cephadm [INF] Added host smithi163 2023-09-29T22:34:51.449 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:34:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:[{"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.163", "hostname": "smithi163", "labels": [], "status": ""}] 2023-09-29T22:34:51.843 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-29T22:34:51.843 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd crush tunables default 2023-09-29T22:34:52.367 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:52 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:51.449378+0000 mgr.smithi060.njrpah (mgr.14166) 9 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:34:53.331 INFO:teuthology.orchestra.run.smithi060.stderr:adjusted tunables profile to default 2023-09-29T22:34:53.575 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:52.323395+0000 mon.smithi060 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:53.575 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:52.325370+0000 mon.smithi060 (mon.0) 123 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:34:53.575 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:52.327040+0000 mon.smithi060 (mon.0) 124 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-29T22:34:53.575 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:52.327705+0000 mon.smithi060 (mon.0) 125 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:34:53.575 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:52.328284+0000 mgr.smithi060.njrpah (mgr.14166) 10 : cephadm [INF] Deploying daemon crash.smithi060 on smithi060 2023-09-29T22:34:53.575 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:53.186446+0000 mon.smithi060 (mon.0) 126 : audit [INF] from='client.? 172.21.15.60:0/2607776365' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-29T22:34:53.714 INFO:tasks.cephadm:Adding mon.smithi060 on smithi060 2023-09-29T22:34:53.715 INFO:tasks.cephadm:Adding mon.smithi163 on smithi163 2023-09-29T22:34:53.715 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch apply mon '2;smithi060:172.21.15.60=smithi060;smithi163:172.21.15.163=smithi163' 2023-09-29T22:34:54.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:53.327967+0000 mon.smithi060 (mon.0) 127 : audit [INF] from='client.? 172.21.15.60:0/2607776365' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-29T22:34:54.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:53.328022+0000 mon.smithi060 (mon.0) 128 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-09-29T22:34:54.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:54.146946+0000 mon.smithi060 (mon.0) 129 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:54.304262+0000 mon.smithi060 (mon.0) 130 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:54.306272+0000 mon.smithi060 (mon.0) 131 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:54.306667+0000 mon.smithi060 (mon.0) 132 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T22:34:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:54.309510+0000 mon.smithi060 (mon.0) 133 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:55.057 INFO:teuthology.orchestra.run.smithi163.stdout:Scheduled mon update... 2023-09-29T22:34:55.429 DEBUG:teuthology.orchestra.run.smithi163:mon.smithi163> sudo journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi163.service 2023-09-29T22:34:55.431 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:34:55.432 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:34:55.461 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:-- Logs begin at Fri 2023-09-29 22:24:26 UTC. -- 2023-09-29T22:34:55.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:54.307016+0000 mgr.smithi060.njrpah (mgr.14166) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T22:34:55.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:54.312874+0000 mgr.smithi060.njrpah (mgr.14166) 12 : cephadm [INF] Deploying daemon grafana.smithi060 on smithi060 2023-09-29T22:34:55.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:55.057028+0000 mon.smithi060 (mon.0) 134 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:56.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:55.052503+0000 mgr.smithi060.njrpah (mgr.14166) 13 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi060:172.21.15.60=smithi060;smithi163:172.21.15.163=smithi163", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:34:56.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:34:55.054015+0000 mgr.smithi060.njrpah (mgr.14166) 14 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=smithi060;smithi163:172.21.15.163=smithi163;count:2 2023-09-29T22:34:56.769 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:34:56.769 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:33:36.450973Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-29T22:34:56.770 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2023-09-29T22:34:57.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:56.769244+0000 mon.smithi060 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.163:0/1812933988' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:34:57.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:56.855558+0000 mgr.smithi060.njrpah (mgr.14166) 15 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:34:57.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:57.003959+0000 mon.smithi060 (mon.0) 136 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:34:58.152 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:34:58.152 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:34:59.528 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:34:59.528 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:33:36.450973Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-29T22:34:59.529 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2023-09-29T22:35:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:34:58.855799+0000 mgr.smithi060.njrpah (mgr.14166) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:34:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:34:59.527935+0000 mon.smithi060 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.163:0/456070420' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:00.928 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:35:00.928 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:35:02.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:00.856262+0000 mgr.smithi060.njrpah (mgr.14166) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:02.296 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:35:02.296 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:33:36.450973Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-29T22:35:02.297 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2023-09-29T22:35:03.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:02.295859+0000 mon.smithi060 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.163:0/707046008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:03.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:02.856500+0000 mgr.smithi060.njrpah (mgr.14166) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:03.678 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:35:03.678 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:35:05.112 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:35:05.112 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:33:36.450973Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-29T22:35:05.114 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2023-09-29T22:35:05.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:04.235149+0000 mon.smithi060 (mon.0) 139 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:05.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:04.237466+0000 mgr.smithi060.njrpah (mgr.14166) 19 : cephadm [INF] Deploying daemon node-exporter.smithi060 on smithi060 2023-09-29T22:35:05.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:04.856762+0000 mgr.smithi060.njrpah (mgr.14166) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:05.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:05.112222+0000 mon.smithi060 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.163:0/3614130732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:06.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:35:06.507 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:35:07.947 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:35:07.947 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:33:36.450973Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-29T22:35:07.949 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2023-09-29T22:35:08.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:06.857267+0000 mgr.smithi060.njrpah (mgr.14166) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:07.009970+0000 mon.smithi060 (mon.0) 141 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:07.043131+0000 mon.smithi060 (mon.0) 142 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:07.947711+0000 mon.smithi060 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.163:0/3273103753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:09.341 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:35:09.342 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:35:09.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:07.049465+0000 mgr.smithi060.njrpah (mgr.14166) 22 : cephadm [INF] Deploying daemon prometheus.smithi060 on smithi060 2023-09-29T22:35:10.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:08.857501+0000 mgr.smithi060.njrpah (mgr.14166) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:10.831 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:35:10.831 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:33:36.450973Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-29T22:35:10.833 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2023-09-29T22:35:11.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:10.831576+0000 mon.smithi060 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.163:0/4096267244' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:12.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:10.857886+0000 mgr.smithi060.njrpah (mgr.14166) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:12.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:12.013564+0000 mon.smithi060 (mon.0) 145 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:12.231 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:35:12.231 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:35:13.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:12.858105+0000 mgr.smithi060.njrpah (mgr.14166) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:13.680 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:35:13.680 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:33:36.450973Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-29T22:35:13.682 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2023-09-29T22:35:14.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:13.195346+0000 mon.smithi060 (mon.0) 146 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:14.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:13.196252+0000 mon.smithi060 (mon.0) 147 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:35:14.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:13.197194+0000 mon.smithi060 (mon.0) 148 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:14.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:13.197991+0000 mon.smithi060 (mon.0) 149 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:35:14.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:13.635969+0000 mon.smithi060 (mon.0) 150 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:14.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:13.679875+0000 mon.smithi060 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.163:0/635193836' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:14.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:14.083391+0000 mon.smithi060 (mon.0) 152 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:15.045 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:35:15.046 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:35:15.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:14.858445+0000 mgr.smithi060.njrpah (mgr.14166) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:16.533 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:35:16.533 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:33:36.450973Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-29T22:35:16.535 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2023-09-29T22:35:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:15.835391+0000 mon.smithi060 (mon.0) 153 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:15.835923+0000 mgr.smithi060.njrpah (mgr.14166) 27 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:35:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:15.900220+0000 mgr.smithi060.njrpah (mgr.14166) 28 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:35:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:15.928655+0000 mon.smithi060 (mon.0) 154 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:16.533077+0000 mon.smithi060 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.163:0/3059325221' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:17.928 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:35:17.928 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:35:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:16.858750+0000 mgr.smithi060.njrpah (mgr.14166) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:16.927104+0000 mon.smithi060 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:17.016476+0000 mon.smithi060 (mon.0) 157 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:17.511281+0000 mon.smithi060 (mon.0) 158 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:17.511962+0000 mon.smithi060 (mon.0) 159 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd/host:smithi163", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:35:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:17.515281+0000 mon.smithi060 (mon.0) 160 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:17.517103+0000 mon.smithi060 (mon.0) 161 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:35:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:17.519002+0000 mon.smithi060 (mon.0) 162 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-29T22:35:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:17.519901+0000 mon.smithi060 (mon.0) 163 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:19.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:17.520821+0000 mgr.smithi060.njrpah (mgr.14166) 30 : cephadm [INF] Deploying daemon crash.smithi163 on smithi163 2023-09-29T22:35:19.914 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:35:19.915 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:33:36.450973Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-29T22:35:19.917 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2023-09-29T22:35:20.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:18.859152+0000 mgr.smithi060.njrpah (mgr.14166) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:20.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:19.561813+0000 mon.smithi060 (mon.0) 164 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:20.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:19.564145+0000 mon.smithi060 (mon.0) 165 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.bpdfjr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:35:20.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:19.566151+0000 mon.smithi060 (mon.0) 166 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.bpdfjr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-29T22:35:20.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:19.567080+0000 mon.smithi060 (mon.0) 167 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:35:20.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:19.568191+0000 mon.smithi060 (mon.0) 168 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:20.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:19.915061+0000 mon.smithi060 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.163:0/1694329087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:21.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:19.568953+0000 mgr.smithi060.njrpah (mgr.14166) 32 : cephadm [INF] Deploying daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:35:21.363 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:35:21.363 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:35:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:20.859509+0000 mgr.smithi060.njrpah (mgr.14166) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:21.378856+0000 mon.smithi060 (mon.0) 170 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:21.381289+0000 mon.smithi060 (mon.0) 171 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:35:22.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:21.382278+0000 mon.smithi060 (mon.0) 172 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:23.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:21.383052+0000 mgr.smithi060.njrpah (mgr.14166) 34 : cephadm [INF] Deploying daemon mon.smithi163 on smithi163 2023-09-29T22:35:23.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:22.019482+0000 mon.smithi060 (mon.0) 173 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:23.466 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:35:23.466 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:33:36.450973Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-29T22:35:23.468 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2023-09-29T22:35:24.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:22.859839+0000 mgr.smithi060.njrpah (mgr.14166) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:24.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:23.466403+0000 mon.smithi060 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.163:0/3262215050' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:24.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 systemd[1]: Started Ceph mon.smithi163 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:35:24.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.135+0000 7f35d16db700 4 rocksdb: DB pointer 0x563466d55800 2023-09-29T22:35:24.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.135+0000 7f35b84e3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-09-29T22:35:24.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.135+0000 7f35b84e3700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-09-29T22:35:24.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ** DB Stats ** 2023-09-29T22:35:24.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:35:24.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-29T22:35:24.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-29T22:35:24.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T22:35:24.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-29T22:35:24.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-29T22:35:24.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T22:35:24.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: 2023-09-29T22:35:24.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ** Compaction Stats [default] ** 2023-09-29T22:35:24.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:35:24.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:35:24.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-09-29T22:35:24.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-09-29T22:35:24.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-09-29T22:35:24.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: 2023-09-29T22:35:24.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ** Compaction Stats [default] ** 2023-09-29T22:35:24.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:35:24.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:35:24.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-09-29T22:35:24.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:35:24.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T22:35:24.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T22:35:24.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T22:35:24.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T22:35:24.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: AddFile(Keys): cumulative 0, interval 0 2023-09-29T22:35:24.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Cumulative compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:35:24.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Interval compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ** File Read Latency Histogram By Level [default] ** 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ** Compaction Stats [default] ** 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:35:24.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ** Compaction Stats [default] ** 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: AddFile(Keys): cumulative 0, interval 0 2023-09-29T22:35:24.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Cumulative compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:35:24.558 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:35:24.558 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-29T22:35:24.558 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: 2023-09-29T22:35:24.558 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: ** File Read Latency Histogram By Level [default] ** 2023-09-29T22:35:24.558 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: 2023-09-29T22:35:24.558 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.135+0000 7f35d16db700 0 mon.smithi163 does not exist in monmap, will attempt to join an existing cluster 2023-09-29T22:35:24.558 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.135+0000 7f35d16db700 0 using public_addr v2:172.21.15.163:0/0 -> [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] 2023-09-29T22:35:24.558 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.136+0000 7f35d16db700 0 starting mon.smithi163 rank -1 at public addrs [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] at bind addrs [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi163 fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:35:24.558 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.137+0000 7f35d16db700 1 mon.smithi163@-1(???) e0 preinit fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.164+0000 7f35bace8700 0 mon.smithi163@-1(synchronizing).mds e1 new map 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.164+0000 7f35bace8700 0 mon.smithi163@-1(synchronizing).mds e1 print_map 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: e1 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: enable_multiple, ever_enabled_multiple: 1,1 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: legacy client fscid: -1 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: No filesystems configured 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.164+0000 7f35bace8700 1 mon.smithi163@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-29T22:35:24.559 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.164+0000 7f35bace8700 1 mon.smithi163@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.164+0000 7f35bace8700 1 mon.smithi163@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.164+0000 7f35bace8700 1 mon.smithi163@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.164+0000 7f35bace8700 1 mon.smithi163@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.165+0000 7f35bace8700 1 mon.smithi163@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.165+0000 7f35bace8700 1 mon.smithi163@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.165+0000 7f35bace8700 0 mon.smithi163@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.165+0000 7f35bace8700 0 mon.smithi163@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.165+0000 7f35bace8700 0 mon.smithi163@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.165+0000 7f35bace8700 0 mon.smithi163@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:22.859839+0000 mgr.smithi060.njrpah (mgr.14166) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:24.560 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:23.466403+0000 mon.smithi060 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.163:0/3262215050' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:24.561 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:35:24.165+0000 7f35bace8700 1 mon.smithi163@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2023-09-29T22:35:24.825 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T22:35:24.825 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T22:35:29.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:24.174184+0000 mon.smithi060 (mon.0) 176 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:35:29.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:24.174374+0000 mon.smithi060 (mon.0) 177 : cluster [INF] mon.smithi060 calling monitor election 2023-09-29T22:35:29.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:24.187029+0000 mon.smithi060 (mon.0) 178 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:24.860198+0000 mgr.smithi060.njrpah (mgr.14166) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:29.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:25.170319+0000 mon.smithi060 (mon.0) 179 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:26.170601+0000 mon.smithi060 (mon.0) 180 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:26.172357+0000 mon.smithi163 (mon.1) 1 : cluster [INF] mon.smithi163 calling monitor election 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:26.644301+0000 mon.smithi060 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.163:0/1305998294' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/crt"}]: dispatch 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:26.860500+0000 mgr.smithi060.njrpah (mgr.14166) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:27.170596+0000 mon.smithi060 (mon.0) 182 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:28.170678+0000 mon.smithi060 (mon.0) 183 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:28.860766+0000 mgr.smithi060.njrpah (mgr.14166) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:29.171097+0000 mon.smithi060 (mon.0) 184 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:29.200740+0000 mon.smithi060 (mon.0) 185 : cluster [INF] mon.smithi060 is new leader, mons smithi060,smithi163 in quorum (ranks 0,1) 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:29.203944+0000 mon.smithi060 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],smithi163=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0]} 2023-09-29T22:35:29.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:29.203991+0000 mon.smithi060 (mon.0) 187 : cluster [DBG] fsmap 2023-09-29T22:35:29.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:29.204017+0000 mon.smithi060 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-09-29T22:35:29.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:29.204257+0000 mon.smithi060 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi060.njrpah(active, since 52s) 2023-09-29T22:35:29.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:29.205265+0000 mon.smithi060 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:35:29.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:29.206429+0000 mon.smithi060 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.163:0/1305998294' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:35:29.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:29.208144+0000 mon.smithi060 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-09-29T22:35:29.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:29.208602+0000 mon.smithi060 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.163:0/1305998294' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/key"}]: dispatch 2023-09-29T22:35:29.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:29.210332+0000 mon.smithi060 (mon.0) 194 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:29.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:29.210511+0000 mon.smithi060 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.163:0/1305998294' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:35:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:24.174184+0000 mon.smithi060 (mon.0) 176 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:35:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:24.174374+0000 mon.smithi060 (mon.0) 177 : cluster [INF] mon.smithi060 calling monitor election 2023-09-29T22:35:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:24.187029+0000 mon.smithi060 (mon.0) 178 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:24.860198+0000 mgr.smithi060.njrpah (mgr.14166) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:25.170319+0000 mon.smithi060 (mon.0) 179 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:26.170601+0000 mon.smithi060 (mon.0) 180 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:26.172357+0000 mon.smithi163 (mon.1) 1 : cluster [INF] mon.smithi163 calling monitor election 2023-09-29T22:35:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:26.644301+0000 mon.smithi060 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.163:0/1305998294' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/crt"}]: dispatch 2023-09-29T22:35:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:26.860500+0000 mgr.smithi060.njrpah (mgr.14166) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:27.170596+0000 mon.smithi060 (mon.0) 182 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:28.170678+0000 mon.smithi060 (mon.0) 183 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:28.860766+0000 mgr.smithi060.njrpah (mgr.14166) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:29.171097+0000 mon.smithi060 (mon.0) 184 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:29.200740+0000 mon.smithi060 (mon.0) 185 : cluster [INF] mon.smithi060 is new leader, mons smithi060,smithi163 in quorum (ranks 0,1) 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:29.203944+0000 mon.smithi060 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],smithi163=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0]} 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:29.203991+0000 mon.smithi060 (mon.0) 187 : cluster [DBG] fsmap 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:29.204017+0000 mon.smithi060 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:29.204257+0000 mon.smithi060 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi060.njrpah(active, since 52s) 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:29.205265+0000 mon.smithi060 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:35:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:29.206429+0000 mon.smithi060 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.163:0/1305998294' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:35:29.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:29.208144+0000 mon.smithi060 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-09-29T22:35:29.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:29.208602+0000 mon.smithi060 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.163:0/1305998294' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/key"}]: dispatch 2023-09-29T22:35:29.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:29.210332+0000 mon.smithi060 (mon.0) 194 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:29.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:29.210511+0000 mon.smithi060 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.163:0/1305998294' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:35:29.818 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-09-29T22:35:29.819 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":2,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","modified":"2023-09-29T22:35:24.171425Z","created":"2023-09-29T22:33:36.450973Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi163","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:3300","nonce":0},{"type":"v1","addr":"172.21.15.163:6789","nonce":0}]},"addr":"172.21.15.163:6789/0","public_addr":"172.21.15.163:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-29T22:35:29.820 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 2 2023-09-29T22:35:30.171 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-29T22:35:30.171 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph config generate-minimal-conf 2023-09-29T22:35:30.509 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:29.212184+0000 mgr.smithi060.njrpah (mgr.14166) 39 : cephadm [INF] Deploying daemon node-exporter.smithi163 on smithi163 2023-09-29T22:35:30.509 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:29.265700+0000 mon.smithi060 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi060.njrpah(active, since 52s), standbys: smithi163.bpdfjr 2023-09-29T22:35:30.509 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:29.265854+0000 mon.smithi060 (mon.0) 197 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi163.bpdfjr", "id": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:35:30.509 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:29.816850+0000 mon.smithi060 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.163:0/2185664251' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:30.510 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:30.170920+0000 mon.smithi060 (mon.0) 199 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:30.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:29.212184+0000 mgr.smithi060.njrpah (mgr.14166) 39 : cephadm [INF] Deploying daemon node-exporter.smithi163 on smithi163 2023-09-29T22:35:30.722 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:29.265700+0000 mon.smithi060 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi060.njrpah(active, since 52s), standbys: smithi163.bpdfjr 2023-09-29T22:35:30.722 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:29.265854+0000 mon.smithi060 (mon.0) 197 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi163.bpdfjr", "id": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:35:30.722 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:29.816850+0000 mon.smithi060 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.163:0/2185664251' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T22:35:30.722 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:30.170920+0000 mon.smithi060 (mon.0) 199 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:35:31.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:30.861064+0000 mgr.smithi060.njrpah (mgr.14166) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:31.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:30.861064+0000 mgr.smithi060.njrpah (mgr.14166) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:31.558 INFO:teuthology.orchestra.run.smithi060.stdout:# minimal ceph.conf for 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:35:31.558 INFO:teuthology.orchestra.run.smithi060.stdout:[global] 2023-09-29T22:35:31.558 INFO:teuthology.orchestra.run.smithi060.stdout: fsid = 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:35:31.559 INFO:teuthology.orchestra.run.smithi060.stdout: mon_host = [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] 2023-09-29T22:35:31.936 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-29T22:35:31.936 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-29T22:35:31.936 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2023-09-29T22:35:32.001 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-29T22:35:32.001 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:35:32.044 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-09-29T22:35:32.044 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/ceph/ceph.conf 2023-09-29T22:35:32.078 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-09-29T22:35:32.078 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:35:32.147 INFO:tasks.cephadm:Deploying OSDs... 2023-09-29T22:35:32.148 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-29T22:35:32.148 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2023-09-29T22:35:32.169 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-29T22:35:32.169 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2023-09-29T22:35:32.232 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-29T22:35:32.232 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T22:35:32.232 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 395380 Links: 1 2023-09-29T22:35:32.233 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T22:35:32.233 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T22:35:32.233 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-09-29 22:35:12.698989340 +0000 2023-09-29T22:35:32.234 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-09-29 22:32:17.797790822 +0000 2023-09-29T22:35:32.234 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-09-29 22:32:17.797790822 +0000 2023-09-29T22:35:32.234 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-09-29T22:35:32.234 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-29T22:35:32.302 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-09-29T22:35:32.303 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-09-29T22:35:32.303 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000118051 s, 4.3 MB/s 2023-09-29T22:35:32.304 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-29T22:35:32.368 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2023-09-29T22:35:32.386 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:31.559169+0000 mon.smithi060 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.60:0/2412035846' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:32.386 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:31.889351+0000 mon.smithi060 (mon.0) 201 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:32.386 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:31.890975+0000 mon.smithi060 (mon.0) 202 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:35:32.386 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:31.892189+0000 mon.smithi060 (mon.0) 203 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:32.386 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:31.893064+0000 mon.smithi060 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:35:32.386 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:32.025168+0000 mon.smithi060 (mon.0) 205 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:32.432 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-29T22:35:32.433 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T22:35:32.433 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 388892 Links: 1 2023-09-29T22:35:32.433 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T22:35:32.433 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T22:35:32.433 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-09-29 22:35:12.698989340 +0000 2023-09-29T22:35:32.433 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-09-29 22:32:18.354785774 +0000 2023-09-29T22:35:32.433 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-09-29 22:32:18.354785774 +0000 2023-09-29T22:35:32.433 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-09-29T22:35:32.434 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-29T22:35:32.509 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-09-29T22:35:32.509 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-09-29T22:35:32.509 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000124527 s, 4.1 MB/s 2023-09-29T22:35:32.510 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-29T22:35:32.553 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:31.559169+0000 mon.smithi060 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.60:0/2412035846' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:32.553 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:31.889351+0000 mon.smithi060 (mon.0) 201 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:32.554 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:31.890975+0000 mon.smithi060 (mon.0) 202 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:35:32.554 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:31.892189+0000 mon.smithi060 (mon.0) 203 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:32.554 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:31.893064+0000 mon.smithi060 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:35:32.554 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:32.025168+0000 mon.smithi060 (mon.0) 205 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:32.575 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2023-09-29T22:35:32.635 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-29T22:35:32.635 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T22:35:32.635 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 393780 Links: 1 2023-09-29T22:35:32.636 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T22:35:32.636 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T22:35:32.636 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-09-29 22:35:12.698989340 +0000 2023-09-29T22:35:32.636 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-09-29 22:32:18.949780382 +0000 2023-09-29T22:35:32.636 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-09-29 22:32:18.949780382 +0000 2023-09-29T22:35:32.636 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-09-29T22:35:32.636 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-29T22:35:32.704 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-09-29T22:35:32.705 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-09-29T22:35:32.705 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000114551 s, 4.5 MB/s 2023-09-29T22:35:32.706 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-29T22:35:32.768 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2023-09-29T22:35:32.831 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-29T22:35:32.831 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T22:35:32.831 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 389112 Links: 1 2023-09-29T22:35:32.831 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T22:35:32.832 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T22:35:32.832 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-09-29 22:35:12.698989340 +0000 2023-09-29T22:35:32.832 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-09-29 22:32:19.516775243 +0000 2023-09-29T22:35:32.832 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-09-29 22:32:19.516775243 +0000 2023-09-29T22:35:32.832 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-09-29T22:35:32.832 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-29T22:35:32.906 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-09-29T22:35:32.906 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-09-29T22:35:32.906 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.00011542 s, 4.4 MB/s 2023-09-29T22:35:32.906 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-29T22:35:32.972 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-09-29T22:35:32.972 DEBUG:teuthology.orchestra.run.smithi163:> dd if=/scratch_devs of=/dev/stdout 2023-09-29T22:35:32.992 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-29T22:35:32.992 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_1 2023-09-29T22:35:33.051 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-29T22:35:33.051 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T22:35:33.051 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 6h/6d Inode: 391455 Links: 1 2023-09-29T22:35:33.051 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T22:35:33.051 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T22:35:33.051 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-09-29 22:35:29.640205282 +0000 2023-09-29T22:35:33.052 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-09-29 22:31:35.113050012 +0000 2023-09-29T22:35:33.052 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-09-29 22:31:35.113050012 +0000 2023-09-29T22:35:33.052 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-09-29T22:35:33.052 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-29T22:35:33.118 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-09-29T22:35:33.119 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-09-29T22:35:33.119 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000247636 s, 2.1 MB/s 2023-09-29T22:35:33.120 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-29T22:35:33.179 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_2 2023-09-29T22:35:33.236 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-29T22:35:33.237 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T22:35:33.237 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 6h/6d Inode: 388954 Links: 1 2023-09-29T22:35:33.237 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T22:35:33.237 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T22:35:33.237 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-09-29 22:35:29.640205282 +0000 2023-09-29T22:35:33.237 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-09-29 22:31:35.643038126 +0000 2023-09-29T22:35:33.237 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-09-29 22:31:35.643038126 +0000 2023-09-29T22:35:33.237 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-09-29T22:35:33.237 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-29T22:35:33.303 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-09-29T22:35:33.303 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-09-29T22:35:33.303 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000289205 s, 1.8 MB/s 2023-09-29T22:35:33.304 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-29T22:35:33.363 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_3 2023-09-29T22:35:33.421 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-29T22:35:33.422 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T22:35:33.422 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 6h/6d Inode: 389014 Links: 1 2023-09-29T22:35:33.422 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T22:35:33.422 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T22:35:33.422 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-09-29 22:35:29.640205282 +0000 2023-09-29T22:35:33.422 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-09-29 22:31:36.142026935 +0000 2023-09-29T22:35:33.422 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-09-29 22:31:36.142026935 +0000 2023-09-29T22:35:33.422 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-09-29T22:35:33.423 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-29T22:35:33.489 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-09-29T22:35:33.489 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-09-29T22:35:33.489 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000281312 s, 1.8 MB/s 2023-09-29T22:35:33.489 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-29T22:35:33.548 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_4 2023-09-29T22:35:33.607 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-29T22:35:33.607 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T22:35:33.607 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 6h/6d Inode: 394013 Links: 1 2023-09-29T22:35:33.607 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T22:35:33.607 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T22:35:33.608 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-09-29 22:35:29.641205260 +0000 2023-09-29T22:35:33.608 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-09-29 22:31:36.646015632 +0000 2023-09-29T22:35:33.608 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-09-29 22:31:36.646015632 +0000 2023-09-29T22:35:33.608 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-09-29T22:35:33.608 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-29T22:35:33.674 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-09-29T22:35:33.674 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-09-29T22:35:33.674 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.00023433 s, 2.2 MB/s 2023-09-29T22:35:33.675 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-29T22:35:33.734 INFO:tasks.cephadm:Deploying osd.0 on smithi060 with /dev/vg_nvme/lv_4... 2023-09-29T22:35:33.735 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-29T22:35:34.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:32.861339+0000 mgr.smithi060.njrpah (mgr.14166) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:34.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:32.993287+0000 mon.smithi060 (mon.0) 206 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:34.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:32.993963+0000 mgr.smithi060.njrpah (mgr.14166) 42 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:35:34.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:33.015485+0000 mgr.smithi060.njrpah (mgr.14166) 43 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:35:34.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:33.044341+0000 mon.smithi060 (mon.0) 207 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:32.861339+0000 mgr.smithi060.njrpah (mgr.14166) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:32.993287+0000 mon.smithi060 (mon.0) 206 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:32.993963+0000 mgr.smithi060.njrpah (mgr.14166) 42 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:35:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:33.015485+0000 mgr.smithi060.njrpah (mgr.14166) 43 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:35:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:33.044341+0000 mon.smithi060 (mon.0) 207 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:35.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:34.861698+0000 mgr.smithi060.njrpah (mgr.14166) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:35.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:34.861698+0000 mgr.smithi060.njrpah (mgr.14166) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:38.115 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-29T22:35:38.115 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-29T22:35:38.115 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2023-09-29T22:35:38.115 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2023-09-29T22:35:38.116 INFO:teuthology.orchestra.run.smithi060.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00942351 s, 1.1 GB/s 2023-09-29T22:35:38.116 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2023-09-29T22:35:38.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:36.862254+0000 mgr.smithi060.njrpah (mgr.14166) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:38.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:37.018135+0000 mon.smithi060 (mon.0) 208 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:35:38.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:37.020781+0000 mon.smithi060 (mon.0) 209 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:35:38.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:36.862254+0000 mgr.smithi060.njrpah (mgr.14166) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:37.018135+0000 mon.smithi060 (mon.0) 208 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:35:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:37.020781+0000 mon.smithi060 (mon.0) 209 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:35:38.775 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi060:vg_nvme/lv_4 2023-09-29T22:35:39.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:38.392168+0000 mon.smithi060 (mon.0) 210 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:38.392754+0000 mgr.smithi060.njrpah (mgr.14166) 46 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:35:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:38.437410+0000 mon.smithi060 (mon.0) 211 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:38.442759+0000 mon.smithi060 (mon.0) 212 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:38.445932+0000 mgr.smithi060.njrpah (mgr.14166) 47 : cephadm [INF] Reconfiguring mon.smithi060 (unknown last config time)... 2023-09-29T22:35:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:38.446233+0000 mon.smithi060 (mon.0) 213 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:35:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:38.446998+0000 mon.smithi060 (mon.0) 214 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:35:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:38.447849+0000 mon.smithi060 (mon.0) 215 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:38.448765+0000 mgr.smithi060.njrpah (mgr.14166) 48 : cephadm [INF] Reconfiguring daemon mon.smithi060 on smithi060 2023-09-29T22:35:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:38.862536+0000 mgr.smithi060.njrpah (mgr.14166) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:38.392168+0000 mon.smithi060 (mon.0) 210 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:38.392754+0000 mgr.smithi060.njrpah (mgr.14166) 46 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:35:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:38.437410+0000 mon.smithi060 (mon.0) 211 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:38.442759+0000 mon.smithi060 (mon.0) 212 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:38.445932+0000 mgr.smithi060.njrpah (mgr.14166) 47 : cephadm [INF] Reconfiguring mon.smithi060 (unknown last config time)... 2023-09-29T22:35:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:38.446233+0000 mon.smithi060 (mon.0) 213 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:35:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:38.446998+0000 mon.smithi060 (mon.0) 214 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:35:39.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:38.447849+0000 mon.smithi060 (mon.0) 215 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:39.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:38.448765+0000 mgr.smithi060.njrpah (mgr.14166) 48 : cephadm [INF] Reconfiguring daemon mon.smithi060 on smithi060 2023-09-29T22:35:39.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:38.862536+0000 mgr.smithi060.njrpah (mgr.14166) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:40.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:39.389929+0000 mon.smithi060 (mon.0) 216 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:40.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:39.390493+0000 mgr.smithi060.njrpah (mgr.14166) 50 : cephadm [INF] Reconfiguring mgr.smithi060.njrpah (unknown last config time)... 2023-09-29T22:35:40.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:39.390772+0000 mon.smithi060 (mon.0) 217 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.njrpah", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:35:40.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:39.396019+0000 mon.smithi060 (mon.0) 218 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:35:40.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:39.397094+0000 mon.smithi060 (mon.0) 219 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:40.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:39.397854+0000 mgr.smithi060.njrpah (mgr.14166) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi060.njrpah on smithi060 2023-09-29T22:35:40.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:39.389929+0000 mon.smithi060 (mon.0) 216 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:40.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:39.390493+0000 mgr.smithi060.njrpah (mgr.14166) 50 : cephadm [INF] Reconfiguring mgr.smithi060.njrpah (unknown last config time)... 2023-09-29T22:35:40.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:39.390772+0000 mon.smithi060 (mon.0) 217 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.njrpah", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:35:40.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:39.396019+0000 mon.smithi060 (mon.0) 218 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:35:40.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:39.397094+0000 mon.smithi060 (mon.0) 219 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:40.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:39.397854+0000 mgr.smithi060.njrpah (mgr.14166) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi060.njrpah on smithi060 2023-09-29T22:35:41.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:40.464283+0000 mgr.smithi060.njrpah (mgr.14166) 52 : audit [DBG] from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:35:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:40.465293+0000 mon.smithi060 (mon.0) 220 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:35:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:40.467026+0000 mon.smithi060 (mon.0) 221 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:35:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:40.467692+0000 mon.smithi060 (mon.0) 222 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:40.548786+0000 mon.smithi060 (mon.0) 223 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:40.549437+0000 mgr.smithi060.njrpah (mgr.14166) 53 : cephadm [INF] Reconfiguring alertmanager.smithi060 (dependencies changed)... 2023-09-29T22:35:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:40.552107+0000 mgr.smithi060.njrpah (mgr.14166) 54 : cephadm [INF] Reconfiguring daemon alertmanager.smithi060 on smithi060 2023-09-29T22:35:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:40.862904+0000 mgr.smithi060.njrpah (mgr.14166) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:40.464283+0000 mgr.smithi060.njrpah (mgr.14166) 52 : audit [DBG] from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:35:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:40.465293+0000 mon.smithi060 (mon.0) 220 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:35:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:40.467026+0000 mon.smithi060 (mon.0) 221 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:35:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:40.467692+0000 mon.smithi060 (mon.0) 222 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:40.548786+0000 mon.smithi060 (mon.0) 223 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:40.549437+0000 mgr.smithi060.njrpah (mgr.14166) 53 : cephadm [INF] Reconfiguring alertmanager.smithi060 (dependencies changed)... 2023-09-29T22:35:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:40.552107+0000 mgr.smithi060.njrpah (mgr.14166) 54 : cephadm [INF] Reconfiguring daemon alertmanager.smithi060 on smithi060 2023-09-29T22:35:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:40.862904+0000 mgr.smithi060.njrpah (mgr.14166) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:43.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:42.863336+0000 mgr.smithi060.njrpah (mgr.14166) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:43.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:42.863336+0000 mgr.smithi060.njrpah (mgr.14166) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:44.103003+0000 mon.smithi060 (mon.0) 224 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:44.103704+0000 mgr.smithi060.njrpah (mgr.14166) 57 : cephadm [INF] Reconfiguring crash.smithi060 (monmap changed)... 2023-09-29T22:35:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:44.104030+0000 mon.smithi060 (mon.0) 225 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:35:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:44.104878+0000 mon.smithi060 (mon.0) 226 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:44.105526+0000 mgr.smithi060.njrpah (mgr.14166) 58 : cephadm [INF] Reconfiguring daemon crash.smithi060 on smithi060 2023-09-29T22:35:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:44.863612+0000 mgr.smithi060.njrpah (mgr.14166) 59 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:44.954248+0000 mon.smithi060 (mon.0) 227 : audit [INF] from='client.? 172.21.15.60:0/4120760659' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5efc5ff9-d08f-45f9-bb37-5f54733d731b"}]: dispatch 2023-09-29T22:35:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:44.958167+0000 mon.smithi060 (mon.0) 228 : audit [INF] from='client.? 172.21.15.60:0/4120760659' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5efc5ff9-d08f-45f9-bb37-5f54733d731b"}]': finished 2023-09-29T22:35:45.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:44.958234+0000 mon.smithi060 (mon.0) 229 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-09-29T22:35:45.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:44.958349+0000 mon.smithi060 (mon.0) 230 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:35:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:44.103003+0000 mon.smithi060 (mon.0) 224 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:44.103704+0000 mgr.smithi060.njrpah (mgr.14166) 57 : cephadm [INF] Reconfiguring crash.smithi060 (monmap changed)... 2023-09-29T22:35:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:44.104030+0000 mon.smithi060 (mon.0) 225 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:35:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:44.104878+0000 mon.smithi060 (mon.0) 226 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:44.105526+0000 mgr.smithi060.njrpah (mgr.14166) 58 : cephadm [INF] Reconfiguring daemon crash.smithi060 on smithi060 2023-09-29T22:35:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:44.863612+0000 mgr.smithi060.njrpah (mgr.14166) 59 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:44.954248+0000 mon.smithi060 (mon.0) 227 : audit [INF] from='client.? 172.21.15.60:0/4120760659' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5efc5ff9-d08f-45f9-bb37-5f54733d731b"}]: dispatch 2023-09-29T22:35:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:44.958167+0000 mon.smithi060 (mon.0) 228 : audit [INF] from='client.? 172.21.15.60:0/4120760659' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5efc5ff9-d08f-45f9-bb37-5f54733d731b"}]': finished 2023-09-29T22:35:45.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:44.958234+0000 mon.smithi060 (mon.0) 229 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-09-29T22:35:45.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:44.958349+0000 mon.smithi060 (mon.0) 230 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:35:46.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:45.416517+0000 mon.smithi060 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.60:0/3087238574' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:35:46.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:45.416517+0000 mon.smithi060 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.60:0/3087238574' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:35:47.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:46.863938+0000 mgr.smithi060.njrpah (mgr.14166) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:47.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:46.863938+0000 mgr.smithi060.njrpah (mgr.14166) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:50.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:48.864283+0000 mgr.smithi060.njrpah (mgr.14166) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:50.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:49.127947+0000 mon.smithi060 (mon.0) 232 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:50.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:49 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:48.864283+0000 mgr.smithi060.njrpah (mgr.14166) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:50.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:49 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:49.127947+0000 mon.smithi060 (mon.0) 232 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:51.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:49.128566+0000 mgr.smithi060.njrpah (mgr.14166) 62 : cephadm [INF] Reconfiguring grafana.smithi060 (dependencies changed)... 2023-09-29T22:35:51.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:49.133001+0000 mgr.smithi060.njrpah (mgr.14166) 63 : cephadm [INF] Reconfiguring daemon grafana.smithi060 on smithi060 2023-09-29T22:35:51.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:50.411479+0000 mon.smithi060 (mon.0) 233 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T22:35:51.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:50.412438+0000 mon.smithi060 (mon.0) 234 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:51.354 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:49.128566+0000 mgr.smithi060.njrpah (mgr.14166) 62 : cephadm [INF] Reconfiguring grafana.smithi060 (dependencies changed)... 2023-09-29T22:35:51.354 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:49.133001+0000 mgr.smithi060.njrpah (mgr.14166) 63 : cephadm [INF] Reconfiguring daemon grafana.smithi060 on smithi060 2023-09-29T22:35:51.354 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:50.411479+0000 mon.smithi060 (mon.0) 233 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T22:35:51.354 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:50.412438+0000 mon.smithi060 (mon.0) 234 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:52.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:50.413141+0000 mgr.smithi060.njrpah (mgr.14166) 64 : cephadm [INF] Deploying daemon osd.0 on smithi060 2023-09-29T22:35:52.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:50.864628+0000 mgr.smithi060.njrpah (mgr.14166) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:52.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:50.413141+0000 mgr.smithi060.njrpah (mgr.14166) 64 : cephadm [INF] Deploying daemon osd.0 on smithi060 2023-09-29T22:35:52.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:50.864628+0000 mgr.smithi060.njrpah (mgr.14166) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:53.862 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:52.639808+0000 mon.smithi060 (mon.0) 235 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:53.862 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:52.640651+0000 mgr.smithi060.njrpah (mgr.14166) 66 : cephadm [INF] Reconfiguring prometheus.smithi060 (dependencies changed)... 2023-09-29T22:35:53.862 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:52.642933+0000 mgr.smithi060.njrpah (mgr.14166) 67 : cephadm [INF] Reconfiguring daemon prometheus.smithi060 on smithi060 2023-09-29T22:35:53.862 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:52.864843+0000 mgr.smithi060.njrpah (mgr.14166) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:54.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:52.639808+0000 mon.smithi060 (mon.0) 235 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:54.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:52.640651+0000 mgr.smithi060.njrpah (mgr.14166) 66 : cephadm [INF] Reconfiguring prometheus.smithi060 (dependencies changed)... 2023-09-29T22:35:54.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:52.642933+0000 mgr.smithi060.njrpah (mgr.14166) 67 : cephadm [INF] Reconfiguring daemon prometheus.smithi060 on smithi060 2023-09-29T22:35:54.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:52.864843+0000 mgr.smithi060.njrpah (mgr.14166) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:54.971 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 0 on host 'smithi060' 2023-09-29T22:35:55.400 DEBUG:teuthology.orchestra.run.smithi060:osd.0> sudo journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.0.service 2023-09-29T22:35:55.402 INFO:tasks.cephadm:Deploying osd.1 on smithi060 with /dev/vg_nvme/lv_3... 2023-09-29T22:35:55.402 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-29T22:35:55.439 INFO:journalctl@ceph.osd.0.smithi060.stdout:-- Logs begin at Fri 2023-09-29 22:24:05 UTC. -- 2023-09-29T22:35:55.627 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:35:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.0[118658]: debug 2023-09-29T22:35:55.438+0000 7f031b2c3080 -1 Falling back to public interface 2023-09-29T22:35:56.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:54.865079+0000 mgr.smithi060.njrpah (mgr.14166) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:56.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:54.964777+0000 mon.smithi060 (mon.0) 236 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:56.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:54.968750+0000 mon.smithi060 (mon.0) 237 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:56.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:54.865079+0000 mgr.smithi060.njrpah (mgr.14166) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:56.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:54.964777+0000 mon.smithi060 (mon.0) 236 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:56.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:54.968750+0000 mon.smithi060 (mon.0) 237 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:57.875 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-29T22:35:57.876 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-29T22:35:57.876 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2023-09-29T22:35:57.876 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2023-09-29T22:35:57.876 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0101936 s, 1.0 GB/s 2023-09-29T22:35:57.876 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2023-09-29T22:35:58.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:56.865328+0000 mgr.smithi060.njrpah (mgr.14166) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:58.291 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi060:vg_nvme/lv_3 2023-09-29T22:35:58.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:56.865328+0000 mgr.smithi060.njrpah (mgr.14166) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:58.438 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:35:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.0[118658]: debug 2023-09-29T22:35:58.178+0000 7f031b2c3080 -1 osd.0 0 log_to_monitors {default=true} 2023-09-29T22:35:59.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:58.057037+0000 mon.smithi060 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:59.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:58.057593+0000 mgr.smithi060.njrpah (mgr.14166) 71 : cephadm [INF] Reconfiguring crash.smithi163 (monmap changed)... 2023-09-29T22:35:59.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:58.057851+0000 mon.smithi060 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:35:59.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:58.058606+0000 mon.smithi060 (mon.0) 240 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:59.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:58.059204+0000 mgr.smithi060.njrpah (mgr.14166) 72 : cephadm [INF] Reconfiguring daemon crash.smithi163 on smithi163 2023-09-29T22:35:59.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:58.184383+0000 mon.smithi060 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/376197789,v1:172.21.15.60:6803/376197789]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-29T22:35:59.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:58.865620+0000 mgr.smithi060.njrpah (mgr.14166) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:59.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:58.921951+0000 mon.smithi060 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:59.119 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:58.922674+0000 mgr.smithi060.njrpah (mgr.14166) 74 : cephadm [INF] Reconfiguring mgr.smithi163.bpdfjr (monmap changed)... 2023-09-29T22:35:59.119 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:58.923071+0000 mon.smithi060 (mon.0) 243 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.bpdfjr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:35:59.119 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:58.924202+0000 mon.smithi060 (mon.0) 244 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:35:59.119 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:58.925063+0000 mon.smithi060 (mon.0) 245 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:59.119 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:35:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:58.926068+0000 mgr.smithi060.njrpah (mgr.14166) 75 : cephadm [INF] Reconfiguring daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:35:59.398 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:58.057037+0000 mon.smithi060 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:59.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:58.057593+0000 mgr.smithi060.njrpah (mgr.14166) 71 : cephadm [INF] Reconfiguring crash.smithi163 (monmap changed)... 2023-09-29T22:35:59.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:58.057851+0000 mon.smithi060 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:35:59.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:58.058606+0000 mon.smithi060 (mon.0) 240 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:59.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:58.059204+0000 mgr.smithi060.njrpah (mgr.14166) 72 : cephadm [INF] Reconfiguring daemon crash.smithi163 on smithi163 2023-09-29T22:35:59.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:58.184383+0000 mon.smithi060 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/376197789,v1:172.21.15.60:6803/376197789]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-29T22:35:59.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:58.865620+0000 mgr.smithi060.njrpah (mgr.14166) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:35:59.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:58.921951+0000 mon.smithi060 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:35:59.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:58.922674+0000 mgr.smithi060.njrpah (mgr.14166) 74 : cephadm [INF] Reconfiguring mgr.smithi163.bpdfjr (monmap changed)... 2023-09-29T22:35:59.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:58.923071+0000 mon.smithi060 (mon.0) 243 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.bpdfjr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:35:59.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:58.924202+0000 mon.smithi060 (mon.0) 244 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:35:59.400 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:58.925063+0000 mon.smithi060 (mon.0) 245 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:35:59.400 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:35:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:58.926068+0000 mgr.smithi060.njrpah (mgr.14166) 75 : cephadm [INF] Reconfiguring daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:36:00.393 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.063045+0000 mon.smithi060 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/376197789,v1:172.21.15.60:6803/376197789]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-29T22:36:00.393 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:59.063151+0000 mon.smithi060 (mon.0) 247 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-09-29T22:36:00.394 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.063525+0000 mon.smithi060 (mon.0) 248 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:36:00.394 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.064248+0000 mon.smithi060 (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/376197789,v1:172.21.15.60:6803/376197789]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:36:00.394 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.725911+0000 mgr.smithi060.njrpah (mgr.14166) 76 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:36:00.394 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.726795+0000 mon.smithi060 (mon.0) 250 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:36:00.394 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.728346+0000 mon.smithi060 (mon.0) 251 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:36:00.394 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.728919+0000 mon.smithi060 (mon.0) 252 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:00.394 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.795199+0000 mon.smithi060 (mon.0) 253 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:00.394 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:59.795732+0000 mgr.smithi060.njrpah (mgr.14166) 77 : cephadm [INF] Reconfiguring mon.smithi163 (monmap changed)... 2023-09-29T22:36:00.394 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.795961+0000 mon.smithi060 (mon.0) 254 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:36:00.394 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.796581+0000 mon.smithi060 (mon.0) 255 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:36:00.395 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:35:59.797181+0000 mon.smithi060 (mon.0) 256 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:00.395 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:35:59.797698+0000 mgr.smithi060.njrpah (mgr.14166) 78 : cephadm [INF] Reconfiguring daemon mon.smithi163 on smithi163 2023-09-29T22:36:00.403 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.0[118658]: debug 2023-09-29T22:36:00.066+0000 7f0311826700 -1 osd.0 0 waiting for initial osdmap 2023-09-29T22:36:00.404 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.0[118658]: debug 2023-09-29T22:36:00.070+0000 7f030bf9e700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-29T22:36:00.404 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.063045+0000 mon.smithi060 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/376197789,v1:172.21.15.60:6803/376197789]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-29T22:36:00.404 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:59.063151+0000 mon.smithi060 (mon.0) 247 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-09-29T22:36:00.404 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.063525+0000 mon.smithi060 (mon.0) 248 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:36:00.404 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.064248+0000 mon.smithi060 (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/376197789,v1:172.21.15.60:6803/376197789]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:36:00.404 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.725911+0000 mgr.smithi060.njrpah (mgr.14166) 76 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:36:00.404 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.726795+0000 mon.smithi060 (mon.0) 250 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:36:00.404 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.728346+0000 mon.smithi060 (mon.0) 251 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:36:00.404 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.728919+0000 mon.smithi060 (mon.0) 252 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:00.405 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.795199+0000 mon.smithi060 (mon.0) 253 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:00.405 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:59.795732+0000 mgr.smithi060.njrpah (mgr.14166) 77 : cephadm [INF] Reconfiguring mon.smithi163 (monmap changed)... 2023-09-29T22:36:00.405 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.795961+0000 mon.smithi060 (mon.0) 254 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:36:00.405 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.796581+0000 mon.smithi060 (mon.0) 255 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:36:00.405 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:35:59.797181+0000 mon.smithi060 (mon.0) 256 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:00.405 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:35:59.797698+0000 mgr.smithi060.njrpah (mgr.14166) 78 : cephadm [INF] Reconfiguring daemon mon.smithi163 on smithi163 2023-09-29T22:36:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:00.063450+0000 mon.smithi060 (mon.0) 257 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/376197789,v1:172.21.15.60:6803/376197789]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-29T22:36:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:00.063523+0000 mon.smithi060 (mon.0) 258 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-09-29T22:36:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:00.064034+0000 mon.smithi060 (mon.0) 259 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:36:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:00.067794+0000 mon.smithi060 (mon.0) 260 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:36:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:00.636256+0000 mon.smithi060 (mon.0) 261 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:00.639624+0000 mon.smithi060 (mon.0) 262 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T22:36:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:00.640014+0000 mgr.smithi060.njrpah (mgr.14166) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T22:36:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:00.865927+0000 mgr.smithi060.njrpah (mgr.14166) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:36:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:01.067317+0000 mon.smithi060 (mon.0) 263 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:36:01.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:00.063450+0000 mon.smithi060 (mon.0) 257 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/376197789,v1:172.21.15.60:6803/376197789]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-29T22:36:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:00.063523+0000 mon.smithi060 (mon.0) 258 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-09-29T22:36:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:00.064034+0000 mon.smithi060 (mon.0) 259 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:36:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:00.067794+0000 mon.smithi060 (mon.0) 260 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:36:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:00.636256+0000 mon.smithi060 (mon.0) 261 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:00.639624+0000 mon.smithi060 (mon.0) 262 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T22:36:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:00.640014+0000 mgr.smithi060.njrpah (mgr.14166) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T22:36:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:00.865927+0000 mgr.smithi060.njrpah (mgr.14166) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T22:36:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:01.067317+0000 mon.smithi060 (mon.0) 263 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:36:02.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:59.138411+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:36:02.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:35:59.138547+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:36:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:01.074241+0000 mon.smithi060 (mon.0) 264 : cluster [INF] osd.0 [v2:172.21.15.60:6802/376197789,v1:172.21.15.60:6803/376197789] boot 2023-09-29T22:36:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:01.074273+0000 mon.smithi060 (mon.0) 265 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-09-29T22:36:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:01.074705+0000 mon.smithi060 (mon.0) 266 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:36:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:01.531248+0000 mon.smithi060 (mon.0) 267 : audit [INF] from='client.? 172.21.15.60:0/784275011' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cba3c5e0-acab-48f5-bcec-3e76a9dcdfa1"}]: dispatch 2023-09-29T22:36:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:01.534889+0000 mon.smithi060 (mon.0) 268 : audit [INF] from='client.? 172.21.15.60:0/784275011' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cba3c5e0-acab-48f5-bcec-3e76a9dcdfa1"}]': finished 2023-09-29T22:36:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:01.534944+0000 mon.smithi060 (mon.0) 269 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-09-29T22:36:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:01.535041+0000 mon.smithi060 (mon.0) 270 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:01.989468+0000 mon.smithi060 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.60:0/3614663540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:36:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:59.138411+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:36:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:35:59.138547+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:36:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:01.074241+0000 mon.smithi060 (mon.0) 264 : cluster [INF] osd.0 [v2:172.21.15.60:6802/376197789,v1:172.21.15.60:6803/376197789] boot 2023-09-29T22:36:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:01.074273+0000 mon.smithi060 (mon.0) 265 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-09-29T22:36:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:01.074705+0000 mon.smithi060 (mon.0) 266 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:36:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:01.531248+0000 mon.smithi060 (mon.0) 267 : audit [INF] from='client.? 172.21.15.60:0/784275011' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cba3c5e0-acab-48f5-bcec-3e76a9dcdfa1"}]: dispatch 2023-09-29T22:36:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:01.534889+0000 mon.smithi060 (mon.0) 268 : audit [INF] from='client.? 172.21.15.60:0/784275011' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cba3c5e0-acab-48f5-bcec-3e76a9dcdfa1"}]': finished 2023-09-29T22:36:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:01.534944+0000 mon.smithi060 (mon.0) 269 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-09-29T22:36:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:01.535041+0000 mon.smithi060 (mon.0) 270 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:02.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:01.989468+0000 mon.smithi060 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.60:0/3614663540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:36:03.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:02.866244+0000 mgr.smithi060.njrpah (mgr.14166) 81 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:03 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:02.866244+0000 mgr.smithi060.njrpah (mgr.14166) 81 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:06.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:04.866493+0000 mgr.smithi060.njrpah (mgr.14166) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:04.866493+0000 mgr.smithi060.njrpah (mgr.14166) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:07.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:06.432217+0000 mon.smithi060 (mon.0) 272 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T22:36:07.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:06.433069+0000 mon.smithi060 (mon.0) 273 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:06.432217+0000 mon.smithi060 (mon.0) 272 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T22:36:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:06.433069+0000 mon.smithi060 (mon.0) 273 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:08.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:06.433810+0000 mgr.smithi060.njrpah (mgr.14166) 83 : cephadm [INF] Deploying daemon osd.1 on smithi060 2023-09-29T22:36:08.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:06.866786+0000 mgr.smithi060.njrpah (mgr.14166) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:08.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:06.433810+0000 mgr.smithi060.njrpah (mgr.14166) 83 : cephadm [INF] Deploying daemon osd.1 on smithi060 2023-09-29T22:36:08.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:06.866786+0000 mgr.smithi060.njrpah (mgr.14166) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:09.018 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 1 on host 'smithi060' 2023-09-29T22:36:09.623 DEBUG:teuthology.orchestra.run.smithi060:osd.1> sudo journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.1.service 2023-09-29T22:36:09.625 INFO:tasks.cephadm:Deploying osd.2 on smithi060 with /dev/vg_nvme/lv_2... 2023-09-29T22:36:09.625 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-29T22:36:09.663 INFO:journalctl@ceph.osd.1.smithi060.stdout:-- Logs begin at Fri 2023-09-29 22:24:05 UTC. -- 2023-09-29T22:36:10.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:08.867102+0000 mgr.smithi060.njrpah (mgr.14166) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:10.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.011505+0000 mon.smithi060 (mon.0) 274 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:10.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.015808+0000 mon.smithi060 (mon.0) 275 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:10.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.022202+0000 mon.smithi060 (mon.0) 276 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.60:9093"}]: dispatch 2023-09-29T22:36:10.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.022713+0000 mgr.smithi060.njrpah (mgr.14166) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.60:9093"}]: dispatch 2023-09-29T22:36:10.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.032823+0000 mon.smithi060 (mon.0) 277 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:10.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.035825+0000 mon.smithi060 (mon.0) 278 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T22:36:10.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.036256+0000 mgr.smithi060.njrpah (mgr.14166) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T22:36:10.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.041684+0000 mon.smithi060 (mon.0) 279 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.60:3000"}]: dispatch 2023-09-29T22:36:10.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.046208+0000 mon.smithi060 (mon.0) 280 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:10.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.050010+0000 mon.smithi060 (mon.0) 281 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:36:10.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.054965+0000 mon.smithi060 (mon.0) 282 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.60:9095"}]: dispatch 2023-09-29T22:36:10.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.059011+0000 mon.smithi060 (mon.0) 283 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:10.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.061419+0000 mon.smithi060 (mon.0) 284 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:10.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.062445+0000 mon.smithi060 (mon.0) 285 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:10.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.063211+0000 mon.smithi060 (mon.0) 286 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:10.394 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:08.867102+0000 mgr.smithi060.njrpah (mgr.14166) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:10.394 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.011505+0000 mon.smithi060 (mon.0) 274 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:10.394 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.015808+0000 mon.smithi060 (mon.0) 275 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:10.394 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.022202+0000 mon.smithi060 (mon.0) 276 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.60:9093"}]: dispatch 2023-09-29T22:36:10.394 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.022713+0000 mgr.smithi060.njrpah (mgr.14166) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.60:9093"}]: dispatch 2023-09-29T22:36:10.394 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.032823+0000 mon.smithi060 (mon.0) 277 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:10.394 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.035825+0000 mon.smithi060 (mon.0) 278 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T22:36:10.394 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.036256+0000 mgr.smithi060.njrpah (mgr.14166) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T22:36:10.394 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.041684+0000 mon.smithi060 (mon.0) 279 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.60:3000"}]: dispatch 2023-09-29T22:36:10.395 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.046208+0000 mon.smithi060 (mon.0) 280 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:10.395 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.050010+0000 mon.smithi060 (mon.0) 281 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:36:10.395 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.054965+0000 mon.smithi060 (mon.0) 282 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.60:9095"}]: dispatch 2023-09-29T22:36:10.395 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.059011+0000 mon.smithi060 (mon.0) 283 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:10.395 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.061419+0000 mon.smithi060 (mon.0) 284 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:10.395 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.062445+0000 mon.smithi060 (mon.0) 285 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:10.395 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.063211+0000 mon.smithi060 (mon.0) 286 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:11.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.041997+0000 mgr.smithi060.njrpah (mgr.14166) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.60:3000"}]: dispatch 2023-09-29T22:36:11.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.050397+0000 mgr.smithi060.njrpah (mgr.14166) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:36:11.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:09.055273+0000 mgr.smithi060.njrpah (mgr.14166) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.60:9095"}]: dispatch 2023-09-29T22:36:11.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:10.166867+0000 mon.smithi060 (mon.0) 287 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:11.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.041997+0000 mgr.smithi060.njrpah (mgr.14166) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.60:3000"}]: dispatch 2023-09-29T22:36:11.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.050397+0000 mgr.smithi060.njrpah (mgr.14166) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:36:11.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:09.055273+0000 mgr.smithi060.njrpah (mgr.14166) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.60:9095"}]: dispatch 2023-09-29T22:36:11.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:10.166867+0000 mon.smithi060 (mon.0) 287 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:11.431 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-29T22:36:11.431 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-29T22:36:11.431 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2023-09-29T22:36:11.431 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2023-09-29T22:36:11.431 INFO:teuthology.orchestra.run.smithi060.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0101624 s, 1.0 GB/s 2023-09-29T22:36:11.431 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2023-09-29T22:36:12.036 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi060:vg_nvme/lv_2 2023-09-29T22:36:12.235 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:10.867384+0000 mgr.smithi060.njrpah (mgr.14166) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:12.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:10.867384+0000 mgr.smithi060.njrpah (mgr.14166) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:12.446 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:36:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.1[121304]: debug 2023-09-29T22:36:12.225+0000 7f736dc6a080 -1 osd.1 0 log_to_monitors {default=true} 2023-09-29T22:36:13.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:12.229677+0000 mon.smithi060 (mon.0) 288 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/1251934055,v1:172.21.15.60:6811/1251934055]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-29T22:36:13.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:12.867668+0000 mgr.smithi060.njrpah (mgr.14166) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:13.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:13.154638+0000 mon.smithi060 (mon.0) 289 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:13.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:12.229677+0000 mon.smithi060 (mon.0) 288 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/1251934055,v1:172.21.15.60:6811/1251934055]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-29T22:36:13.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:12.867668+0000 mgr.smithi060.njrpah (mgr.14166) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:13.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:13.154638+0000 mon.smithi060 (mon.0) 289 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:14.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:13.163646+0000 mon.smithi060 (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/1251934055,v1:172.21.15.60:6811/1251934055]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-29T22:36:14.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:13.163722+0000 mon.smithi060 (mon.0) 291 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-09-29T22:36:14.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:13.163836+0000 mon.smithi060 (mon.0) 292 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:14.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:13.164270+0000 mon.smithi060 (mon.0) 293 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/1251934055,v1:172.21.15.60:6811/1251934055]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:36:14.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:13.845753+0000 mgr.smithi060.njrpah (mgr.14166) 93 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:36:14.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:13.846610+0000 mon.smithi060 (mon.0) 294 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:36:14.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:13.848150+0000 mon.smithi060 (mon.0) 295 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:36:14.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:13.848717+0000 mon.smithi060 (mon.0) 296 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:14.277 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:36:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.1[121304]: debug 2023-09-29T22:36:14.167+0000 7f73641cd700 -1 osd.1 0 waiting for initial osdmap 2023-09-29T22:36:14.277 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:36:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.1[121304]: debug 2023-09-29T22:36:14.171+0000 7f735c941700 -1 osd.1 12 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-29T22:36:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:13.163646+0000 mon.smithi060 (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/1251934055,v1:172.21.15.60:6811/1251934055]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-29T22:36:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:13.163722+0000 mon.smithi060 (mon.0) 291 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-09-29T22:36:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:13.163836+0000 mon.smithi060 (mon.0) 292 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:13.164270+0000 mon.smithi060 (mon.0) 293 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/1251934055,v1:172.21.15.60:6811/1251934055]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:36:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:13.845753+0000 mgr.smithi060.njrpah (mgr.14166) 93 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:36:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:13.846610+0000 mon.smithi060 (mon.0) 294 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:36:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:13.848150+0000 mon.smithi060 (mon.0) 295 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:36:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:13.848717+0000 mon.smithi060 (mon.0) 296 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:15.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:14.164778+0000 mon.smithi060 (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/1251934055,v1:172.21.15.60:6811/1251934055]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-29T22:36:15.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:14.164850+0000 mon.smithi060 (mon.0) 298 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-09-29T22:36:15.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:14.165282+0000 mon.smithi060 (mon.0) 299 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:15.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:14.169175+0000 mon.smithi060 (mon.0) 300 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:15.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:14.867965+0000 mgr.smithi060.njrpah (mgr.14166) 94 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:15.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:14.164778+0000 mon.smithi060 (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.60:6810/1251934055,v1:172.21.15.60:6811/1251934055]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-29T22:36:15.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:14.164850+0000 mon.smithi060 (mon.0) 298 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-09-29T22:36:15.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:14.165282+0000 mon.smithi060 (mon.0) 299 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:15.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:14.169175+0000 mon.smithi060 (mon.0) 300 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:15.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:14.867965+0000 mgr.smithi060.njrpah (mgr.14166) 94 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T22:36:16.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:13.247489+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:13.247592+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:15.171037+0000 mon.smithi060 (mon.0) 301 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:15.176377+0000 mon.smithi060 (mon.0) 302 : cluster [INF] osd.1 [v2:172.21.15.60:6810/1251934055,v1:172.21.15.60:6811/1251934055] boot 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:15.176422+0000 mon.smithi060 (mon.0) 303 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:15.177009+0000 mon.smithi060 (mon.0) 304 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:15.809068+0000 mgr.smithi060.njrpah (mgr.14166) 95 : cephadm [INF] Detected new or changed devices on smithi060 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:15.814464+0000 mon.smithi060 (mon.0) 305 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.103148+0000 mon.smithi060 (mon.0) 306 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.103868+0000 mon.smithi060 (mon.0) 307 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.108184+0000 mon.smithi060 (mon.0) 308 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:16.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.111781+0000 mon.smithi060 (mon.0) 309 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:16.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.115057+0000 mon.smithi060 (mon.0) 310 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:16.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.116073+0000 mon.smithi060 (mon.0) 311 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:16.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.116678+0000 mon.smithi060 (mon.0) 312 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:16.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:13.247489+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:36:16.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:13.247592+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:36:16.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:15.171037+0000 mon.smithi060 (mon.0) 301 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:16.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:15.176377+0000 mon.smithi060 (mon.0) 302 : cluster [INF] osd.1 [v2:172.21.15.60:6810/1251934055,v1:172.21.15.60:6811/1251934055] boot 2023-09-29T22:36:16.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:15.176422+0000 mon.smithi060 (mon.0) 303 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-09-29T22:36:16.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:15.177009+0000 mon.smithi060 (mon.0) 304 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:36:16.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:15.809068+0000 mgr.smithi060.njrpah (mgr.14166) 95 : cephadm [INF] Detected new or changed devices on smithi060 2023-09-29T22:36:16.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:15.814464+0000 mon.smithi060 (mon.0) 305 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:16.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.103148+0000 mon.smithi060 (mon.0) 306 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:16.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.103868+0000 mon.smithi060 (mon.0) 307 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:16.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.108184+0000 mon.smithi060 (mon.0) 308 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:16.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.111781+0000 mon.smithi060 (mon.0) 309 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:16.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.115057+0000 mon.smithi060 (mon.0) 310 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:16.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.116073+0000 mon.smithi060 (mon.0) 311 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:16.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.116678+0000 mon.smithi060 (mon.0) 312 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:17.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:16.104387+0000 mgr.smithi060.njrpah (mgr.14166) 96 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 6447M 2023-09-29T22:36:17.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.471977+0000 mon.smithi060 (mon.0) 313 : audit [INF] from='client.? 172.21.15.60:0/3590797313' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "547ab510-ef56-4799-95c6-5eb34b5dc089"}]: dispatch 2023-09-29T22:36:17.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.475868+0000 mon.smithi060 (mon.0) 314 : audit [INF] from='client.? 172.21.15.60:0/3590797313' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "547ab510-ef56-4799-95c6-5eb34b5dc089"}]': finished 2023-09-29T22:36:17.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:16.475905+0000 mon.smithi060 (mon.0) 315 : cluster [DBG] osdmap e14: 3 total, 2 up, 3 in 2023-09-29T22:36:17.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.475995+0000 mon.smithi060 (mon.0) 316 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:17.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:16.868253+0000 mgr.smithi060.njrpah (mgr.14166) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:17.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:16.934397+0000 mon.smithi060 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.60:0/1113212989' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:36:17.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:16.104387+0000 mgr.smithi060.njrpah (mgr.14166) 96 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 6447M 2023-09-29T22:36:17.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.471977+0000 mon.smithi060 (mon.0) 313 : audit [INF] from='client.? 172.21.15.60:0/3590797313' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "547ab510-ef56-4799-95c6-5eb34b5dc089"}]: dispatch 2023-09-29T22:36:17.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.475868+0000 mon.smithi060 (mon.0) 314 : audit [INF] from='client.? 172.21.15.60:0/3590797313' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "547ab510-ef56-4799-95c6-5eb34b5dc089"}]': finished 2023-09-29T22:36:17.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:16.475905+0000 mon.smithi060 (mon.0) 315 : cluster [DBG] osdmap e14: 3 total, 2 up, 3 in 2023-09-29T22:36:17.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.475995+0000 mon.smithi060 (mon.0) 316 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:17.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:16.868253+0000 mgr.smithi060.njrpah (mgr.14166) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:17.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:16.934397+0000 mon.smithi060 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.60:0/1113212989' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:36:18.426 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:17.215823+0000 mon.smithi060 (mon.0) 318 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:18.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:17.215823+0000 mon.smithi060 (mon.0) 318 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:20.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:18.828421+0000 mon.smithi060 (mon.0) 319 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:20.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:18.868546+0000 mgr.smithi060.njrpah (mgr.14166) 98 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:20.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:18.828421+0000 mon.smithi060 (mon.0) 319 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:20.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:18.868546+0000 mgr.smithi060.njrpah (mgr.14166) 98 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:20.868864+0000 mgr.smithi060.njrpah (mgr.14166) 99 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:21.824368+0000 mon.smithi060 (mon.0) 320 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:21.828456+0000 mon.smithi060 (mon.0) 321 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:22.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:20.868864+0000 mgr.smithi060.njrpah (mgr.14166) 99 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:22.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:21.824368+0000 mon.smithi060 (mon.0) 320 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:22.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:21.828456+0000 mon.smithi060 (mon.0) 321 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:23.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:21.819288+0000 mgr.smithi060.njrpah (mgr.14166) 100 : cephadm [INF] Detected new or changed devices on smithi060 2023-09-29T22:36:23.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:22.739895+0000 mon.smithi060 (mon.0) 322 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T22:36:23.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:22.740754+0000 mon.smithi060 (mon.0) 323 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:23.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:21.819288+0000 mgr.smithi060.njrpah (mgr.14166) 100 : cephadm [INF] Detected new or changed devices on smithi060 2023-09-29T22:36:23.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:22.739895+0000 mon.smithi060 (mon.0) 322 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T22:36:23.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:22.740754+0000 mon.smithi060 (mon.0) 323 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:24.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:22.741412+0000 mgr.smithi060.njrpah (mgr.14166) 101 : cephadm [INF] Deploying daemon osd.2 on smithi060 2023-09-29T22:36:24.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:22.869160+0000 mgr.smithi060.njrpah (mgr.14166) 102 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:24.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:22.741412+0000 mgr.smithi060.njrpah (mgr.14166) 101 : cephadm [INF] Deploying daemon osd.2 on smithi060 2023-09-29T22:36:24.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:22.869160+0000 mgr.smithi060.njrpah (mgr.14166) 102 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:25.270 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 2 on host 'smithi060' 2023-09-29T22:36:25.612 DEBUG:teuthology.orchestra.run.smithi060:osd.2> sudo journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.2.service 2023-09-29T22:36:25.615 INFO:tasks.cephadm:Deploying osd.3 on smithi060 with /dev/vg_nvme/lv_1... 2023-09-29T22:36:25.615 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-29T22:36:25.653 INFO:journalctl@ceph.osd.2.smithi060.stdout:-- Logs begin at Fri 2023-09-29 22:24:05 UTC. -- 2023-09-29T22:36:25.928 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:36:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.2[125165]: debug 2023-09-29T22:36:25.723+0000 7f5f2f8d0080 -1 Falling back to public interface 2023-09-29T22:36:26.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:24.869660+0000 mgr.smithi060.njrpah (mgr.14166) 103 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:26.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:25.257153+0000 mon.smithi060 (mon.0) 324 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:26.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:25.258952+0000 mon.smithi060 (mon.0) 325 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:26.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:25.261491+0000 mon.smithi060 (mon.0) 326 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:26.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:25.261722+0000 mon.smithi060 (mon.0) 327 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:26.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:25.266666+0000 mon.smithi060 (mon.0) 328 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:26.202 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:24.869660+0000 mgr.smithi060.njrpah (mgr.14166) 103 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:26.202 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:25.257153+0000 mon.smithi060 (mon.0) 324 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:26.202 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:25.258952+0000 mon.smithi060 (mon.0) 325 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:26.202 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:25.261491+0000 mon.smithi060 (mon.0) 326 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:26.203 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:25.261722+0000 mon.smithi060 (mon.0) 327 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:26.203 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:25.266666+0000 mon.smithi060 (mon.0) 328 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:27.448 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-29T22:36:27.449 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-29T22:36:27.449 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2023-09-29T22:36:27.449 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2023-09-29T22:36:27.449 INFO:teuthology.orchestra.run.smithi060.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0128562 s, 816 MB/s 2023-09-29T22:36:27.449 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 2023-09-29T22:36:27.449 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2023-09-29T22:36:27.625 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:26.372476+0000 mon.smithi060 (mon.0) 329 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:27.626 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:26.869963+0000 mgr.smithi060.njrpah (mgr.14166) 104 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:26.372476+0000 mon.smithi060 (mon.0) 329 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:26.869963+0000 mgr.smithi060.njrpah (mgr.14166) 104 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:27.846 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi060:vg_nvme/lv_1 2023-09-29T22:36:28.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:28.485089+0000 mon.smithi060 (mon.0) 330 : audit [INF] from='osd.2 [v2:172.21.15.60:6818/1778566399,v1:172.21.15.60:6819/1778566399]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-29T22:36:28.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:28.485089+0000 mon.smithi060 (mon.0) 330 : audit [INF] from='osd.2 [v2:172.21.15.60:6818/1778566399,v1:172.21.15.60:6819/1778566399]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-29T22:36:28.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:36:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.2[125165]: debug 2023-09-29T22:36:28.480+0000 7f5f2f8d0080 -1 osd.2 0 log_to_monitors {default=true} 2023-09-29T22:36:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:28.539282+0000 mon.smithi060 (mon.0) 331 : audit [INF] from='osd.2 [v2:172.21.15.60:6818/1778566399,v1:172.21.15.60:6819/1778566399]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-29T22:36:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:28.539335+0000 mon.smithi060 (mon.0) 332 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-09-29T22:36:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:28.539682+0000 mon.smithi060 (mon.0) 333 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:28.540059+0000 mon.smithi060 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.60:6818/1778566399,v1:172.21.15.60:6819/1778566399]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:36:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:28.825978+0000 mon.smithi060 (mon.0) 335 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:28.870257+0000 mgr.smithi060.njrpah (mgr.14166) 105 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:29.540492+0000 mon.smithi060 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.60:6818/1778566399,v1:172.21.15.60:6819/1778566399]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-29T22:36:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:29.540560+0000 mon.smithi060 (mon.0) 337 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-09-29T22:36:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:29.540739+0000 mon.smithi060 (mon.0) 338 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:29.907 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.2[125165]: debug 2023-09-29T22:36:29.543+0000 7f5f25e33700 -1 osd.2 0 waiting for initial osdmap 2023-09-29T22:36:29.907 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.2[125165]: debug 2023-09-29T22:36:29.549+0000 7f5f1e5a7700 -1 osd.2 16 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-29T22:36:29.907 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:28.539282+0000 mon.smithi060 (mon.0) 331 : audit [INF] from='osd.2 [v2:172.21.15.60:6818/1778566399,v1:172.21.15.60:6819/1778566399]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-29T22:36:29.907 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:28.539335+0000 mon.smithi060 (mon.0) 332 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-09-29T22:36:29.907 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:28.539682+0000 mon.smithi060 (mon.0) 333 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:29.907 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:28.540059+0000 mon.smithi060 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.60:6818/1778566399,v1:172.21.15.60:6819/1778566399]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:36:29.907 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:28.825978+0000 mon.smithi060 (mon.0) 335 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:29.908 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:28.870257+0000 mgr.smithi060.njrpah (mgr.14166) 105 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:29.908 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:29.540492+0000 mon.smithi060 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.60:6818/1778566399,v1:172.21.15.60:6819/1778566399]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-29T22:36:29.908 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:29.540560+0000 mon.smithi060 (mon.0) 337 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-09-29T22:36:29.908 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:29.540739+0000 mon.smithi060 (mon.0) 338 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:30.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:29.546642+0000 mon.smithi060 (mon.0) 339 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:30.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:29.575777+0000 mgr.smithi060.njrpah (mgr.14166) 106 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:36:30.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:29.576567+0000 mon.smithi060 (mon.0) 340 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:36:30.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:29.577983+0000 mon.smithi060 (mon.0) 341 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:36:30.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:29.578740+0000 mon.smithi060 (mon.0) 342 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:31.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:29.546642+0000 mon.smithi060 (mon.0) 339 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:29.575777+0000 mgr.smithi060.njrpah (mgr.14166) 106 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:36:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:29.576567+0000 mon.smithi060 (mon.0) 340 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:36:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:29.577983+0000 mon.smithi060 (mon.0) 341 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:36:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:29.578740+0000 mon.smithi060 (mon.0) 342 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:31.678 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:29.506476+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:36:31.678 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:29.506575+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:36:31.678 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:30.544465+0000 mon.smithi060 (mon.0) 343 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:31.678 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:30.547285+0000 mon.smithi060 (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.60:6818/1778566399,v1:172.21.15.60:6819/1778566399] boot 2023-09-29T22:36:31.678 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:30.547318+0000 mon.smithi060 (mon.0) 345 : cluster [DBG] osdmap e17: 3 total, 3 up, 3 in 2023-09-29T22:36:31.678 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:30.547890+0000 mon.smithi060 (mon.0) 346 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:31.679 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:30.870590+0000 mgr.smithi060.njrpah (mgr.14166) 107 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:29.506476+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:36:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:29.506575+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:36:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:30.544465+0000 mon.smithi060 (mon.0) 343 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:30.547285+0000 mon.smithi060 (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.60:6818/1778566399,v1:172.21.15.60:6819/1778566399] boot 2023-09-29T22:36:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:30.547318+0000 mon.smithi060 (mon.0) 345 : cluster [DBG] osdmap e17: 3 total, 3 up, 3 in 2023-09-29T22:36:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:30.547890+0000 mon.smithi060 (mon.0) 346 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:36:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:30.870590+0000 mgr.smithi060.njrpah (mgr.14166) 107 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T22:36:32.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:31.558254+0000 mon.smithi060 (mon.0) 347 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-09-29T22:36:32.860 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:31.759670+0000 mon.smithi060 (mon.0) 348 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:32.860 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:31.760618+0000 mon.smithi060 (mon.0) 349 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:32.861 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:31.761277+0000 mon.smithi060 (mon.0) 350 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:32.861 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:31.761929+0000 mon.smithi060 (mon.0) 351 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:32.861 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:31.762425+0000 mgr.smithi060.njrpah (mgr.14166) 108 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 4298M 2023-09-29T22:36:32.861 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:31.765929+0000 mon.smithi060 (mon.0) 352 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:32.861 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:31.771010+0000 mon.smithi060 (mon.0) 353 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:32.861 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:31.774395+0000 mon.smithi060 (mon.0) 354 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:32.861 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:31.775328+0000 mon.smithi060 (mon.0) 355 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:32.861 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:31.775894+0000 mon.smithi060 (mon.0) 356 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:32.861 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:32.497119+0000 mon.smithi060 (mon.0) 357 : audit [INF] from='client.? 172.21.15.60:0/3194783639' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bae87ff1-03f6-4fb8-a425-677709366a2c"}]: dispatch 2023-09-29T22:36:32.862 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:32.501294+0000 mon.smithi060 (mon.0) 358 : audit [INF] from='client.? 172.21.15.60:0/3194783639' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bae87ff1-03f6-4fb8-a425-677709366a2c"}]': finished 2023-09-29T22:36:32.862 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:32.501339+0000 mon.smithi060 (mon.0) 359 : cluster [DBG] osdmap e19: 4 total, 3 up, 4 in 2023-09-29T22:36:32.862 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:32.501449+0000 mon.smithi060 (mon.0) 360 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:33.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:31.558254+0000 mon.smithi060 (mon.0) 347 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-09-29T22:36:33.139 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:31.759670+0000 mon.smithi060 (mon.0) 348 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:33.139 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:31.760618+0000 mon.smithi060 (mon.0) 349 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:33.139 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:31.761277+0000 mon.smithi060 (mon.0) 350 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:33.140 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:31.761929+0000 mon.smithi060 (mon.0) 351 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:33.140 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:31.762425+0000 mgr.smithi060.njrpah (mgr.14166) 108 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 4298M 2023-09-29T22:36:33.140 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:31.765929+0000 mon.smithi060 (mon.0) 352 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:33.140 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:31.771010+0000 mon.smithi060 (mon.0) 353 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:33.140 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:31.774395+0000 mon.smithi060 (mon.0) 354 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:33.140 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:31.775328+0000 mon.smithi060 (mon.0) 355 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:33.140 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:31.775894+0000 mon.smithi060 (mon.0) 356 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:33.141 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:32.497119+0000 mon.smithi060 (mon.0) 357 : audit [INF] from='client.? 172.21.15.60:0/3194783639' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bae87ff1-03f6-4fb8-a425-677709366a2c"}]: dispatch 2023-09-29T22:36:33.141 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:32.501294+0000 mon.smithi060 (mon.0) 358 : audit [INF] from='client.? 172.21.15.60:0/3194783639' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bae87ff1-03f6-4fb8-a425-677709366a2c"}]': finished 2023-09-29T22:36:33.141 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:32.501339+0000 mon.smithi060 (mon.0) 359 : cluster [DBG] osdmap e19: 4 total, 3 up, 4 in 2023-09-29T22:36:33.141 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:32.501449+0000 mon.smithi060 (mon.0) 360 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:33.935 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:32.870891+0000 mgr.smithi060.njrpah (mgr.14166) 109 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:33.935 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:32.995072+0000 mon.smithi060 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.60:0/4039464514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:36:34.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:32.870891+0000 mgr.smithi060.njrpah (mgr.14166) 109 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:34.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:32.995072+0000 mon.smithi060 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.60:0/4039464514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:36:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:34.272159+0000 mon.smithi060 (mon.0) 362 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:34.275288+0000 mon.smithi060 (mon.0) 363 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:34.871341+0000 mgr.smithi060.njrpah (mgr.14166) 110 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:35.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:34.272159+0000 mon.smithi060 (mon.0) 362 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:35.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:34.275288+0000 mon.smithi060 (mon.0) 363 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:35.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:34.871341+0000 mgr.smithi060.njrpah (mgr.14166) 110 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:38.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:36.871668+0000 mgr.smithi060.njrpah (mgr.14166) 111 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:38.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:37.019247+0000 mon.smithi060 (mon.0) 364 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:36:38.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:37.021568+0000 mon.smithi060 (mon.0) 365 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:36:38.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:37.487928+0000 mon.smithi060 (mon.0) 366 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T22:36:38.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:37.488860+0000 mon.smithi060 (mon.0) 367 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:36.871668+0000 mgr.smithi060.njrpah (mgr.14166) 111 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:37.019247+0000 mon.smithi060 (mon.0) 364 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:36:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:37.021568+0000 mon.smithi060 (mon.0) 365 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:36:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:37.487928+0000 mon.smithi060 (mon.0) 366 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T22:36:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:37.488860+0000 mon.smithi060 (mon.0) 367 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:39.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:37.489601+0000 mgr.smithi060.njrpah (mgr.14166) 112 : cephadm [INF] Deploying daemon osd.3 on smithi060 2023-09-29T22:36:39.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:37.489601+0000 mgr.smithi060.njrpah (mgr.14166) 112 : cephadm [INF] Deploying daemon osd.3 on smithi060 2023-09-29T22:36:40.135 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 3 on host 'smithi060' 2023-09-29T22:36:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:38.872199+0000 mgr.smithi060.njrpah (mgr.14166) 113 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:40.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:38.872199+0000 mgr.smithi060.njrpah (mgr.14166) 113 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:40.547 DEBUG:teuthology.orchestra.run.smithi060:osd.3> sudo journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.3.service 2023-09-29T22:36:40.549 INFO:tasks.cephadm:Deploying osd.4 on smithi163 with /dev/vg_nvme/lv_4... 2023-09-29T22:36:40.549 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-29T22:36:40.586 INFO:journalctl@ceph.osd.3.smithi060.stdout:-- Logs begin at Fri 2023-09-29 22:24:05 UTC. -- 2023-09-29T22:36:40.586 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:36:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.3[128850]: debug 2023-09-29T22:36:40.585+0000 7f98e6706080 -1 Falling back to public interface 2023-09-29T22:36:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:40.122269+0000 mon.smithi060 (mon.0) 368 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:40.124136+0000 mon.smithi060 (mon.0) 369 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:40.126634+0000 mon.smithi060 (mon.0) 370 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:40.126899+0000 mon.smithi060 (mon.0) 371 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:41.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:40.131758+0000 mon.smithi060 (mon.0) 372 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:41.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:40.133848+0000 mon.smithi060 (mon.0) 373 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-09-29T22:36:41.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:40.122269+0000 mon.smithi060 (mon.0) 368 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:41.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:40.124136+0000 mon.smithi060 (mon.0) 369 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:41.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:40.126634+0000 mon.smithi060 (mon.0) 370 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:41.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:40.126899+0000 mon.smithi060 (mon.0) 371 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:41.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:40.131758+0000 mon.smithi060 (mon.0) 372 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:41.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:40.133848+0000 mon.smithi060 (mon.0) 373 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-09-29T22:36:41.980 INFO:teuthology.orchestra.run.smithi163.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-29T22:36:41.980 INFO:teuthology.orchestra.run.smithi163.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-29T22:36:41.980 INFO:teuthology.orchestra.run.smithi163.stderr: stderr: 10+0 records in 2023-09-29T22:36:41.980 INFO:teuthology.orchestra.run.smithi163.stderr:10+0 records out 2023-09-29T22:36:41.980 INFO:teuthology.orchestra.run.smithi163.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112926 s, 929 MB/s 2023-09-29T22:36:41.980 INFO:teuthology.orchestra.run.smithi163.stderr:--> Zapping successful for: 2023-09-29T22:36:42.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:40.872471+0000 mgr.smithi060.njrpah (mgr.14166) 114 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:42.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:41.135834+0000 mon.smithi060 (mon.0) 374 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-09-29T22:36:42.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:41.135955+0000 mon.smithi060 (mon.0) 375 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2023-09-29T22:36:42.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:41.136141+0000 mon.smithi060 (mon.0) 376 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:42.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:41.136934+0000 mon.smithi060 (mon.0) 377 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-09-29T22:36:42.272 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:40.872471+0000 mgr.smithi060.njrpah (mgr.14166) 114 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:42.273 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:41.135834+0000 mon.smithi060 (mon.0) 374 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-09-29T22:36:42.273 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:41.135955+0000 mon.smithi060 (mon.0) 375 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2023-09-29T22:36:42.273 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:41.136141+0000 mon.smithi060 (mon.0) 376 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:42.273 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:41.136934+0000 mon.smithi060 (mon.0) 377 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-09-29T22:36:42.356 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi163:vg_nvme/lv_4 2023-09-29T22:36:43.236 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:42.137730+0000 mon.smithi060 (mon.0) 378 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-09-29T22:36:43.237 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:42.137801+0000 mon.smithi060 (mon.0) 379 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-09-29T22:36:43.237 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:42.137948+0000 mon.smithi060 (mon.0) 380 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:43.237 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:42.872781+0000 mgr.smithi060.njrpah (mgr.14166) 115 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:43.237 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:43.022166+0000 mon.smithi060 (mon.0) 381 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:43.446 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:36:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.3[128850]: debug 2023-09-29T22:36:43.316+0000 7f98e6706080 -1 osd.3 0 log_to_monitors {default=true} 2023-09-29T22:36:43.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:42.137730+0000 mon.smithi060 (mon.0) 378 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-09-29T22:36:43.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:42.137801+0000 mon.smithi060 (mon.0) 379 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-09-29T22:36:43.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:42.137948+0000 mon.smithi060 (mon.0) 380 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:43.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:42.872781+0000 mgr.smithi060.njrpah (mgr.14166) 115 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:43.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:43.022166+0000 mon.smithi060 (mon.0) 381 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:43.169824+0000 mon.smithi060 (mon.0) 382 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-09-29T22:36:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:43.169982+0000 mon.smithi060 (mon.0) 383 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:43.320781+0000 mon.smithi060 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.60:6826/3516716209,v1:172.21.15.60:6827/3516716209]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-29T22:36:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:43.588852+0000 mgr.smithi060.njrpah (mgr.14166) 116 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:36:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:43.589843+0000 mon.smithi060 (mon.0) 385 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:36:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:43.591543+0000 mon.smithi060 (mon.0) 386 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:36:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:43.592229+0000 mon.smithi060 (mon.0) 387 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:44.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:43.169824+0000 mon.smithi060 (mon.0) 382 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-09-29T22:36:44.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:43.169982+0000 mon.smithi060 (mon.0) 383 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:44.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:43.320781+0000 mon.smithi060 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.60:6826/3516716209,v1:172.21.15.60:6827/3516716209]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-29T22:36:44.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:43.588852+0000 mgr.smithi060.njrpah (mgr.14166) 116 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:36:44.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:43.589843+0000 mon.smithi060 (mon.0) 385 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:36:44.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:43.591543+0000 mon.smithi060 (mon.0) 386 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:36:44.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:43.592229+0000 mon.smithi060 (mon.0) 387 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:45.446 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:36:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.3[128850]: debug 2023-09-29T22:36:45.177+0000 7f98dcc69700 -1 osd.3 0 waiting for initial osdmap 2023-09-29T22:36:45.447 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:36:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.3[128850]: debug 2023-09-29T22:36:45.183+0000 7f98d53dd700 -1 osd.3 24 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-29T22:36:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:44.171535+0000 mon.smithi060 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.60:6826/3516716209,v1:172.21.15.60:6827/3516716209]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-29T22:36:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:44.171584+0000 mon.smithi060 (mon.0) 389 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-09-29T22:36:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:44.171981+0000 mon.smithi060 (mon.0) 390 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:44.172318+0000 mon.smithi060 (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.60:6826/3516716209,v1:172.21.15.60:6827/3516716209]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:36:45.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:44.873185+0000 mgr.smithi060.njrpah (mgr.14166) 117 : cluster [DBG] pgmap v76: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:44.171535+0000 mon.smithi060 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.60:6826/3516716209,v1:172.21.15.60:6827/3516716209]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-29T22:36:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:44.171584+0000 mon.smithi060 (mon.0) 389 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-09-29T22:36:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:44.171981+0000 mon.smithi060 (mon.0) 390 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:44.172318+0000 mon.smithi060 (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.60:6826/3516716209,v1:172.21.15.60:6827/3516716209]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:36:45.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:44.873185+0000 mgr.smithi060.njrpah (mgr.14166) 117 : cluster [DBG] pgmap v76: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-29T22:36:46.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.173362+0000 mon.smithi060 (mon.0) 392 : audit [INF] from='osd.3 [v2:172.21.15.60:6826/3516716209,v1:172.21.15.60:6827/3516716209]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-29T22:36:46.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:45.173425+0000 mon.smithi060 (mon.0) 393 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-09-29T22:36:46.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.173615+0000 mon.smithi060 (mon.0) 394 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:46.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.178939+0000 mon.smithi060 (mon.0) 395 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:46.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.221562+0000 mon.smithi163 (mon.1) 2 : audit [INF] from='client.? 172.21.15.163:0/686020519' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d259b8c2-588e-439a-8838-78f36f26cb9b"}]: dispatch 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.221985+0000 mon.smithi060 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d259b8c2-588e-439a-8838-78f36f26cb9b"}]: dispatch 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:45.226425+0000 mon.smithi060 (mon.0) 397 : cluster [INF] osd.3 [v2:172.21.15.60:6826/3516716209,v1:172.21.15.60:6827/3516716209] boot 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.226501+0000 mon.smithi060 (mon.0) 398 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d259b8c2-588e-439a-8838-78f36f26cb9b"}]': finished 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:45.226607+0000 mon.smithi060 (mon.0) 399 : cluster [DBG] osdmap e25: 5 total, 4 up, 5 in 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.226794+0000 mon.smithi060 (mon.0) 400 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.227351+0000 mon.smithi060 (mon.0) 401 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:45.463176+0000 mgr.smithi060.njrpah (mgr.14166) 118 : cephadm [INF] Detected new or changed devices on smithi060 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.468312+0000 mon.smithi060 (mon.0) 402 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.469293+0000 mon.smithi060 (mon.0) 403 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.469974+0000 mon.smithi060 (mon.0) 404 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:46.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.470658+0000 mon.smithi060 (mon.0) 405 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:46.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.471280+0000 mon.smithi060 (mon.0) 406 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:46.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:45.471785+0000 mgr.smithi060.njrpah (mgr.14166) 119 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 3223M 2023-09-29T22:36:46.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.474792+0000 mon.smithi060 (mon.0) 407 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:46.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.477859+0000 mon.smithi060 (mon.0) 408 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:46.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.481159+0000 mon.smithi060 (mon.0) 409 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:46.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.482173+0000 mon.smithi060 (mon.0) 410 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:46.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.482795+0000 mon.smithi060 (mon.0) 411 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:46.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:45.634438+0000 mon.smithi163 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.163:0/3373426187' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:36:46.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.173362+0000 mon.smithi060 (mon.0) 392 : audit [INF] from='osd.3 [v2:172.21.15.60:6826/3516716209,v1:172.21.15.60:6827/3516716209]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-29T22:36:46.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:45.173425+0000 mon.smithi060 (mon.0) 393 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-09-29T22:36:46.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.173615+0000 mon.smithi060 (mon.0) 394 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:46.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.178939+0000 mon.smithi060 (mon.0) 395 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:46.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.221562+0000 mon.smithi163 (mon.1) 2 : audit [INF] from='client.? 172.21.15.163:0/686020519' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d259b8c2-588e-439a-8838-78f36f26cb9b"}]: dispatch 2023-09-29T22:36:46.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.221985+0000 mon.smithi060 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d259b8c2-588e-439a-8838-78f36f26cb9b"}]: dispatch 2023-09-29T22:36:46.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:45.226425+0000 mon.smithi060 (mon.0) 397 : cluster [INF] osd.3 [v2:172.21.15.60:6826/3516716209,v1:172.21.15.60:6827/3516716209] boot 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.226501+0000 mon.smithi060 (mon.0) 398 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d259b8c2-588e-439a-8838-78f36f26cb9b"}]': finished 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:45.226607+0000 mon.smithi060 (mon.0) 399 : cluster [DBG] osdmap e25: 5 total, 4 up, 5 in 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.226794+0000 mon.smithi060 (mon.0) 400 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.227351+0000 mon.smithi060 (mon.0) 401 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:45.463176+0000 mgr.smithi060.njrpah (mgr.14166) 118 : cephadm [INF] Detected new or changed devices on smithi060 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.468312+0000 mon.smithi060 (mon.0) 402 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.469293+0000 mon.smithi060 (mon.0) 403 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.469974+0000 mon.smithi060 (mon.0) 404 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.470658+0000 mon.smithi060 (mon.0) 405 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.471280+0000 mon.smithi060 (mon.0) 406 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:46.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:45.471785+0000 mgr.smithi060.njrpah (mgr.14166) 119 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 3223M 2023-09-29T22:36:46.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.474792+0000 mon.smithi060 (mon.0) 407 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:46.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.477859+0000 mon.smithi060 (mon.0) 408 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:46.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.481159+0000 mon.smithi060 (mon.0) 409 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:46.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.482173+0000 mon.smithi060 (mon.0) 410 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:46.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.482795+0000 mon.smithi060 (mon.0) 411 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:46.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:45.634438+0000 mon.smithi163 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.163:0/3373426187' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:36:47.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:44.351998+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:36:47.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:44.352104+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:36:47.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:46.227954+0000 mon.smithi060 (mon.0) 412 : cluster [DBG] osdmap e26: 5 total, 4 up, 5 in 2023-09-29T22:36:47.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:46.228135+0000 mon.smithi060 (mon.0) 413 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:47.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:46.873502+0000 mgr.smithi060.njrpah (mgr.14166) 120 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:47.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:44.351998+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:36:47.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:44.352104+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:36:47.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:46.227954+0000 mon.smithi060 (mon.0) 412 : cluster [DBG] osdmap e26: 5 total, 4 up, 5 in 2023-09-29T22:36:47.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:46.228135+0000 mon.smithi060 (mon.0) 413 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:47.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:46.873502+0000 mgr.smithi060.njrpah (mgr.14166) 120 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:49.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:49 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:48.148278+0000 mon.smithi060 (mon.0) 414 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:49.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:49 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:48.151804+0000 mon.smithi060 (mon.0) 415 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:49.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:49 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:48.873864+0000 mgr.smithi060.njrpah (mgr.14166) 121 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:49.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:48.148278+0000 mon.smithi060 (mon.0) 414 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:49.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:48.151804+0000 mon.smithi060 (mon.0) 415 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:49.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:48.873864+0000 mgr.smithi060.njrpah (mgr.14166) 121 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:50.427 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:49.931003+0000 mon.smithi060 (mon.0) 416 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T22:36:50.427 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:49.931966+0000 mon.smithi060 (mon.0) 417 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:50.427 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:49.932741+0000 mgr.smithi060.njrpah (mgr.14166) 122 : cephadm [INF] Deploying daemon osd.4 on smithi163 2023-09-29T22:36:50.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:49.931003+0000 mon.smithi060 (mon.0) 416 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T22:36:50.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:49.931966+0000 mon.smithi060 (mon.0) 417 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:50.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:49.932741+0000 mgr.smithi060.njrpah (mgr.14166) 122 : cephadm [INF] Deploying daemon osd.4 on smithi163 2023-09-29T22:36:51.259 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:50.874255+0000 mgr.smithi060.njrpah (mgr.14166) 123 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:51.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:50.874255+0000 mgr.smithi060.njrpah (mgr.14166) 123 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:52.274 INFO:teuthology.orchestra.run.smithi163.stdout:Created osd(s) 4 on host 'smithi163' 2023-09-29T22:36:52.669 DEBUG:teuthology.orchestra.run.smithi163:osd.4> sudo journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.4.service 2023-09-29T22:36:52.671 INFO:tasks.cephadm:Deploying osd.5 on smithi163 with /dev/vg_nvme/lv_3... 2023-09-29T22:36:52.671 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-29T22:36:52.701 INFO:journalctl@ceph.osd.4.smithi163.stdout:-- Logs begin at Fri 2023-09-29 22:24:26 UTC. -- 2023-09-29T22:36:53.050 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:36:52 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.4[113335]: debug 2023-09-29T22:36:52.734+0000 7f62e832d080 -1 Falling back to public interface 2023-09-29T22:36:53.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:52.266247+0000 mon.smithi060 (mon.0) 418 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:53.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:52.268901+0000 mon.smithi060 (mon.0) 419 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:53.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:52.269148+0000 mon.smithi060 (mon.0) 420 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:53.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:52.270646+0000 mon.smithi060 (mon.0) 421 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:53.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:52.272884+0000 mon.smithi060 (mon.0) 422 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:53.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:52.874545+0000 mgr.smithi060.njrpah (mgr.14166) 124 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:53.461 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:52.266247+0000 mon.smithi060 (mon.0) 418 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:53.461 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:52.268901+0000 mon.smithi060 (mon.0) 419 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:53.461 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:52.269148+0000 mon.smithi060 (mon.0) 420 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:53.461 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:52.270646+0000 mon.smithi060 (mon.0) 421 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:53.461 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:52.272884+0000 mon.smithi060 (mon.0) 422 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:53.461 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:52.874545+0000 mgr.smithi060.njrpah (mgr.14166) 124 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:54.544 INFO:teuthology.orchestra.run.smithi163.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-29T22:36:54.544 INFO:teuthology.orchestra.run.smithi163.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-29T22:36:54.544 INFO:teuthology.orchestra.run.smithi163.stderr: stderr: 10+0 records in 2023-09-29T22:36:54.544 INFO:teuthology.orchestra.run.smithi163.stderr:10+0 records out 2023-09-29T22:36:54.544 INFO:teuthology.orchestra.run.smithi163.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127931 s, 820 MB/s 2023-09-29T22:36:54.544 INFO:teuthology.orchestra.run.smithi163.stderr: stderr: 2023-09-29T22:36:54.544 INFO:teuthology.orchestra.run.smithi163.stderr:--> Zapping successful for: 2023-09-29T22:36:55.411 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:54.125088+0000 mon.smithi060 (mon.0) 423 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:55.411 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:54.874831+0000 mgr.smithi060.njrpah (mgr.14166) 125 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:55.411 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:55.003186+0000 mon.smithi060 (mon.0) 424 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:55.412 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi163:vg_nvme/lv_3 2023-09-29T22:36:55.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:54.125088+0000 mon.smithi060 (mon.0) 423 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:55.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:54.874831+0000 mgr.smithi060.njrpah (mgr.14166) 125 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:55.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:55.003186+0000 mon.smithi060 (mon.0) 424 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:55.760 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:36:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.4[113335]: debug 2023-09-29T22:36:55.443+0000 7f62e832d080 -1 osd.4 0 log_to_monitors {default=true} 2023-09-29T22:36:56.392 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:55.447092+0000 mon.smithi163 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.163:6800/2837694032,v1:172.21.15.163:6801/2837694032]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T22:36:56.392 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:55.447966+0000 mon.smithi060 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T22:36:56.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:55.447092+0000 mon.smithi163 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.163:6800/2837694032,v1:172.21.15.163:6801/2837694032]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T22:36:56.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:55.447966+0000 mon.smithi060 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T22:36:57.407 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.4[113335]: debug 2023-09-29T22:36:57.146+0000 7f62de890700 -1 osd.4 0 waiting for initial osdmap 2023-09-29T22:36:57.408 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.4[113335]: debug 2023-09-29T22:36:57.150+0000 7f62d9809700 -1 osd.4 28 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T22:36:57.408 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.134507+0000 mon.smithi060 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-29T22:36:57.408 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:56.134572+0000 mon.smithi060 (mon.0) 427 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-09-29T22:36:57.408 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.134707+0000 mon.smithi060 (mon.0) 428 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:57.408 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.137337+0000 mon.smithi163 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.163:6800/2837694032,v1:172.21.15.163:6801/2837694032]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:36:57.409 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.137772+0000 mon.smithi060 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:36:57.409 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:56.868213+0000 mgr.smithi060.njrpah (mgr.14166) 126 : cephadm [INF] Detected new or changed devices on smithi163 2023-09-29T22:36:57.409 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.873620+0000 mon.smithi060 (mon.0) 430 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:57.409 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.874647+0000 mon.smithi060 (mon.0) 431 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:57.409 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:56.875164+0000 mgr.smithi060.njrpah (mgr.14166) 127 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:57.409 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:36:56.875459+0000 mgr.smithi060.njrpah (mgr.14166) 128 : cephadm [INF] Adjusting osd_memory_target on smithi163 to 15962M 2023-09-29T22:36:57.409 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.879260+0000 mon.smithi060 (mon.0) 432 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:57.409 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.883999+0000 mon.smithi060 (mon.0) 433 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:57.409 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.888324+0000 mon.smithi060 (mon.0) 434 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:57.409 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.889521+0000 mon.smithi060 (mon.0) 435 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:57.410 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:56.890505+0000 mon.smithi060 (mon.0) 436 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:57.410 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:57.110375+0000 mon.smithi060 (mon.0) 437 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:36:57.410 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:57.111691+0000 mon.smithi060 (mon.0) 438 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:36:57.410 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:57.112307+0000 mon.smithi060 (mon.0) 439 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:57.442 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.134507+0000 mon.smithi060 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-29T22:36:57.442 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:56.134572+0000 mon.smithi060 (mon.0) 427 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-09-29T22:36:57.443 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.134707+0000 mon.smithi060 (mon.0) 428 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:57.443 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.137337+0000 mon.smithi163 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.163:6800/2837694032,v1:172.21.15.163:6801/2837694032]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:36:57.443 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.137772+0000 mon.smithi060 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:36:57.443 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:56.868213+0000 mgr.smithi060.njrpah (mgr.14166) 126 : cephadm [INF] Detected new or changed devices on smithi163 2023-09-29T22:36:57.443 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.873620+0000 mon.smithi060 (mon.0) 430 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:57.443 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.874647+0000 mon.smithi060 (mon.0) 431 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:36:57.444 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:56.875164+0000 mgr.smithi060.njrpah (mgr.14166) 127 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T22:36:57.444 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:36:56.875459+0000 mgr.smithi060.njrpah (mgr.14166) 128 : cephadm [INF] Adjusting osd_memory_target on smithi163 to 15962M 2023-09-29T22:36:57.444 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.879260+0000 mon.smithi060 (mon.0) 432 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:57.444 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.883999+0000 mon.smithi060 (mon.0) 433 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:36:57.444 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.888324+0000 mon.smithi060 (mon.0) 434 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:36:57.444 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.889521+0000 mon.smithi060 (mon.0) 435 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:57.444 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:56.890505+0000 mon.smithi060 (mon.0) 436 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:36:57.444 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:57.110375+0000 mon.smithi060 (mon.0) 437 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:36:57.444 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:57.111691+0000 mon.smithi060 (mon.0) 438 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:36:57.444 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:57.112307+0000 mon.smithi060 (mon.0) 439 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:36:58.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:57.109547+0000 mgr.smithi060.njrpah (mgr.14166) 129 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:36:58.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:57.136461+0000 mon.smithi060 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-09-29T22:36:58.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:57.136565+0000 mon.smithi060 (mon.0) 441 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-09-29T22:36:58.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:57.136931+0000 mon.smithi060 (mon.0) 442 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:58.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:57.146831+0000 mon.smithi060 (mon.0) 443 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:58.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:57.170815+0000 mon.smithi060 (mon.0) 444 : cluster [INF] osd.4 [v2:172.21.15.163:6800/2837694032,v1:172.21.15.163:6801/2837694032] boot 2023-09-29T22:36:58.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:57.170875+0000 mon.smithi060 (mon.0) 445 : cluster [DBG] osdmap e29: 5 total, 5 up, 5 in 2023-09-29T22:36:58.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:57.171434+0000 mon.smithi060 (mon.0) 446 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:58.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:57.109547+0000 mgr.smithi060.njrpah (mgr.14166) 129 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:36:58.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:57.136461+0000 mon.smithi060 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-09-29T22:36:58.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:57.136565+0000 mon.smithi060 (mon.0) 441 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-09-29T22:36:58.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:57.136931+0000 mon.smithi060 (mon.0) 442 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:58.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:57.146831+0000 mon.smithi060 (mon.0) 443 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:58.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:57.170815+0000 mon.smithi060 (mon.0) 444 : cluster [INF] osd.4 [v2:172.21.15.163:6800/2837694032,v1:172.21.15.163:6801/2837694032] boot 2023-09-29T22:36:58.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:57.170875+0000 mon.smithi060 (mon.0) 445 : cluster [DBG] osdmap e29: 5 total, 5 up, 5 in 2023-09-29T22:36:58.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:57.171434+0000 mon.smithi060 (mon.0) 446 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:36:59.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:56.460145+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:36:59.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:56.460245+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:36:59.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:58.170389+0000 mon.smithi060 (mon.0) 447 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-09-29T22:36:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:58.724257+0000 mon.smithi163 (mon.1) 6 : audit [INF] from='client.? 172.21.15.163:0/3166123044' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cca6874a-14be-42a6-b0f5-f04354dcecf9"}]: dispatch 2023-09-29T22:36:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:58.724743+0000 mon.smithi060 (mon.0) 448 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cca6874a-14be-42a6-b0f5-f04354dcecf9"}]: dispatch 2023-09-29T22:36:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:58.729041+0000 mon.smithi060 (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cca6874a-14be-42a6-b0f5-f04354dcecf9"}]': finished 2023-09-29T22:36:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:58.729100+0000 mon.smithi060 (mon.0) 450 : cluster [DBG] osdmap e31: 6 total, 5 up, 6 in 2023-09-29T22:36:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:58.729256+0000 mon.smithi060 (mon.0) 451 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:36:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:36:58.875499+0000 mgr.smithi060.njrpah (mgr.14166) 130 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:36:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:36:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:59.153810+0000 mon.smithi163 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.163:0/1046225572' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:36:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:56.460145+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:36:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:56.460245+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:36:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:58.170389+0000 mon.smithi060 (mon.0) 447 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-09-29T22:36:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:58.724257+0000 mon.smithi163 (mon.1) 6 : audit [INF] from='client.? 172.21.15.163:0/3166123044' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cca6874a-14be-42a6-b0f5-f04354dcecf9"}]: dispatch 2023-09-29T22:36:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:58.724743+0000 mon.smithi060 (mon.0) 448 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cca6874a-14be-42a6-b0f5-f04354dcecf9"}]: dispatch 2023-09-29T22:36:59.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:58.729041+0000 mon.smithi060 (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cca6874a-14be-42a6-b0f5-f04354dcecf9"}]': finished 2023-09-29T22:36:59.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:58.729100+0000 mon.smithi060 (mon.0) 450 : cluster [DBG] osdmap e31: 6 total, 5 up, 6 in 2023-09-29T22:36:59.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:58.729256+0000 mon.smithi060 (mon.0) 451 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:36:59.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:36:58.875499+0000 mgr.smithi060.njrpah (mgr.14166) 130 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:36:59.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:36:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:59.153810+0000 mon.smithi163 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.163:0/1046225572' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:37:00.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:59.556388+0000 mon.smithi060 (mon.0) 452 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:00.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:36:59.559330+0000 mon.smithi060 (mon.0) 453 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:01.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:59.556388+0000 mon.smithi060 (mon.0) 452 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:01.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:36:59.559330+0000 mon.smithi060 (mon.0) 453 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:01.662 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:00.875997+0000 mgr.smithi060.njrpah (mgr.14166) 131 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:01.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:00.875997+0000 mgr.smithi060.njrpah (mgr.14166) 131 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:03.436 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:03 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:02.876542+0000 mgr.smithi060.njrpah (mgr.14166) 132 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:03.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:02.876542+0000 mgr.smithi060.njrpah (mgr.14166) 132 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:04.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:04 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:03.496692+0000 mon.smithi060 (mon.0) 454 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T22:37:04.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:04 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:03.497658+0000 mon.smithi060 (mon.0) 455 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:04.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:04 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:37:03.498425+0000 mgr.smithi060.njrpah (mgr.14166) 133 : cephadm [INF] Deploying daemon osd.5 on smithi163 2023-09-29T22:37:04.515 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:04 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:03.496692+0000 mon.smithi060 (mon.0) 454 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T22:37:04.515 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:04 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:03.497658+0000 mon.smithi060 (mon.0) 455 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:04.515 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:04 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:37:03.498425+0000 mgr.smithi060.njrpah (mgr.14166) 133 : cephadm [INF] Deploying daemon osd.5 on smithi163 2023-09-29T22:37:05.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:04.876993+0000 mgr.smithi060.njrpah (mgr.14166) 134 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:05.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:04.876993+0000 mgr.smithi060.njrpah (mgr.14166) 134 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:05.807 INFO:teuthology.orchestra.run.smithi163.stdout:Created osd(s) 5 on host 'smithi163' 2023-09-29T22:37:06.131 DEBUG:teuthology.orchestra.run.smithi163:osd.5> sudo journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.5.service 2023-09-29T22:37:06.133 INFO:tasks.cephadm:Deploying osd.6 on smithi163 with /dev/vg_nvme/lv_2... 2023-09-29T22:37:06.133 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-29T22:37:06.164 INFO:journalctl@ceph.osd.5.smithi163.stdout:-- Logs begin at Fri 2023-09-29 22:24:26 UTC. -- 2023-09-29T22:37:06.443 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:37:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.5[116189]: debug 2023-09-29T22:37:06.265+0000 7f30580cd080 -1 Falling back to public interface 2023-09-29T22:37:06.444 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:05.795919+0000 mon.smithi060 (mon.0) 456 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:06.444 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:05.797798+0000 mon.smithi060 (mon.0) 457 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:06.444 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:05.800522+0000 mon.smithi060 (mon.0) 458 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:06.444 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:05.802530+0000 mon.smithi060 (mon.0) 459 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:06.444 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:05.805285+0000 mon.smithi060 (mon.0) 460 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:06.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:05.795919+0000 mon.smithi060 (mon.0) 456 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:06.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:05.797798+0000 mon.smithi060 (mon.0) 457 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:06.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:05.800522+0000 mon.smithi060 (mon.0) 458 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:06.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:05.802530+0000 mon.smithi060 (mon.0) 459 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:06.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:05.805285+0000 mon.smithi060 (mon.0) 460 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:07.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:06.877408+0000 mgr.smithi060.njrpah (mgr.14166) 135 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:07.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:06.877408+0000 mgr.smithi060.njrpah (mgr.14166) 135 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:08.275 INFO:teuthology.orchestra.run.smithi163.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-29T22:37:08.275 INFO:teuthology.orchestra.run.smithi163.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-29T22:37:08.275 INFO:teuthology.orchestra.run.smithi163.stderr: stderr: 10+0 records in 2023-09-29T22:37:08.275 INFO:teuthology.orchestra.run.smithi163.stderr:10+0 records out 2023-09-29T22:37:08.275 INFO:teuthology.orchestra.run.smithi163.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0148231 s, 707 MB/s 2023-09-29T22:37:08.275 INFO:teuthology.orchestra.run.smithi163.stderr:--> Zapping successful for: 2023-09-29T22:37:08.399 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:07.377732+0000 mon.smithi060 (mon.0) 461 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:08.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:07.377732+0000 mon.smithi060 (mon.0) 461 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:08.742 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi163:vg_nvme/lv_2 2023-09-29T22:37:09.027 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:37:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.5[116189]: debug 2023-09-29T22:37:09.022+0000 7f30580cd080 -1 osd.5 0 log_to_monitors {default=true} 2023-09-29T22:37:09.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:08.385924+0000 mon.smithi060 (mon.0) 462 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:09.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:08.877789+0000 mgr.smithi060.njrpah (mgr.14166) 136 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:09.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:09.027773+0000 mon.smithi163 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.163:6808/761657167,v1:172.21.15.163:6809/761657167]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T22:37:09.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:09.028316+0000 mon.smithi060 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T22:37:09.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:08.385924+0000 mon.smithi060 (mon.0) 462 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:09.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:08.877789+0000 mgr.smithi060.njrpah (mgr.14166) 136 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:09.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:09.027773+0000 mon.smithi163 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.163:6808/761657167,v1:172.21.15.163:6809/761657167]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T22:37:09.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:09.028316+0000 mon.smithi060 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T22:37:10.677 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.5[116189]: debug 2023-09-29T22:37:10.400+0000 7f304e630700 -1 osd.5 0 waiting for initial osdmap 2023-09-29T22:37:10.677 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.5[116189]: debug 2023-09-29T22:37:10.406+0000 7f30485a7700 -1 osd.5 33 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T22:37:10.677 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:09.391813+0000 mon.smithi060 (mon.0) 464 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-29T22:37:10.677 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:09.391882+0000 mon.smithi060 (mon.0) 465 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-09-29T22:37:10.677 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:09.392190+0000 mon.smithi060 (mon.0) 466 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:37:10.677 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:09.392812+0000 mon.smithi163 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.163:6808/761657167,v1:172.21.15.163:6809/761657167]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:10.677 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:09.393183+0000 mon.smithi060 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.213570+0000 mon.smithi060 (mon.0) 468 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.214806+0000 mon.smithi060 (mon.0) 469 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.215917+0000 mon.smithi060 (mon.0) 470 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.220185+0000 mon.smithi060 (mon.0) 471 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.224936+0000 mon.smithi060 (mon.0) 472 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.229233+0000 mon.smithi060 (mon.0) 473 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.230422+0000 mon.smithi060 (mon.0) 474 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.231256+0000 mon.smithi060 (mon.0) 475 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.233552+0000 mon.smithi060 (mon.0) 476 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.235252+0000 mon.smithi060 (mon.0) 477 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:37:10.678 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.236136+0000 mon.smithi060 (mon.0) 478 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:10.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:09.391813+0000 mon.smithi060 (mon.0) 464 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-29T22:37:10.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:09.391882+0000 mon.smithi060 (mon.0) 465 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-09-29T22:37:10.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:09.392190+0000 mon.smithi060 (mon.0) 466 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:37:10.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:09.392812+0000 mon.smithi163 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.163:6808/761657167,v1:172.21.15.163:6809/761657167]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:10.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:09.393183+0000 mon.smithi060 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:10.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.213570+0000 mon.smithi060 (mon.0) 468 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:10.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.214806+0000 mon.smithi060 (mon.0) 469 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:10.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.215917+0000 mon.smithi060 (mon.0) 470 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:10.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.220185+0000 mon.smithi060 (mon.0) 471 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:10.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.224936+0000 mon.smithi060 (mon.0) 472 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:10.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.229233+0000 mon.smithi060 (mon.0) 473 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:10.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.230422+0000 mon.smithi060 (mon.0) 474 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:10.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.231256+0000 mon.smithi060 (mon.0) 475 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:10.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.233552+0000 mon.smithi060 (mon.0) 476 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:37:10.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.235252+0000 mon.smithi060 (mon.0) 477 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:37:10.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.236136+0000 mon.smithi060 (mon.0) 478 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:11.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:37:10.208540+0000 mgr.smithi060.njrpah (mgr.14166) 137 : cephadm [INF] Detected new or changed devices on smithi163 2023-09-29T22:37:11.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:37:10.216596+0000 mgr.smithi060.njrpah (mgr.14166) 138 : cephadm [INF] Adjusting osd_memory_target on smithi163 to 7981M 2023-09-29T22:37:11.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.232059+0000 mgr.smithi060.njrpah (mgr.14166) 139 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:37:11.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.392780+0000 mon.smithi060 (mon.0) 479 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-09-29T22:37:11.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:10.392842+0000 mon.smithi060 (mon.0) 480 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2023-09-29T22:37:11.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.393209+0000 mon.smithi060 (mon.0) 481 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:37:11.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:10.402562+0000 mon.smithi060 (mon.0) 482 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:37:11.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:10.878304+0000 mgr.smithi060.njrpah (mgr.14166) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:11.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:37:10.208540+0000 mgr.smithi060.njrpah (mgr.14166) 137 : cephadm [INF] Detected new or changed devices on smithi163 2023-09-29T22:37:11.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:37:10.216596+0000 mgr.smithi060.njrpah (mgr.14166) 138 : cephadm [INF] Adjusting osd_memory_target on smithi163 to 7981M 2023-09-29T22:37:11.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.232059+0000 mgr.smithi060.njrpah (mgr.14166) 139 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:37:11.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.392780+0000 mon.smithi060 (mon.0) 479 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-09-29T22:37:11.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:10.392842+0000 mon.smithi060 (mon.0) 480 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2023-09-29T22:37:11.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.393209+0000 mon.smithi060 (mon.0) 481 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:37:11.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:10.402562+0000 mon.smithi060 (mon.0) 482 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:37:11.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:10.878304+0000 mgr.smithi060.njrpah (mgr.14166) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T22:37:12.671 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:10.052690+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:37:12.671 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:10.052788+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:37:12.671 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:11.402516+0000 mon.smithi060 (mon.0) 483 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:37:12.671 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:11.406335+0000 mon.smithi060 (mon.0) 484 : cluster [INF] osd.5 [v2:172.21.15.163:6808/761657167,v1:172.21.15.163:6809/761657167] boot 2023-09-29T22:37:12.671 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:11.406398+0000 mon.smithi060 (mon.0) 485 : cluster [DBG] osdmap e34: 6 total, 6 up, 6 in 2023-09-29T22:37:12.672 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:11.407298+0000 mon.smithi060 (mon.0) 486 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:37:12.672 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:11.805960+0000 mon.smithi163 (mon.1) 10 : audit [INF] from='client.? 172.21.15.163:0/4272867768' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b59ffe07-7102-4734-9e0f-f240d9b8c1e6"}]: dispatch 2023-09-29T22:37:12.672 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:11.806354+0000 mon.smithi060 (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b59ffe07-7102-4734-9e0f-f240d9b8c1e6"}]: dispatch 2023-09-29T22:37:12.672 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:11.810651+0000 mon.smithi060 (mon.0) 488 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b59ffe07-7102-4734-9e0f-f240d9b8c1e6"}]': finished 2023-09-29T22:37:12.672 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:11.810756+0000 mon.smithi060 (mon.0) 489 : cluster [DBG] osdmap e35: 7 total, 6 up, 7 in 2023-09-29T22:37:12.672 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:11.810882+0000 mon.smithi060 (mon.0) 490 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:12.672 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:12.216808+0000 mon.smithi163 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.163:0/100658128' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:37:12.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:10.052690+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:37:12.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:10.052788+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:37:12.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:11.402516+0000 mon.smithi060 (mon.0) 483 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:37:12.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:11.406335+0000 mon.smithi060 (mon.0) 484 : cluster [INF] osd.5 [v2:172.21.15.163:6808/761657167,v1:172.21.15.163:6809/761657167] boot 2023-09-29T22:37:12.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:11.406398+0000 mon.smithi060 (mon.0) 485 : cluster [DBG] osdmap e34: 6 total, 6 up, 6 in 2023-09-29T22:37:12.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:11.407298+0000 mon.smithi060 (mon.0) 486 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:37:12.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:11.805960+0000 mon.smithi163 (mon.1) 10 : audit [INF] from='client.? 172.21.15.163:0/4272867768' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b59ffe07-7102-4734-9e0f-f240d9b8c1e6"}]: dispatch 2023-09-29T22:37:12.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:11.806354+0000 mon.smithi060 (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b59ffe07-7102-4734-9e0f-f240d9b8c1e6"}]: dispatch 2023-09-29T22:37:12.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:11.810651+0000 mon.smithi060 (mon.0) 488 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b59ffe07-7102-4734-9e0f-f240d9b8c1e6"}]': finished 2023-09-29T22:37:12.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:11.810756+0000 mon.smithi060 (mon.0) 489 : cluster [DBG] osdmap e35: 7 total, 6 up, 7 in 2023-09-29T22:37:12.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:11.810882+0000 mon.smithi060 (mon.0) 490 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:12.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:12.216808+0000 mon.smithi163 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.163:0/100658128' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:37:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:12.812317+0000 mon.smithi060 (mon.0) 491 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2023-09-29T22:37:14.261 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:12.812444+0000 mon.smithi060 (mon.0) 492 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:14.261 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:12.878712+0000 mgr.smithi060.njrpah (mgr.14166) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:14.261 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:13.064184+0000 mon.smithi060 (mon.0) 493 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:14.261 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:13.067276+0000 mon.smithi060 (mon.0) 494 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:12.812317+0000 mon.smithi060 (mon.0) 491 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2023-09-29T22:37:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:12.812444+0000 mon.smithi060 (mon.0) 492 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:12.878712+0000 mgr.smithi060.njrpah (mgr.14166) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:13.064184+0000 mon.smithi060 (mon.0) 493 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:13.067276+0000 mon.smithi060 (mon.0) 494 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:16.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:14.879099+0000 mgr.smithi060.njrpah (mgr.14166) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:14.879099+0000 mgr.smithi060.njrpah (mgr.14166) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:16.578775+0000 mon.smithi060 (mon.0) 495 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T22:37:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:16.579686+0000 mon.smithi060 (mon.0) 496 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:17.246 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:16.578775+0000 mon.smithi060 (mon.0) 495 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T22:37:17.247 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:16.579686+0000 mon.smithi060 (mon.0) 496 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:37:16.580405+0000 mgr.smithi060.njrpah (mgr.14166) 143 : cephadm [INF] Deploying daemon osd.6 on smithi163 2023-09-29T22:37:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:16.879655+0000 mgr.smithi060.njrpah (mgr.14166) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:18.226 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:37:16.580405+0000 mgr.smithi060.njrpah (mgr.14166) 143 : cephadm [INF] Deploying daemon osd.6 on smithi163 2023-09-29T22:37:18.226 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:16.879655+0000 mgr.smithi060.njrpah (mgr.14166) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:18.940 INFO:teuthology.orchestra.run.smithi163.stdout:Created osd(s) 6 on host 'smithi163' 2023-09-29T22:37:19.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:18.928343+0000 mon.smithi060 (mon.0) 497 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:19.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:18.930313+0000 mon.smithi060 (mon.0) 498 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:19.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:18.932985+0000 mon.smithi060 (mon.0) 499 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:19.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:18.935046+0000 mon.smithi060 (mon.0) 500 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:19.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:18.937686+0000 mon.smithi060 (mon.0) 501 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:19.239 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:18.928343+0000 mon.smithi060 (mon.0) 497 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:19.239 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:18.930313+0000 mon.smithi060 (mon.0) 498 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:19.240 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:18.932985+0000 mon.smithi060 (mon.0) 499 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:19.240 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:18.935046+0000 mon.smithi060 (mon.0) 500 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:19.240 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:18.937686+0000 mon.smithi060 (mon.0) 501 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:19.259 DEBUG:teuthology.orchestra.run.smithi163:osd.6> sudo journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.6.service 2023-09-29T22:37:19.261 INFO:tasks.cephadm:Deploying osd.7 on smithi163 with /dev/vg_nvme/lv_1... 2023-09-29T22:37:19.261 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-29T22:37:19.294 INFO:journalctl@ceph.osd.6.smithi163.stdout:-- Logs begin at Fri 2023-09-29 22:24:26 UTC. -- 2023-09-29T22:37:19.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:37:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.6[119039]: debug 2023-09-29T22:37:19.403+0000 7f28ce2d7080 -1 Falling back to public interface 2023-09-29T22:37:20.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:18.880024+0000 mgr.smithi060.njrpah (mgr.14166) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:20.200 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:18.880024+0000 mgr.smithi060.njrpah (mgr.14166) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:20.788 INFO:teuthology.orchestra.run.smithi163.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-29T22:37:20.788 INFO:teuthology.orchestra.run.smithi163.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-29T22:37:20.788 INFO:teuthology.orchestra.run.smithi163.stderr: stderr: 10+0 records in 2023-09-29T22:37:20.788 INFO:teuthology.orchestra.run.smithi163.stderr:10+0 records out 2023-09-29T22:37:20.788 INFO:teuthology.orchestra.run.smithi163.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0139489 s, 752 MB/s 2023-09-29T22:37:20.788 INFO:teuthology.orchestra.run.smithi163.stderr:--> Zapping successful for: 2023-09-29T22:37:21.215 DEBUG:teuthology.orchestra.run.smithi163:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi163:vg_nvme/lv_1 2023-09-29T22:37:22.254 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:37:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.6[119039]: debug 2023-09-29T22:37:22.158+0000 7f28ce2d7080 -1 osd.6 0 log_to_monitors {default=true} 2023-09-29T22:37:22.255 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:20.880458+0000 mgr.smithi060.njrpah (mgr.14166) 146 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:22.255 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:21.019329+0000 mon.smithi060 (mon.0) 502 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:22.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:20.880458+0000 mgr.smithi060.njrpah (mgr.14166) 146 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:22.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:21.019329+0000 mon.smithi060 (mon.0) 502 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:23.287 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:22.163171+0000 mon.smithi163 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.163:6816/1373810236,v1:172.21.15.163:6817/1373810236]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T22:37:23.288 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:22.166237+0000 mon.smithi060 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T22:37:23.288 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:22.776582+0000 mon.smithi060 (mon.0) 504 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:37:23.288 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:22.778275+0000 mon.smithi060 (mon.0) 505 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:37:23.288 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:22.779059+0000 mon.smithi060 (mon.0) 506 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:23.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:22.163171+0000 mon.smithi163 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.163:6816/1373810236,v1:172.21.15.163:6817/1373810236]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T22:37:23.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:22.166237+0000 mon.smithi060 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T22:37:23.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:22.776582+0000 mon.smithi060 (mon.0) 504 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T22:37:23.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:22.778275+0000 mon.smithi060 (mon.0) 505 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T22:37:23.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:22.779059+0000 mon.smithi060 (mon.0) 506 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:24.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.6[119039]: debug 2023-09-29T22:37:24.032+0000 7f28c483a700 -1 osd.6 0 waiting for initial osdmap 2023-09-29T22:37:24.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.6[119039]: debug 2023-09-29T22:37:24.040+0000 7f28bd7af700 -1 osd.6 38 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T22:37:24.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:22.775532+0000 mgr.smithi060.njrpah (mgr.14166) 147 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:22.880946+0000 mgr.smithi060.njrpah (mgr.14166) 148 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.023604+0000 mon.smithi060 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:23.023680+0000 mon.smithi060 (mon.0) 508 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.024099+0000 mon.smithi060 (mon.0) 509 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.024535+0000 mon.smithi163 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.163:6816/1373810236,v1:172.21.15.163:6817/1373810236]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.027614+0000 mon.smithi060 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.928582+0000 mon.smithi060 (mon.0) 511 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.929695+0000 mon.smithi060 (mon.0) 512 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.930636+0000 mon.smithi060 (mon.0) 513 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.931512+0000 mon.smithi060 (mon.0) 514 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.936205+0000 mon.smithi060 (mon.0) 515 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:24.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.940030+0000 mon.smithi060 (mon.0) 516 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:24.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.945250+0000 mon.smithi060 (mon.0) 517 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:24.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.946440+0000 mon.smithi060 (mon.0) 518 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:24.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.947225+0000 mon.smithi060 (mon.0) 519 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:24.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:23.951495+0000 mon.smithi060 (mon.0) 520 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:24.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:22.775532+0000 mgr.smithi060.njrpah (mgr.14166) 147 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:37:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:22.880946+0000 mgr.smithi060.njrpah (mgr.14166) 148 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.023604+0000 mon.smithi060 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-29T22:37:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:23.023680+0000 mon.smithi060 (mon.0) 508 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-09-29T22:37:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.024099+0000 mon.smithi060 (mon.0) 509 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.024535+0000 mon.smithi163 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.163:6816/1373810236,v1:172.21.15.163:6817/1373810236]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.027614+0000 mon.smithi060 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.928582+0000 mon.smithi060 (mon.0) 511 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.929695+0000 mon.smithi060 (mon.0) 512 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.930636+0000 mon.smithi060 (mon.0) 513 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.931512+0000 mon.smithi060 (mon.0) 514 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:24.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.936205+0000 mon.smithi060 (mon.0) 515 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:24.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.940030+0000 mon.smithi060 (mon.0) 516 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:24.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.945250+0000 mon.smithi060 (mon.0) 517 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:24.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.946440+0000 mon.smithi060 (mon.0) 518 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:24.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.947225+0000 mon.smithi060 (mon.0) 519 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:24.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:23.951495+0000 mon.smithi060 (mon.0) 520 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:37:23.923155+0000 mgr.smithi060.njrpah (mgr.14166) 149 : cephadm [INF] Detected new or changed devices on smithi163 2023-09-29T22:37:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:37:23.932171+0000 mgr.smithi060.njrpah (mgr.14166) 150 : cephadm [INF] Adjusting osd_memory_target on smithi163 to 5320M 2023-09-29T22:37:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:24.028487+0000 mon.smithi060 (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-09-29T22:37:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:24.028598+0000 mon.smithi060 (mon.0) 522 : cluster [DBG] osdmap e38: 7 total, 6 up, 7 in 2023-09-29T22:37:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:24.029009+0000 mon.smithi060 (mon.0) 523 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:24.034550+0000 mon.smithi060 (mon.0) 524 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:24.489348+0000 mon.smithi163 (mon.1) 14 : audit [INF] from='client.? 172.21.15.163:0/547399200' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a60b3fcf-de52-40ef-b6db-de623bc4681d"}]: dispatch 2023-09-29T22:37:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:24.489934+0000 mon.smithi060 (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a60b3fcf-de52-40ef-b6db-de623bc4681d"}]: dispatch 2023-09-29T22:37:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:24.494957+0000 mon.smithi060 (mon.0) 526 : cluster [INF] osd.6 [v2:172.21.15.163:6816/1373810236,v1:172.21.15.163:6817/1373810236] boot 2023-09-29T22:37:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:24.495046+0000 mon.smithi060 (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a60b3fcf-de52-40ef-b6db-de623bc4681d"}]': finished 2023-09-29T22:37:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:24.495153+0000 mon.smithi060 (mon.0) 528 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-09-29T22:37:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:24.495313+0000 mon.smithi060 (mon.0) 529 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:24.495965+0000 mon.smithi060 (mon.0) 530 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:24.909825+0000 mon.smithi163 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.163:0/2246561481' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:37:25.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:37:23.923155+0000 mgr.smithi060.njrpah (mgr.14166) 149 : cephadm [INF] Detected new or changed devices on smithi163 2023-09-29T22:37:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:37:23.932171+0000 mgr.smithi060.njrpah (mgr.14166) 150 : cephadm [INF] Adjusting osd_memory_target on smithi163 to 5320M 2023-09-29T22:37:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:24.028487+0000 mon.smithi060 (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-09-29T22:37:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:24.028598+0000 mon.smithi060 (mon.0) 522 : cluster [DBG] osdmap e38: 7 total, 6 up, 7 in 2023-09-29T22:37:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:24.029009+0000 mon.smithi060 (mon.0) 523 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:24.034550+0000 mon.smithi060 (mon.0) 524 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:24.489348+0000 mon.smithi163 (mon.1) 14 : audit [INF] from='client.? 172.21.15.163:0/547399200' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a60b3fcf-de52-40ef-b6db-de623bc4681d"}]: dispatch 2023-09-29T22:37:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:24.489934+0000 mon.smithi060 (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a60b3fcf-de52-40ef-b6db-de623bc4681d"}]: dispatch 2023-09-29T22:37:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:24.494957+0000 mon.smithi060 (mon.0) 526 : cluster [INF] osd.6 [v2:172.21.15.163:6816/1373810236,v1:172.21.15.163:6817/1373810236] boot 2023-09-29T22:37:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:24.495046+0000 mon.smithi060 (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a60b3fcf-de52-40ef-b6db-de623bc4681d"}]': finished 2023-09-29T22:37:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:24.495153+0000 mon.smithi060 (mon.0) 528 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-09-29T22:37:25.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:24.495313+0000 mon.smithi060 (mon.0) 529 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:37:25.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:24.495965+0000 mon.smithi060 (mon.0) 530 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:25.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:24.909825+0000 mon.smithi163 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.163:0/2246561481' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T22:37:26.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:23.183663+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:37:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:23.183754+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:37:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:24.881348+0000 mgr.smithi060.njrpah (mgr.14166) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:25.498778+0000 mon.smithi060 (mon.0) 531 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-09-29T22:37:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:25.498926+0000 mon.smithi060 (mon.0) 532 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:26.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:23.183663+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:37:26.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:23.183754+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:37:26.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:24.881348+0000 mgr.smithi060.njrpah (mgr.14166) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T22:37:26.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:25.498778+0000 mon.smithi060 (mon.0) 531 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-09-29T22:37:26.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:25.498926+0000 mon.smithi060 (mon.0) 532 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:26.501428+0000 mon.smithi060 (mon.0) 533 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-09-29T22:37:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:26.501599+0000 mon.smithi060 (mon.0) 534 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:26.881776+0000 mgr.smithi060.njrpah (mgr.14166) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:27.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:26.501428+0000 mon.smithi060 (mon.0) 533 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-09-29T22:37:27.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:26.501599+0000 mon.smithi060 (mon.0) 534 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:27.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:26.881776+0000 mgr.smithi060.njrpah (mgr.14166) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:30.004 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:28.882262+0000 mgr.smithi060.njrpah (mgr.14166) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:30.004 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:29.326256+0000 mon.smithi060 (mon.0) 535 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T22:37:30.004 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:29.327081+0000 mon.smithi060 (mon.0) 536 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:28.882262+0000 mgr.smithi060.njrpah (mgr.14166) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:29.326256+0000 mon.smithi060 (mon.0) 535 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T22:37:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:29.327081+0000 mon.smithi060 (mon.0) 536 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:31.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:37:29.327757+0000 mgr.smithi060.njrpah (mgr.14166) 154 : cephadm [INF] Deploying daemon osd.7 on smithi163 2023-09-29T22:37:31.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:37:29.327757+0000 mgr.smithi060.njrpah (mgr.14166) 154 : cephadm [INF] Deploying daemon osd.7 on smithi163 2023-09-29T22:37:31.689 INFO:teuthology.orchestra.run.smithi163.stdout:Created osd(s) 7 on host 'smithi163' 2023-09-29T22:37:32.045 DEBUG:teuthology.orchestra.run.smithi163:osd.7> sudo journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.7.service 2023-09-29T22:37:32.047 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-29T22:37:32.048 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-29T22:37:32.079 INFO:journalctl@ceph.osd.7.smithi163.stdout:-- Logs begin at Fri 2023-09-29 22:24:26 UTC. -- 2023-09-29T22:37:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:30.882737+0000 mgr.smithi060.njrpah (mgr.14166) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:31.677170+0000 mon.smithi060 (mon.0) 537 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:31.679192+0000 mon.smithi060 (mon.0) 538 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:31.681928+0000 mon.smithi060 (mon.0) 539 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:31.684228+0000 mon.smithi060 (mon.0) 540 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:32.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:31.687068+0000 mon.smithi060 (mon.0) 541 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:32.261 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:37:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.7[121910]: debug 2023-09-29T22:37:32.149+0000 7f4f2e14e080 -1 Falling back to public interface 2023-09-29T22:37:32.262 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:30.882737+0000 mgr.smithi060.njrpah (mgr.14166) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:32.262 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:31.677170+0000 mon.smithi060 (mon.0) 537 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:32.262 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:31.679192+0000 mon.smithi060 (mon.0) 538 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:32.262 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:31.681928+0000 mon.smithi060 (mon.0) 539 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:32.262 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:31.684228+0000 mon.smithi060 (mon.0) 540 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:32.262 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:31.687068+0000 mon.smithi060 (mon.0) 541 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:32.883132+0000 mgr.smithi060.njrpah (mgr.14166) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:33.075315+0000 mon.smithi060 (mon.0) 542 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:33.478 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:37:33.542 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:32.883132+0000 mgr.smithi060.njrpah (mgr.14166) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:33.543 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:33.075315+0000 mon.smithi060 (mon.0) 542 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:33.870 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":41,"num_osds":8,"num_up_osds":7,"osd_up_since":1696027044,"num_in_osds":8,"osd_in_since":1696027044,"num_remapped_pgs":0} 2023-09-29T22:37:34.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:33.479070+0000 mon.smithi060 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.60:0/2205034891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T22:37:34.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:33.479070+0000 mon.smithi060 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.60:0/2205034891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T22:37:34.871 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-29T22:37:35.055 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:37:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.7[121910]: debug 2023-09-29T22:37:34.889+0000 7f4f2e14e080 -1 osd.7 0 log_to_monitors {default=true} 2023-09-29T22:37:35.442 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:34.883629+0000 mgr.smithi060.njrpah (mgr.14166) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:35.443 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:34.892876+0000 mon.smithi163 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.163:6824/312994980,v1:172.21.15.163:6825/312994980]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T22:37:35.443 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:34.893233+0000 mon.smithi060 (mon.0) 544 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T22:37:35.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:34.883629+0000 mgr.smithi060.njrpah (mgr.14166) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:34.892876+0000 mon.smithi163 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.163:6824/312994980,v1:172.21.15.163:6825/312994980]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T22:37:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:34.893233+0000 mon.smithi060 (mon.0) 544 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T22:37:36.343 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:37:36.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.187558+0000 mon.smithi060 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-29T22:37:36.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:35.187634+0000 mon.smithi060 (mon.0) 546 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-09-29T22:37:36.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.187770+0000 mon.smithi060 (mon.0) 547 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:36.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.190826+0000 mon.smithi163 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.163:6824/312994980,v1:172.21.15.163:6825/312994980]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:36.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.191104+0000 mon.smithi060 (mon.0) 548 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:36.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:37:35.353105+0000 mgr.smithi060.njrpah (mgr.14166) 158 : cephadm [INF] Detected new or changed devices on smithi163 2023-09-29T22:37:36.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.358393+0000 mon.smithi060 (mon.0) 549 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:36.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.595762+0000 mon.smithi060 (mon.0) 550 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:36.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.596835+0000 mon.smithi060 (mon.0) 551 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:36.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.597777+0000 mon.smithi060 (mon.0) 552 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:36.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.598706+0000 mon.smithi060 (mon.0) 553 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:36.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:37:35.599281+0000 mgr.smithi060.njrpah (mgr.14166) 159 : cephadm [INF] Adjusting osd_memory_target on smithi163 to 3990M 2023-09-29T22:37:36.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.603748+0000 mon.smithi060 (mon.0) 554 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:36.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.607598+0000 mon.smithi060 (mon.0) 555 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:36.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.612787+0000 mon.smithi060 (mon.0) 556 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:36.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.613952+0000 mon.smithi060 (mon.0) 557 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:36.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.614704+0000 mon.smithi060 (mon.0) 558 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:36.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:35.618821+0000 mon.smithi060 (mon.0) 559 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:36.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.7[121910]: debug 2023-09-29T22:37:36.193+0000 7f4f246b1700 -1 osd.7 0 waiting for initial osdmap 2023-09-29T22:37:36.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.7[121910]: debug 2023-09-29T22:37:36.200+0000 7f4f1f62a700 -1 osd.7 43 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T22:37:36.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.187558+0000 mon.smithi060 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-29T22:37:36.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:35.187634+0000 mon.smithi060 (mon.0) 546 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-09-29T22:37:36.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.187770+0000 mon.smithi060 (mon.0) 547 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:36.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.190826+0000 mon.smithi163 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.163:6824/312994980,v1:172.21.15.163:6825/312994980]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:36.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.191104+0000 mon.smithi060 (mon.0) 548 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:37:36.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:37:35.353105+0000 mgr.smithi060.njrpah (mgr.14166) 158 : cephadm [INF] Detected new or changed devices on smithi163 2023-09-29T22:37:36.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.358393+0000 mon.smithi060 (mon.0) 549 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:36.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.595762+0000 mon.smithi060 (mon.0) 550 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:36.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.596835+0000 mon.smithi060 (mon.0) 551 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:36.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.597777+0000 mon.smithi060 (mon.0) 552 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:36.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.598706+0000 mon.smithi060 (mon.0) 553 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:37:36.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:37:35.599281+0000 mgr.smithi060.njrpah (mgr.14166) 159 : cephadm [INF] Adjusting osd_memory_target on smithi163 to 3990M 2023-09-29T22:37:36.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.603748+0000 mon.smithi060 (mon.0) 554 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:36.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.607598+0000 mon.smithi060 (mon.0) 555 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:36.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.612787+0000 mon.smithi060 (mon.0) 556 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:37:36.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.613952+0000 mon.smithi060 (mon.0) 557 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:37:36.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.614704+0000 mon.smithi060 (mon.0) 558 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:37:36.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:35.618821+0000 mon.smithi060 (mon.0) 559 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:37:36.753 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1696027044,"num_in_osds":8,"osd_in_since":1696027044,"num_remapped_pgs":0} 2023-09-29T22:37:37.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:36.189156+0000 mon.smithi060 (mon.0) 560 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-09-29T22:37:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:36.189211+0000 mon.smithi060 (mon.0) 561 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2023-09-29T22:37:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:36.189647+0000 mon.smithi060 (mon.0) 562 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:36.194645+0000 mon.smithi060 (mon.0) 563 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:36.343807+0000 mon.smithi060 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.60:0/1611103639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T22:37:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:36.884055+0000 mgr.smithi060.njrpah (mgr.14166) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:37.025574+0000 mon.smithi060 (mon.0) 565 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:37:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:37.025787+0000 mon.smithi060 (mon.0) 566 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:37:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:37.178650+0000 mon.smithi060 (mon.0) 567 : cluster [INF] osd.7 [v2:172.21.15.163:6824/312994980,v1:172.21.15.163:6825/312994980] boot 2023-09-29T22:37:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:37.178712+0000 mon.smithi060 (mon.0) 568 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-09-29T22:37:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:37.179028+0000 mon.smithi060 (mon.0) 569 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:36.189156+0000 mon.smithi060 (mon.0) 560 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-09-29T22:37:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:36.189211+0000 mon.smithi060 (mon.0) 561 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2023-09-29T22:37:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:36.189647+0000 mon.smithi060 (mon.0) 562 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:36.194645+0000 mon.smithi060 (mon.0) 563 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:36.343807+0000 mon.smithi060 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.60:0/1611103639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T22:37:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:36.884055+0000 mgr.smithi060.njrpah (mgr.14166) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T22:37:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:37.025574+0000 mon.smithi060 (mon.0) 565 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:37:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:37.025787+0000 mon.smithi060 (mon.0) 566 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:37:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:37.178650+0000 mon.smithi060 (mon.0) 567 : cluster [INF] osd.7 [v2:172.21.15.163:6824/312994980,v1:172.21.15.163:6825/312994980] boot 2023-09-29T22:37:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:37.178712+0000 mon.smithi060 (mon.0) 568 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-09-29T22:37:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:37.179028+0000 mon.smithi060 (mon.0) 569 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:37:37.754 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-29T22:37:38.424 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:35.905974+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:37:38.425 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:35.906084+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:37:38.425 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:38.180037+0000 mon.smithi060 (mon.0) 570 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-09-29T22:37:38.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:35.905974+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T22:37:38.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:35.906084+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T22:37:38.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:38.180037+0000 mon.smithi060 (mon.0) 570 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-09-29T22:37:39.099 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:37:39.420 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:38.884375+0000 mgr.smithi060.njrpah (mgr.14166) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:39.421 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:39.099586+0000 mon.smithi060 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.60:0/1488053461' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T22:37:39.421 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:39.181288+0000 mon.smithi060 (mon.0) 572 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-09-29T22:37:39.494 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":45,"num_osds":8,"num_up_osds":8,"osd_up_since":1696027057,"num_in_osds":8,"osd_in_since":1696027044,"num_remapped_pgs":0} 2023-09-29T22:37:39.495 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-29T22:37:39.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:38.884375+0000 mgr.smithi060.njrpah (mgr.14166) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:39.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:39.099586+0000 mon.smithi060 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.60:0/1488053461' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T22:37:39.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:39.181288+0000 mon.smithi060 (mon.0) 572 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-09-29T22:37:39.752 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:40.967 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:37:40.967 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":46,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","created":"2023-09-29T22:33:38.346252+0000","modified":"2023-09-29T22:37:39.177341+0000","last_up_change":"2023-09-29T22:37:37.173876+0000","last_in_change":"2023-09-29T22:37:24.490721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-09-29T22:36:40.612804+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":"5efc5ff9-d08f-45f9-bb37-5f54733d731b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6803","nonce":376197789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6805","nonce":376197789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6809","nonce":376197789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6807","nonce":376197789}]},"public_addr":"172.21.15.60:6803/376197789","cluster_addr":"172.21.15.60:6805/376197789","heartbeat_back_addr":"172.21.15.60:6809/376197789","heartbeat_front_addr":"172.21.15.60:6807/376197789","state":["exists","up"]},{"osd":1,"uuid":"cba3c5e0-acab-48f5-bcec-3e76a9dcdfa1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6811","nonce":1251934055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6813","nonce":1251934055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6817","nonce":1251934055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6815","nonce":1251934055}]},"public_addr":"172.21.15.60:6811/1251934055","cluster_addr":"172.21.15.60:6813/1251934055","heartbeat_back_addr":"172.21.15.60:6817/1251934055","heartbeat_front_addr":"172.21.15.60:6815/1251934055","state":["exists","up"]},{"osd":2,"uuid":"547ab510-ef56-4799-95c6-5eb34b5dc089","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6818","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6819","nonce":1778566399}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6820","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6821","nonce":1778566399}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6824","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6825","nonce":1778566399}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6822","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6823","nonce":1778566399}]},"public_addr":"172.21.15.60:6819/1778566399","cluster_addr":"172.21.15.60:6821/1778566399","heartbeat_back_addr":"172.21.15.60:6825/1778566399","heartbeat_front_addr":"172.21.15.60:6823/1778566399","state":["exists","up"]},{"osd":3,"uuid":"bae87ff1-03f6-4fb8-a425-677709366a2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6826","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6827","nonce":3516716209}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6828","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6829","nonce":3516716209}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6832","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6833","nonce":3516716209}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6830","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6831","nonce":3516716209}]},"public_addr":"172.21.15.60:6827/3516716209","cluster_addr":"172.21.15.60:6829/3516716209","heartbeat_back_addr":"172.21.15.60:6833/3516716209","heartbeat_front_addr":"172.21.15.60:6831/3516716209","state":["exists","up"]},{"osd":4,"uuid":"d259b8c2-588e-439a-8838-78f36f26cb9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6800","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6801","nonce":2837694032}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6802","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6803","nonce":2837694032}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6806","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6807","nonce":2837694032}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6804","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6805","nonce":2837694032}]},"public_addr":"172.21.15.163:6801/2837694032","cluster_addr":"172.21.15.163:6803/2837694032","heartbeat_back_addr":"172.21.15.163:6807/2837694032","heartbeat_front_addr":"172.21.15.163:6805/2837694032","state":["exists","up"]},{"osd":5,"uuid":"cca6874a-14be-42a6-b0f5-f04354dcecf9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6808","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6809","nonce":761657167}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6810","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6811","nonce":761657167}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6814","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6815","nonce":761657167}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6812","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6813","nonce":761657167}]},"public_addr":"172.21.15.163:6809/761657167","cluster_addr":"172.21.15.163:6811/761657167","heartbeat_back_addr":"172.21.15.163:6815/761657167","heartbeat_front_addr":"172.21.15.163:6813/761657167","state":["exists","up"]},{"osd":6,"uuid":"b59ffe07-7102-4734-9e0f-f240d9b8c1e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6816","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6817","nonce":1373810236}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6818","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6819","nonce":1373810236}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6822","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6823","nonce":1373810236}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6820","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6821","nonce":1373810236}]},"public_addr":"172.21.15.163:6817/1373810236","cluster_addr":"172.21.15.163:6819/1373810236","heartbeat_back_addr":"172.21.15.163:6823/1373810236","heartbeat_front_addr":"172.21.15.163:6821/1373810236","state":["exists","up"]},{"osd":7,"uuid":"a60b3fcf-de52-40ef-b6db-de623bc4681d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6824","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6825","nonce":312994980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6826","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6827","nonce":312994980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6830","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6831","nonce":312994980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6828","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6829","nonce":312994980}]},"public_addr":"172.21.15.163:6825/312994980","cluster_addr":"172.21.15.163:6827/312994980","heartbeat_back_addr":"172.21.15.163:6831/312994980","heartbeat_front_addr":"172.21.15.163:6829/312994980","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:35:59.138551+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:13.247594+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:29.506578+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:44.352107+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:56.460248+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:37:10.052790+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:37:23.183756+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:37:35.906086+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/2123491607":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6801/3975332884":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6800/3975332884":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6800/902325752":"2023-09-30T22:34:23.949058+0000","172.21.15.60:6801/902325752":"2023-09-30T22:34:23.949058+0000","172.21.15.60:6800/1719666596":"2023-09-30T22:34:06.980008+0000","172.21.15.60:0/2841249922":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6801/1719666596":"2023-09-30T22:34:06.980008+0000","172.21.15.60:0/315781306":"2023-09-30T22:34:23.949058+0000","172.21.15.60:0/2380944614":"2023-09-30T22:34:06.980008+0000","172.21.15.60:0/3029735797":"2023-09-30T22:34:23.949058+0000","172.21.15.60:0/1328165118":"2023-09-30T22:34:06.980008+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-29T22:37:41.344 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-09-29T22:36:40.612804+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-09-29T22:37:41.345 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-09-29T22:37:41.602 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:42.074 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:40.884721+0000 mgr.smithi060.njrpah (mgr.14166) 162 : cluster [DBG] pgmap v127: 1 pgs: 1 peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:42.074 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:40.965857+0000 mon.smithi060 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.60:0/4248944232' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T22:37:42.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:40.884721+0000 mgr.smithi060.njrpah (mgr.14166) 162 : cluster [DBG] pgmap v127: 1 pgs: 1 peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:42.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:40.965857+0000 mon.smithi060 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.60:0/4248944232' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T22:37:42.828 INFO:teuthology.orchestra.run.smithi060.stdout:pg_num: 1 2023-09-29T22:37:43.175 INFO:tasks.cephadm:Setting up client nodes... 2023-09-29T22:37:43.175 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-29T22:37:43.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:42.828093+0000 mon.smithi060 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.60:0/745267256' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-09-29T22:37:43.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:42.885068+0000 mgr.smithi060.njrpah (mgr.14166) 163 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:43.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:42.828093+0000 mon.smithi060 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.60:0/745267256' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-09-29T22:37:43.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:42.885068+0000 mgr.smithi060.njrpah (mgr.14166) 163 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:44.666 INFO:teuthology.orchestra.run.smithi060.stdout:[client.0] 2023-09-29T22:37:44.666 INFO:teuthology.orchestra.run.smithi060.stdout: key = AQC4URdlnAiJJxAAVItUmnzoY8nYtFgJmOGDXw== 2023-09-29T22:37:44.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:44.663114+0000 mon.smithi060 (mon.0) 575 : audit [INF] from='client.? 172.21.15.60:0/2231623510' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-29T22:37:44.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:44.666978+0000 mon.smithi060 (mon.0) 576 : audit [INF] from='client.? 172.21.15.60:0/2231623510' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-29T22:37:45.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:44.663114+0000 mon.smithi060 (mon.0) 575 : audit [INF] from='client.? 172.21.15.60:0/2231623510' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-29T22:37:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:44.666978+0000 mon.smithi060 (mon.0) 576 : audit [INF] from='client.? 172.21.15.60:0/2231623510' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-29T22:37:45.060 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-29T22:37:45.060 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-29T22:37:45.061 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-29T22:37:45.111 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-29T22:37:45.112 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-29T22:37:45.112 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph mgr dump --format=json 2023-09-29T22:37:45.408 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:45.865 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:44.885722+0000 mgr.smithi060.njrpah (mgr.14166) 164 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:46.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:44.885722+0000 mgr.smithi060.njrpah (mgr.14166) 164 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:46.677 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:37:47.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:46.673664+0000 mon.smithi060 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.60:0/2227789849' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-29T22:37:47.061 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:46.673664+0000 mon.smithi060 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.60:0/2227789849' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-29T22:37:47.084 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":18,"active_gid":14166,"active_name":"smithi060.njrpah","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":1806471798},{"type":"v1","addr":"172.21.15.60:6801","nonce":1806471798}]},"active_addr":"172.21.15.60:6801/1806471798","active_change":"2023-09-29T22:34:36.798618+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14212,"name":"smithi163.bpdfjr","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.60:8443/","prometheus":"http://172.21.15.60: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.60:0","nonce":3182588144}]},{"addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":3056284202}]}]}} 2023-09-29T22:37:47.089 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-29T22:37:47.090 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-29T22:37:47.090 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-29T22:37:47.349 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:47.840 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:46.886291+0000 mgr.smithi060.njrpah (mgr.14166) 165 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:48.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:46.886291+0000 mgr.smithi060.njrpah (mgr.14166) 165 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:48.553 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:37:48.553 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":46,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","created":"2023-09-29T22:33:38.346252+0000","modified":"2023-09-29T22:37:39.177341+0000","last_up_change":"2023-09-29T22:37:37.173876+0000","last_in_change":"2023-09-29T22:37:24.490721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-09-29T22:36:40.612804+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":"5efc5ff9-d08f-45f9-bb37-5f54733d731b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6803","nonce":376197789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6805","nonce":376197789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6809","nonce":376197789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6807","nonce":376197789}]},"public_addr":"172.21.15.60:6803/376197789","cluster_addr":"172.21.15.60:6805/376197789","heartbeat_back_addr":"172.21.15.60:6809/376197789","heartbeat_front_addr":"172.21.15.60:6807/376197789","state":["exists","up"]},{"osd":1,"uuid":"cba3c5e0-acab-48f5-bcec-3e76a9dcdfa1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6811","nonce":1251934055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6813","nonce":1251934055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6817","nonce":1251934055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6815","nonce":1251934055}]},"public_addr":"172.21.15.60:6811/1251934055","cluster_addr":"172.21.15.60:6813/1251934055","heartbeat_back_addr":"172.21.15.60:6817/1251934055","heartbeat_front_addr":"172.21.15.60:6815/1251934055","state":["exists","up"]},{"osd":2,"uuid":"547ab510-ef56-4799-95c6-5eb34b5dc089","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6818","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6819","nonce":1778566399}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6820","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6821","nonce":1778566399}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6824","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6825","nonce":1778566399}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6822","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6823","nonce":1778566399}]},"public_addr":"172.21.15.60:6819/1778566399","cluster_addr":"172.21.15.60:6821/1778566399","heartbeat_back_addr":"172.21.15.60:6825/1778566399","heartbeat_front_addr":"172.21.15.60:6823/1778566399","state":["exists","up"]},{"osd":3,"uuid":"bae87ff1-03f6-4fb8-a425-677709366a2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6826","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6827","nonce":3516716209}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6828","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6829","nonce":3516716209}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6832","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6833","nonce":3516716209}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6830","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6831","nonce":3516716209}]},"public_addr":"172.21.15.60:6827/3516716209","cluster_addr":"172.21.15.60:6829/3516716209","heartbeat_back_addr":"172.21.15.60:6833/3516716209","heartbeat_front_addr":"172.21.15.60:6831/3516716209","state":["exists","up"]},{"osd":4,"uuid":"d259b8c2-588e-439a-8838-78f36f26cb9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6800","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6801","nonce":2837694032}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6802","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6803","nonce":2837694032}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6806","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6807","nonce":2837694032}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6804","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6805","nonce":2837694032}]},"public_addr":"172.21.15.163:6801/2837694032","cluster_addr":"172.21.15.163:6803/2837694032","heartbeat_back_addr":"172.21.15.163:6807/2837694032","heartbeat_front_addr":"172.21.15.163:6805/2837694032","state":["exists","up"]},{"osd":5,"uuid":"cca6874a-14be-42a6-b0f5-f04354dcecf9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6808","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6809","nonce":761657167}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6810","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6811","nonce":761657167}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6814","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6815","nonce":761657167}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6812","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6813","nonce":761657167}]},"public_addr":"172.21.15.163:6809/761657167","cluster_addr":"172.21.15.163:6811/761657167","heartbeat_back_addr":"172.21.15.163:6815/761657167","heartbeat_front_addr":"172.21.15.163:6813/761657167","state":["exists","up"]},{"osd":6,"uuid":"b59ffe07-7102-4734-9e0f-f240d9b8c1e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6816","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6817","nonce":1373810236}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6818","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6819","nonce":1373810236}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6822","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6823","nonce":1373810236}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6820","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6821","nonce":1373810236}]},"public_addr":"172.21.15.163:6817/1373810236","cluster_addr":"172.21.15.163:6819/1373810236","heartbeat_back_addr":"172.21.15.163:6823/1373810236","heartbeat_front_addr":"172.21.15.163:6821/1373810236","state":["exists","up"]},{"osd":7,"uuid":"a60b3fcf-de52-40ef-b6db-de623bc4681d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6824","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6825","nonce":312994980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6826","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6827","nonce":312994980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6830","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6831","nonce":312994980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6828","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6829","nonce":312994980}]},"public_addr":"172.21.15.163:6825/312994980","cluster_addr":"172.21.15.163:6827/312994980","heartbeat_back_addr":"172.21.15.163:6831/312994980","heartbeat_front_addr":"172.21.15.163:6829/312994980","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:35:59.138551+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:13.247594+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:29.506578+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:44.352107+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:56.460248+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:37:10.052790+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:37:23.183756+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:37:35.906086+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/2123491607":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6801/3975332884":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6800/3975332884":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6800/902325752":"2023-09-30T22:34:23.949058+0000","172.21.15.60:6801/902325752":"2023-09-30T22:34:23.949058+0000","172.21.15.60:6800/1719666596":"2023-09-30T22:34:06.980008+0000","172.21.15.60:0/2841249922":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6801/1719666596":"2023-09-30T22:34:06.980008+0000","172.21.15.60:0/315781306":"2023-09-30T22:34:23.949058+0000","172.21.15.60:0/2380944614":"2023-09-30T22:34:06.980008+0000","172.21.15.60:0/3029735797":"2023-09-30T22:34:23.949058+0000","172.21.15.60:0/1328165118":"2023-09-30T22:34:06.980008+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-29T22:37:48.860 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:48.552570+0000 mon.smithi060 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.60:0/2234694997' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T22:37:48.934 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-29T22:37:48.935 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-29T22:37:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:48.552570+0000 mon.smithi060 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.60:0/2234694997' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T22:37:49.191 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:49.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:48.886776+0000 mgr.smithi060.njrpah (mgr.14166) 166 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:50.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:49 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:48.886776+0000 mgr.smithi060.njrpah (mgr.14166) 166 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:50.362 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:37:50.362 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":46,"fsid":"2d15e80e-5f18-11ee-8db4-212e2dc638e7","created":"2023-09-29T22:33:38.346252+0000","modified":"2023-09-29T22:37:39.177341+0000","last_up_change":"2023-09-29T22:37:37.173876+0000","last_in_change":"2023-09-29T22:37:24.490721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-09-29T22:36:40.612804+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":"5efc5ff9-d08f-45f9-bb37-5f54733d731b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6803","nonce":376197789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6805","nonce":376197789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6809","nonce":376197789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":376197789},{"type":"v1","addr":"172.21.15.60:6807","nonce":376197789}]},"public_addr":"172.21.15.60:6803/376197789","cluster_addr":"172.21.15.60:6805/376197789","heartbeat_back_addr":"172.21.15.60:6809/376197789","heartbeat_front_addr":"172.21.15.60:6807/376197789","state":["exists","up"]},{"osd":1,"uuid":"cba3c5e0-acab-48f5-bcec-3e76a9dcdfa1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6811","nonce":1251934055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6813","nonce":1251934055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6817","nonce":1251934055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":1251934055},{"type":"v1","addr":"172.21.15.60:6815","nonce":1251934055}]},"public_addr":"172.21.15.60:6811/1251934055","cluster_addr":"172.21.15.60:6813/1251934055","heartbeat_back_addr":"172.21.15.60:6817/1251934055","heartbeat_front_addr":"172.21.15.60:6815/1251934055","state":["exists","up"]},{"osd":2,"uuid":"547ab510-ef56-4799-95c6-5eb34b5dc089","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6818","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6819","nonce":1778566399}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6820","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6821","nonce":1778566399}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6824","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6825","nonce":1778566399}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6822","nonce":1778566399},{"type":"v1","addr":"172.21.15.60:6823","nonce":1778566399}]},"public_addr":"172.21.15.60:6819/1778566399","cluster_addr":"172.21.15.60:6821/1778566399","heartbeat_back_addr":"172.21.15.60:6825/1778566399","heartbeat_front_addr":"172.21.15.60:6823/1778566399","state":["exists","up"]},{"osd":3,"uuid":"bae87ff1-03f6-4fb8-a425-677709366a2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6826","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6827","nonce":3516716209}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6828","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6829","nonce":3516716209}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6832","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6833","nonce":3516716209}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6830","nonce":3516716209},{"type":"v1","addr":"172.21.15.60:6831","nonce":3516716209}]},"public_addr":"172.21.15.60:6827/3516716209","cluster_addr":"172.21.15.60:6829/3516716209","heartbeat_back_addr":"172.21.15.60:6833/3516716209","heartbeat_front_addr":"172.21.15.60:6831/3516716209","state":["exists","up"]},{"osd":4,"uuid":"d259b8c2-588e-439a-8838-78f36f26cb9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6800","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6801","nonce":2837694032}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6802","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6803","nonce":2837694032}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6806","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6807","nonce":2837694032}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6804","nonce":2837694032},{"type":"v1","addr":"172.21.15.163:6805","nonce":2837694032}]},"public_addr":"172.21.15.163:6801/2837694032","cluster_addr":"172.21.15.163:6803/2837694032","heartbeat_back_addr":"172.21.15.163:6807/2837694032","heartbeat_front_addr":"172.21.15.163:6805/2837694032","state":["exists","up"]},{"osd":5,"uuid":"cca6874a-14be-42a6-b0f5-f04354dcecf9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6808","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6809","nonce":761657167}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6810","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6811","nonce":761657167}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6814","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6815","nonce":761657167}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6812","nonce":761657167},{"type":"v1","addr":"172.21.15.163:6813","nonce":761657167}]},"public_addr":"172.21.15.163:6809/761657167","cluster_addr":"172.21.15.163:6811/761657167","heartbeat_back_addr":"172.21.15.163:6815/761657167","heartbeat_front_addr":"172.21.15.163:6813/761657167","state":["exists","up"]},{"osd":6,"uuid":"b59ffe07-7102-4734-9e0f-f240d9b8c1e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6816","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6817","nonce":1373810236}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6818","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6819","nonce":1373810236}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6822","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6823","nonce":1373810236}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6820","nonce":1373810236},{"type":"v1","addr":"172.21.15.163:6821","nonce":1373810236}]},"public_addr":"172.21.15.163:6817/1373810236","cluster_addr":"172.21.15.163:6819/1373810236","heartbeat_back_addr":"172.21.15.163:6823/1373810236","heartbeat_front_addr":"172.21.15.163:6821/1373810236","state":["exists","up"]},{"osd":7,"uuid":"a60b3fcf-de52-40ef-b6db-de623bc4681d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6824","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6825","nonce":312994980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6826","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6827","nonce":312994980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6830","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6831","nonce":312994980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6828","nonce":312994980},{"type":"v1","addr":"172.21.15.163:6829","nonce":312994980}]},"public_addr":"172.21.15.163:6825/312994980","cluster_addr":"172.21.15.163:6827/312994980","heartbeat_back_addr":"172.21.15.163:6831/312994980","heartbeat_front_addr":"172.21.15.163:6829/312994980","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:35:59.138551+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:13.247594+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:29.506578+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:44.352107+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:36:56.460248+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:37:10.052790+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:37:23.183756+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-29T22:37:35.906086+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/2123491607":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6801/3975332884":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6800/3975332884":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6800/902325752":"2023-09-30T22:34:23.949058+0000","172.21.15.60:6801/902325752":"2023-09-30T22:34:23.949058+0000","172.21.15.60:6800/1719666596":"2023-09-30T22:34:06.980008+0000","172.21.15.60:0/2841249922":"2023-09-30T22:34:36.798306+0000","172.21.15.60:6801/1719666596":"2023-09-30T22:34:06.980008+0000","172.21.15.60:0/315781306":"2023-09-30T22:34:23.949058+0000","172.21.15.60:0/2380944614":"2023-09-30T22:34:06.980008+0000","172.21.15.60:0/3029735797":"2023-09-30T22:34:23.949058+0000","172.21.15.60:0/1328165118":"2023-09-30T22:34:06.980008+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-29T22:37:50.744 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-09-29T22:37:50.745 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-09-29T22:37:50.745 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-09-29T22:37:50.746 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-09-29T22:37:50.746 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-09-29T22:37:50.746 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-09-29T22:37:50.747 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-09-29T22:37:50.747 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-09-29T22:37:50.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:37:50.361937+0000 mon.smithi060 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.60:0/3504653845' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T22:37:51.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:37:50.361937+0000 mon.smithi060 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.60:0/3504653845' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T22:37:51.241 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:51.291 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:51.948 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:52.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:50.894405+0000 mgr.smithi060.njrpah (mgr.14166) 167 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:52.126 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:50.894405+0000 mgr.smithi060.njrpah (mgr.14166) 167 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:52.451 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:53.008 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:53.011 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:53.358 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:53.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:52.894785+0000 mgr.smithi060.njrpah (mgr.14166) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:53.511 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:53.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:52.894785+0000 mgr.smithi060.njrpah (mgr.14166) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:55.367 INFO:teuthology.orchestra.run.smithi060.stdout:146028888076 2023-09-29T22:37:55.476 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-09-29T22:37:55.754 INFO:teuthology.orchestra.run.smithi060.stdout:73014444051 2023-09-29T22:37:55.803 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-09-29T22:37:56.170 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:54.895131+0000 mgr.smithi060.njrpah (mgr.14166) 169 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:56.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:54.895131+0000 mgr.smithi060.njrpah (mgr.14166) 169 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:56.397 INFO:teuthology.orchestra.run.smithi060.stdout:107374182415 2023-09-29T22:37:56.398 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-09-29T22:37:57.357 INFO:teuthology.orchestra.run.smithi060.stdout:38654705690 2023-09-29T22:37:57.357 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-09-29T22:37:57.782 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:57.819 INFO:teuthology.orchestra.run.smithi060.stdout:167503724552 2023-09-29T22:37:57.820 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-09-29T22:37:57.999 INFO:teuthology.orchestra.run.smithi060.stdout:55834574872 2023-09-29T22:37:58.000 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-09-29T22:37:58.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:56.895449+0000 mgr.smithi060.njrpah (mgr.14166) 170 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:58.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:56.895449+0000 mgr.smithi060.njrpah (mgr.14166) 170 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:37:58.749 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:58.802 INFO:teuthology.orchestra.run.smithi060.stdout:124554051598 2023-09-29T22:37:58.802 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-09-29T22:37:58.928 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:58.950 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:59.233 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:59.348 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:37:59.690 INFO:teuthology.orchestra.run.smithi060.stdout:188978561030 2023-09-29T22:37:59.691 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-09-29T22:38:00.004 INFO:teuthology.orchestra.run.smithi060.stdout:146028888077 2023-09-29T22:38:00.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:37:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:37:58.895775+0000 mgr.smithi060.njrpah (mgr.14166) 171 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:00.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:37:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:37:58.895775+0000 mgr.smithi060.njrpah (mgr.14166) 171 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:00.457 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:38:01.147 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:00.004236+0000 mon.smithi060 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.60:0/1641555647' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-29T22:38:01.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:00.004236+0000 mon.smithi060 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.60:0/1641555647' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-29T22:38:01.658 INFO:teuthology.orchestra.run.smithi060.stdout:73014444052 2023-09-29T22:38:02.084 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:00.896157+0000 mgr.smithi060.njrpah (mgr.14166) 172 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:02.084 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:01.658831+0000 mon.smithi060 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.60:0/2687349118' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-29T22:38:02.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:00.896157+0000 mgr.smithi060.njrpah (mgr.14166) 172 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:02.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:01.658831+0000 mon.smithi060 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.60:0/2687349118' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-29T22:38:02.323 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888076 got 146028888077 for osd.5 2023-09-29T22:38:02.323 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444051 got 73014444052 for osd.2 2023-09-29T22:38:02.323 DEBUG:teuthology.parallel:result is None 2023-09-29T22:38:02.323 DEBUG:teuthology.parallel:result is None 2023-09-29T22:38:03.109 INFO:teuthology.orchestra.run.smithi060.stdout:55834574872 2023-09-29T22:38:03.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:02.896804+0000 mgr.smithi060.njrpah (mgr.14166) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:03.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:03.109483+0000 mon.smithi060 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.60:0/2465811860' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-29T22:38:03.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:03 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:02.896804+0000 mgr.smithi060.njrpah (mgr.14166) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:03 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:03.109483+0000 mon.smithi060 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.60:0/2465811860' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-29T22:38:03.632 INFO:teuthology.orchestra.run.smithi060.stdout:38654705692 2023-09-29T22:38:03.671 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574872 got 55834574872 for osd.1 2023-09-29T22:38:03.671 DEBUG:teuthology.parallel:result is None 2023-09-29T22:38:03.745 INFO:teuthology.orchestra.run.smithi060.stdout:167503724553 2023-09-29T22:38:03.885 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:38:04.103 INFO:teuthology.orchestra.run.smithi060.stdout:124554051599 2023-09-29T22:38:04.296 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:04 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:03.632966+0000 mon.smithi060 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.60:0/1576290552' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-29T22:38:04.296 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:04 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:03.745917+0000 mon.smithi060 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.60:0/1378594579' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-29T22:38:04.296 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:04 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:04.104300+0000 mon.smithi060 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.60:0/1210356884' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-29T22:38:04.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:04 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:03.632966+0000 mon.smithi060 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.60:0/1576290552' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-29T22:38:04.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:04 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:03.745917+0000 mon.smithi060 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.60:0/1378594579' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-29T22:38:04.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:04 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:04.104300+0000 mon.smithi060 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.60:0/1210356884' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-29T22:38:04.613 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051598 got 124554051599 for osd.4 2023-09-29T22:38:04.614 DEBUG:teuthology.parallel:result is None 2023-09-29T22:38:04.614 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724552 got 167503724553 for osd.6 2023-09-29T22:38:04.615 DEBUG:teuthology.parallel:result is None 2023-09-29T22:38:04.872 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705690 got 38654705692 for osd.0 2023-09-29T22:38:04.873 DEBUG:teuthology.parallel:result is None 2023-09-29T22:38:05.424 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:04.897319+0000 mgr.smithi060.njrpah (mgr.14166) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:05.499 INFO:teuthology.orchestra.run.smithi060.stdout:107374182417 2023-09-29T22:38:05.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:04.897319+0000 mgr.smithi060.njrpah (mgr.14166) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:05.906 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182415 got 107374182417 for osd.3 2023-09-29T22:38:05.907 DEBUG:teuthology.parallel:result is None 2023-09-29T22:38:06.130 INFO:teuthology.orchestra.run.smithi060.stdout:188978561031 2023-09-29T22:38:06.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:05.499858+0000 mon.smithi060 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.60:0/429715042' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-29T22:38:06.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:06.130604+0000 mon.smithi060 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.60:0/263561152' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-29T22:38:06.531 INFO:tasks.cephadm.ceph_manager.ceph:need seq 188978561030 got 188978561031 for osd.7 2023-09-29T22:38:06.531 DEBUG:teuthology.parallel:result is None 2023-09-29T22:38:06.531 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-29T22:38:06.532 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-29T22:38:06.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:05.499858+0000 mon.smithi060 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.60:0/429715042' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-29T22:38:06.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:06.130604+0000 mon.smithi060 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.60:0/263561152' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-29T22:38:06.790 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:38:07.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:06.897631+0000 mgr.smithi060.njrpah (mgr.14166) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:07.607 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:06.897631+0000 mgr.smithi060.njrpah (mgr.14166) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:08.026 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:38:08.028 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2023-09-29T22:38:08.358 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:08.024976+0000 mgr.smithi060.njrpah (mgr.14166) 176 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:38:08.408 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":140,"stamp":"2023-09-29T22:38:06.897491+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":42660,"kb_used_data":3492,"kb_used_omap":0,"kb_used_meta":39104,"kb_avail":749918556,"statfs":{"total":767960285184,"available":767916601344,"internally_reserved":0,"allocated":3575808,"data_stored":1434643,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40042496},"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":46,"state":"active+clean","last_fresh":"2023-09-29T22:37:40.212058+0000","last_change":"2023-09-29T22:37:40.212058+0000","last_active":"2023-09-29T22:37:40.212058+0000","last_peered":"2023-09-29T22:37:40.212058+0000","last_clean":"2023-09-29T22:37:40.212058+0000","last_became_active":"2023-09-29T22:37:40.211625+0000","last_became_peered":"2023-09-29T22:37:40.211625+0000","last_unstale":"2023-09-29T22:37:40.212058+0000","last_undegraded":"2023-09-29T22:37:40.212058+0000","last_fullsized":"2023-09-29T22:37:40.212058+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-29T22:36:41.130336+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-29T22:36:41.130336+0000","last_clean_scrub_stamp":"2023-09-29T22:36:41.130336+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":44,"seq":188978561031,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5180,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739972,"statfs":{"total":95995035648,"available":95989731328,"internally_reserved":0,"allocated":446464,"data_stored":179291,"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.57299999999999995}]},{"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.51700000000000002}]},{"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.54300000000000004}]},{"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.81200000000000006}]},{"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.498}]},{"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.61599999999999999}]},{"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.71199999999999997}]}]},{"osd":6,"up_from":39,"seq":167503724554,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5244,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739908,"statfs":{"total":95995035648,"available":95989665792,"internally_reserved":0,"allocated":446464,"data_stored":179291,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78200000000000003}]},{"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.65900000000000003}]},{"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.69199999999999995}]},{"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.75700000000000001}]},{"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.46999999999999997}]},{"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.51800000000000002}]},{"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.621}]}]},{"osd":1,"up_from":13,"seq":55834574874,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5436,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739716,"statfs":{"total":95995035648,"available":95989469184,"internally_reserved":0,"allocated":446464,"data_stored":179291,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 29 22:37:15 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":3.8410000000000002,"5min":3.8410000000000002,"15min":3.8410000000000002},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.45300000000000001}]},{"osd":2,"last update":"Fri Sep 29 22:37:33 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.438},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.371}]},{"osd":3,"last update":"Fri Sep 29 22:37:51 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.40799999999999997}]},{"osd":4,"last update":"Fri Sep 29 22:37:57 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.091,"5min":1.091,"15min":1.091},"last":0.63600000000000001}]},{"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.51000000000000001}]},{"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.79600000000000004}]},{"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.65800000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705692,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5504,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739648,"statfs":{"total":95995035648,"available":95989399552,"internally_reserved":0,"allocated":450560,"data_stored":179606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Sep 29 22:37:22 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.36199999999999999}]},{"osd":2,"last update":"Fri Sep 29 22:37:31 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.377},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.48699999999999999}]},{"osd":3,"last update":"Fri Sep 29 22:37:49 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.622},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.434}]},{"osd":4,"last update":"Fri Sep 29 22:37:57 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.57899999999999996},{"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.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.52100000000000002}]},{"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.59499999999999997}]},{"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.57099999999999995}]},{"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.66600000000000004}]}]},{"osd":2,"up_from":17,"seq":73014444054,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5376,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739776,"statfs":{"total":95995035648,"available":95989530624,"internally_reserved":0,"allocated":450560,"data_stored":179606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 29 22:37:34 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.36699999999999999}]},{"osd":1,"last update":"Fri Sep 29 22:37:34 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.47799999999999998}]},{"osd":3,"last update":"Fri Sep 29 22:37:47 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.49199999999999999}]},{"osd":4,"last update":"Fri Sep 29 22:37:59 2023","interfaces":[{"interface":"back","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.1040000000000001,"5min":1.1040000000000001,"15min":1.1040000000000001},"last":0.72499999999999998}]},{"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.69699999999999995}]},{"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.75600000000000001}]},{"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.63400000000000001}]}]},{"osd":3,"up_from":25,"seq":107374182418,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5308,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739844,"statfs":{"total":95995035648,"available":95989600256,"internally_reserved":0,"allocated":446464,"data_stored":179291,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 29 22:37:47 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.42299999999999999}]},{"osd":1,"last update":"Fri Sep 29 22:37:47 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.47499999999999998}]},{"osd":2,"last update":"Fri Sep 29 22:37:47 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.68500000000000005}]},{"osd":4,"last update":"Fri Sep 29 22:38:01 2023","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.72199999999999998}]},{"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.53200000000000003}]},{"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.70499999999999996}]},{"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.64700000000000002}]}]},{"osd":4,"up_from":29,"seq":124554051600,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5304,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739848,"statfs":{"total":95995035648,"available":95989604352,"internally_reserved":0,"allocated":442368,"data_stored":178976,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 29 22:37:59 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.499}]},{"osd":1,"last update":"Fri Sep 29 22:37:59 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.58199999999999996}]},{"osd":2,"last update":"Fri Sep 29 22:37:59 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.42099999999999999}]},{"osd":3,"last update":"Fri Sep 29 22:37:59 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.45500000000000002}]},{"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.439}]},{"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.45200000000000001}]},{"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.39700000000000002}]}]},{"osd":5,"up_from":34,"seq":146028888078,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5308,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739844,"statfs":{"total":95995035648,"available":95989600256,"internally_reserved":0,"allocated":446464,"data_stored":179291,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48999999999999999}]},{"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.627}]},{"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.47299999999999998}]},{"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.53900000000000003}]},{"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.65000000000000002}]},{"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.70899999999999996}]},{"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.75700000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-29T22:38:08.410 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-29T22:38:08.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:08.024976+0000 mgr.smithi060.njrpah (mgr.14166) 176 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:38:08.668 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:38:09.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:08.897974+0000 mgr.smithi060.njrpah (mgr.14166) 177 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:09.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:08.897974+0000 mgr.smithi060.njrpah (mgr.14166) 177 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:09.832 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:38:09.833 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2023-09-29T22:38:10.217 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":141,"stamp":"2023-09-29T22:38:08.897798+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":42660,"kb_used_data":3492,"kb_used_omap":0,"kb_used_meta":39104,"kb_avail":749918556,"statfs":{"total":767960285184,"available":767916601344,"internally_reserved":0,"allocated":3575808,"data_stored":1434643,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40042496},"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":46,"state":"active+clean","last_fresh":"2023-09-29T22:37:40.212058+0000","last_change":"2023-09-29T22:37:40.212058+0000","last_active":"2023-09-29T22:37:40.212058+0000","last_peered":"2023-09-29T22:37:40.212058+0000","last_clean":"2023-09-29T22:37:40.212058+0000","last_became_active":"2023-09-29T22:37:40.211625+0000","last_became_peered":"2023-09-29T22:37:40.211625+0000","last_unstale":"2023-09-29T22:37:40.212058+0000","last_undegraded":"2023-09-29T22:37:40.212058+0000","last_fullsized":"2023-09-29T22:37:40.212058+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-29T22:36:41.130336+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-29T22:36:41.130336+0000","last_clean_scrub_stamp":"2023-09-29T22:36:41.130336+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":44,"seq":188978561032,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5180,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739972,"statfs":{"total":95995035648,"available":95989731328,"internally_reserved":0,"allocated":446464,"data_stored":179291,"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.52600000000000002}]},{"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.60999999999999999}]},{"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.50900000000000001}]},{"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.56999999999999995}]},{"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.38100000000000001}]},{"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.42699999999999999}]},{"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.46500000000000002}]}]},{"osd":6,"up_from":39,"seq":167503724554,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5244,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739908,"statfs":{"total":95995035648,"available":95989665792,"internally_reserved":0,"allocated":446464,"data_stored":179291,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78200000000000003}]},{"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.65900000000000003}]},{"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.69199999999999995}]},{"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.75700000000000001}]},{"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.46999999999999997}]},{"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.51800000000000002}]},{"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.621}]}]},{"osd":1,"up_from":13,"seq":55834574874,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5436,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739716,"statfs":{"total":95995035648,"available":95989469184,"internally_reserved":0,"allocated":446464,"data_stored":179291,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 29 22:37:15 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":3.8410000000000002,"5min":3.8410000000000002,"15min":3.8410000000000002},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.45300000000000001}]},{"osd":2,"last update":"Fri Sep 29 22:37:33 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.438},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.371}]},{"osd":3,"last update":"Fri Sep 29 22:37:51 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.40799999999999997}]},{"osd":4,"last update":"Fri Sep 29 22:37:57 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.091,"5min":1.091,"15min":1.091},"last":0.63600000000000001}]},{"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.51000000000000001}]},{"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.79600000000000004}]},{"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.65800000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705693,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5504,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739648,"statfs":{"total":95995035648,"available":95989399552,"internally_reserved":0,"allocated":450560,"data_stored":179606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Sep 29 22:37:22 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"last":0.434},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.35199999999999998}]},{"osd":2,"last update":"Fri Sep 29 22:37:31 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.38},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.47699999999999998}]},{"osd":3,"last update":"Fri Sep 29 22:37:49 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45400000000000001}]},{"osd":4,"last update":"Fri Sep 29 22:37:57 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.67700000000000005},{"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.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.60199999999999998}]},{"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.56200000000000006}]},{"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.58199999999999996}]},{"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.62}]}]},{"osd":2,"up_from":17,"seq":73014444054,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5376,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739776,"statfs":{"total":95995035648,"available":95989530624,"internally_reserved":0,"allocated":450560,"data_stored":179606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 29 22:37:34 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.36699999999999999}]},{"osd":1,"last update":"Fri Sep 29 22:37:34 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.47799999999999998}]},{"osd":3,"last update":"Fri Sep 29 22:37:47 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.49199999999999999}]},{"osd":4,"last update":"Fri Sep 29 22:37:59 2023","interfaces":[{"interface":"back","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.1040000000000001,"5min":1.1040000000000001,"15min":1.1040000000000001},"last":0.72499999999999998}]},{"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.69699999999999995}]},{"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.75600000000000001}]},{"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.63400000000000001}]}]},{"osd":3,"up_from":25,"seq":107374182418,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5308,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739844,"statfs":{"total":95995035648,"available":95989600256,"internally_reserved":0,"allocated":446464,"data_stored":179291,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 29 22:37:47 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.42299999999999999}]},{"osd":1,"last update":"Fri Sep 29 22:37:47 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.47499999999999998}]},{"osd":2,"last update":"Fri Sep 29 22:37:47 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.68500000000000005}]},{"osd":4,"last update":"Fri Sep 29 22:38:01 2023","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.72199999999999998}]},{"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.53200000000000003}]},{"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.70499999999999996}]},{"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.64700000000000002}]}]},{"osd":4,"up_from":29,"seq":124554051601,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5304,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739848,"statfs":{"total":95995035648,"available":95989604352,"internally_reserved":0,"allocated":442368,"data_stored":178976,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 29 22:37:59 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.70099999999999996}]},{"osd":1,"last update":"Fri Sep 29 22:37:59 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.71199999999999997}]},{"osd":2,"last update":"Fri Sep 29 22:37:59 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.65200000000000002}]},{"osd":3,"last update":"Fri Sep 29 22:37:59 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.63800000000000001}]},{"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.35499999999999998}]},{"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.46400000000000002}]},{"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.45100000000000001}]}]},{"osd":5,"up_from":34,"seq":146028888079,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5308,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739844,"statfs":{"total":95995035648,"available":95989600256,"internally_reserved":0,"allocated":446464,"data_stored":179291,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52600000000000002}]},{"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.46200000000000002}]},{"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.56299999999999994}]},{"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.60499999999999998}]},{"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.38300000000000001}]},{"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.51100000000000001}]},{"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.42199999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-29T22:38:10.218 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-29T22:38:10.218 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-29T22:38:10.218 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-29T22:38:10.219 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-29T22:38:10.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:09.830082+0000 mgr.smithi060.njrpah (mgr.14166) 178 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:38:10.473 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/mon.smithi060/config 2023-09-29T22:38:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:09.830082+0000 mgr.smithi060.njrpah (mgr.14166) 178 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:38:11.324 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:10.898409+0000 mgr.smithi060.njrpah (mgr.14166) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:11.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:10.898409+0000 mgr.smithi060.njrpah (mgr.14166) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:11.793 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:38:12.173 INFO:teuthology.orchestra.run.smithi060.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-29T22:38:12.174 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-29T22:38:12.174 INFO:tasks.cephadm:Setup complete, yielding 2023-09-29T22:38:12.174 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-29T22:38:12.183 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:38:12.184 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch status' 2023-09-29T22:38:12.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:11.794023+0000 mon.smithi060 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.60:0/353068650' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-29T22:38:12.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:11.794023+0000 mon.smithi060 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.60:0/353068650' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-29T22:38:13.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:12.898869+0000 mgr.smithi060.njrpah (mgr.14166) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:13.595 INFO:teuthology.orchestra.run.smithi060.stdout:Backend: cephadm 2023-09-29T22:38:13.595 INFO:teuthology.orchestra.run.smithi060.stdout:Available: Yes 2023-09-29T22:38:13.595 INFO:teuthology.orchestra.run.smithi060.stdout:Paused: No 2023-09-29T22:38:13.622 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:12.898869+0000 mgr.smithi060.njrpah (mgr.14166) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:13.973 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-09-29T22:38:14.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:13.595685+0000 mgr.smithi060.njrpah (mgr.14166) 181 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:14.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:13.595685+0000 mgr.smithi060.njrpah (mgr.14166) 181 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:15.456 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:38:15.456 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (2m) 62s ago 3m 14.3M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (3m) 62s ago 3m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (2m) 42s ago 2m 7142k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (2m) 62s ago 3m 29.1M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:9283 running (4m) 62s ago 4m 430M - 16.2.5 6933c2a0b7dd 88fdc61ac2b3 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (2m) 42s ago 2m 378M - 16.2.5 6933c2a0b7dd 81dc800fe7ca 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (4m) 62s ago 4m 73.5M 2048M 16.2.5 6933c2a0b7dd 247e8fe46a74 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (2m) 42s ago 2m 72.9M 2048M 16.2.5 6933c2a0b7dd 2b628d7a4641 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (3m) 62s ago 3m 18.1M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (2m) 42s ago 2m 16.0M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (2m) 62s ago 2m 35.1M 3223M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:38:15.457 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (2m) 62s ago 2m 35.4M 3223M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:38:15.458 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (110s) 62s ago 110s 31.7M 3223M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:38:15.458 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (95s) 62s ago 95s 31.2M 3223M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:38:15.458 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (83s) 42s ago 83s 36.0M 3990M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:38:15.458 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (69s) 42s ago 69s 33.0M 3990M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:38:15.458 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (56s) 42s ago 56s 30.3M 3990M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:38:15.458 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (44s) 42s ago 43s 12.6M 3990M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:38:15.458 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (2m) 62s ago 3m 36.6M - 2.18.1 de242295e225 2e3661b3c945 2023-09-29T22:38:15.489 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:14.899404+0000 mgr.smithi060.njrpah (mgr.14166) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:15.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:14.899404+0000 mgr.smithi060.njrpah (mgr.14166) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:15.848 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-09-29T22:38:16.437 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:15.447574+0000 mgr.smithi060.njrpah (mgr.14166) 183 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:16.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:15.447574+0000 mgr.smithi060.njrpah (mgr.14166) 183 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:17.392 INFO:teuthology.orchestra.run.smithi060.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-09-29T22:38:17.392 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager ?:9093,9094 1/1 64s ago 3m count:1 2023-09-29T22:38:17.392 INFO:teuthology.orchestra.run.smithi060.stdout:crash 2/2 64s ago 4m * 2023-09-29T22:38:17.392 INFO:teuthology.orchestra.run.smithi060.stdout:grafana ?:3000 1/1 64s ago 3m count:1 2023-09-29T22:38:17.392 INFO:teuthology.orchestra.run.smithi060.stdout:mgr 2/2 64s ago 4m count:2 2023-09-29T22:38:17.393 INFO:teuthology.orchestra.run.smithi060.stdout:mon 2/2 64s ago 3m smithi060:172.21.15.60=smithi060;smithi163:172.21.15.163=smithi163;count:2 2023-09-29T22:38:17.393 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter ?:9100 2/2 64s ago 3m * 2023-09-29T22:38:17.393 INFO:teuthology.orchestra.run.smithi060.stdout:osd 8/8 64s ago - 2023-09-29T22:38:17.393 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus ?:9095 1/1 64s ago 3m count:1 2023-09-29T22:38:17.421 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:16.899861+0000 mgr.smithi060.njrpah (mgr.14166) 184 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:17.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:16.899861+0000 mgr.smithi060.njrpah (mgr.14166) 184 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:17.782 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-09-29T22:38:18.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:17.388590+0000 mgr.smithi060.njrpah (mgr.14166) 185 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:18.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:17.388590+0000 mgr.smithi060.njrpah (mgr.14166) 185 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:19.243 INFO:teuthology.orchestra.run.smithi060.stdout:HOST ADDR LABELS STATUS 2023-09-29T22:38:19.243 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 172.21.15.60 2023-09-29T22:38:19.244 INFO:teuthology.orchestra.run.smithi060.stdout:smithi163 172.21.15.163 2023-09-29T22:38:19.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:18.900349+0000 mgr.smithi060.njrpah (mgr.14166) 186 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:19.573 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:18.900349+0000 mgr.smithi060.njrpah (mgr.14166) 186 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:19.623 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-09-29T22:38:20.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:19.243243+0000 mgr.smithi060.njrpah (mgr.14166) 187 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:20.673 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:19.243243+0000 mgr.smithi060.njrpah (mgr.14166) 187 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:21.050 INFO:teuthology.orchestra.run.smithi060.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2023-09-29T22:38:21.050 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme0n1 ssd PHMB7476008A480DGN 480G Unknown N/A N/A No 2023-09-29T22:38:21.050 INFO:teuthology.orchestra.run.smithi060.stdout:smithi163 /dev/nvme0n1 ssd CVFT623300GU400BGN 400G Unknown N/A N/A No 2023-09-29T22:38:21.398 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:20.900674+0000 mgr.smithi060.njrpah (mgr.14166) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:21.399 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:21.049415+0000 mgr.smithi060.njrpah (mgr.14166) 189 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:21.423 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-29T22:38:21.436 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:38:21.436 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-29T22:38:21.471 INFO:teuthology.orchestra.run.smithi060.stderr:+ systemctl stop nfs-server 2023-09-29T22:38:21.480 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi163.front.sepia.ceph.com 2023-09-29T22:38:21.480 DEBUG:teuthology.orchestra.run.smithi163:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-29T22:38:21.514 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:20.900674+0000 mgr.smithi060.njrpah (mgr.14166) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:21.514 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:21.049415+0000 mgr.smithi060.njrpah (mgr.14166) 189 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:21.518 INFO:teuthology.orchestra.run.smithi163.stderr:+ systemctl stop nfs-server 2023-09-29T22:38:21.526 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-29T22:38:21.535 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:38:21.535 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-09-29T22:38:24.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:22.900965+0000 mgr.smithi060.njrpah (mgr.14166) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:24.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:23.057215+0000 mgr.smithi060.njrpah (mgr.14166) 191 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:24.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:23.057729+0000 mon.smithi060 (mon.0) 589 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-29T22:38:24.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:22.900965+0000 mgr.smithi060.njrpah (mgr.14166) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:23.057215+0000 mgr.smithi060.njrpah (mgr.14166) 191 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:23.057729+0000 mon.smithi060 (mon.0) 589 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-29T22:38:24.930 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:38:24.575+0000 7ff752b1c700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-29T22:38:24.986 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-29T22:38:24.996 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-09-29T22:38:24.996 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-29T22:38:25.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:23.566555+0000 mon.smithi060 (mon.0) 590 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-29T22:38:25.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:23.566605+0000 mon.smithi060 (mon.0) 591 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-09-29T22:38:25.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:23.568137+0000 mon.smithi060 (mon.0) 592 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-29T22:38:25.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.569930+0000 mon.smithi060 (mon.0) 593 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-29T22:38:25.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:24.570220+0000 mon.smithi060 (mon.0) 594 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-09-29T22:38:25.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.575342+0000 mon.smithi060 (mon.0) 595 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-29T22:38:25.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:24.576295+0000 mon.smithi060 (mon.0) 596 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-29T22:38:25.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:24.576340+0000 mon.smithi060 (mon.0) 597 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-29T22:38:25.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:24.587762+0000 mon.smithi060 (mon.0) 598 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-09-29T22:38:25.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.587986+0000 mon.smithi060 (mon.0) 599 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-29T22:38:25.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:24.588152+0000 mon.smithi060 (mon.0) 600 : cluster [DBG] fsmap foofs:0 2023-09-29T22:38:25.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.597509+0000 mon.smithi060 (mon.0) 601 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:25.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.598577+0000 mon.smithi060 (mon.0) 602 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:25.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.602624+0000 mon.smithi060 (mon.0) 603 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:25.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.605530+0000 mon.smithi060 (mon.0) 604 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:25.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.888356+0000 mon.smithi060 (mon.0) 605 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:25.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.895078+0000 mon.smithi060 (mon.0) 606 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:25.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.895814+0000 mon.smithi060 (mon.0) 607 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.rekotv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:38:25.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.899959+0000 mon.smithi060 (mon.0) 608 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.rekotv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-29T22:38:25.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:24.900679+0000 mon.smithi060 (mon.0) 609 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:23.566555+0000 mon.smithi060 (mon.0) 590 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-29T22:38:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:23.566605+0000 mon.smithi060 (mon.0) 591 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-09-29T22:38:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:23.568137+0000 mon.smithi060 (mon.0) 592 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-29T22:38:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.569930+0000 mon.smithi060 (mon.0) 593 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-29T22:38:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:24.570220+0000 mon.smithi060 (mon.0) 594 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-09-29T22:38:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.575342+0000 mon.smithi060 (mon.0) 595 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-29T22:38:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:24.576295+0000 mon.smithi060 (mon.0) 596 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-29T22:38:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:24.576340+0000 mon.smithi060 (mon.0) 597 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:24.587762+0000 mon.smithi060 (mon.0) 598 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.587986+0000 mon.smithi060 (mon.0) 599 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:24.588152+0000 mon.smithi060 (mon.0) 600 : cluster [DBG] fsmap foofs:0 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.597509+0000 mon.smithi060 (mon.0) 601 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.598577+0000 mon.smithi060 (mon.0) 602 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.602624+0000 mon.smithi060 (mon.0) 603 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.605530+0000 mon.smithi060 (mon.0) 604 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.888356+0000 mon.smithi060 (mon.0) 605 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.895078+0000 mon.smithi060 (mon.0) 606 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.895814+0000 mon.smithi060 (mon.0) 607 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.rekotv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:38:25.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.899959+0000 mon.smithi060 (mon.0) 608 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.rekotv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-29T22:38:25.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:24.900679+0000 mon.smithi060 (mon.0) 609 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:26.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:24.592141+0000 mgr.smithi060.njrpah (mgr.14166) 192 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-09-29T22:38:26.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:24.901245+0000 mgr.smithi060.njrpah (mgr.14166) 193 : cluster [DBG] pgmap v152: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:26.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:24.901406+0000 mgr.smithi060.njrpah (mgr.14166) 194 : cephadm [INF] Deploying daemon mds.foofs.smithi060.rekotv on smithi060 2023-09-29T22:38:26.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:25.586264+0000 mon.smithi060 (mon.0) 610 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-09-29T22:38:26.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:24.592141+0000 mgr.smithi060.njrpah (mgr.14166) 192 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-09-29T22:38:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:24.901245+0000 mgr.smithi060.njrpah (mgr.14166) 193 : cluster [DBG] pgmap v152: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:24.901406+0000 mgr.smithi060.njrpah (mgr.14166) 194 : cephadm [INF] Deploying daemon mds.foofs.smithi060.rekotv on smithi060 2023-09-29T22:38:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:25.586264+0000 mon.smithi060 (mon.0) 610 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-09-29T22:38:26.756 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:38:26.756 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-29T22:34:28.096631Z", "last_refresh": "2023-09-29T22:37:13.058130Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-29T22:34:16.359830Z", "last_refresh": "2023-09-29T22:37:13.058203Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-29T22:34:26.273294Z", "last_refresh": "2023-09-29T22:37:13.058269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-29T22:38:24.597785Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-29T22:38:24.592186Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-29T22:34:15.328253Z", "last_refresh": "2023-09-29T22:37:13.058049Z", "running": 2, "size": 2}}, {"events": ["2023-09-29T22:34:55.057283Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-29T22:34:55.054046Z", "last_refresh": "2023-09-29T22:37:13.057895Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-29T22:34:27.198050Z", "last_refresh": "2023-09-29T22:37:13.058330Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2023-09-29T22:37:13.058453Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-29T22:34:25.006442Z", "last_refresh": "2023-09-29T22:37:13.058392Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-29T22:38:27.139 INFO:tasks.cephadm:mds.foofs has 0/2 2023-09-29T22:38:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:26.587032+0000 mon.smithi060 (mon.0) 611 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-09-29T22:38:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:26.752240+0000 mgr.smithi060.njrpah (mgr.14166) 195 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:38:27.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:26.853593+0000 mon.smithi060 (mon.0) 612 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:27.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:26.854690+0000 mon.smithi060 (mon.0) 613 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.avrbvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:38:27.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:26.857391+0000 mon.smithi060 (mon.0) 614 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.avrbvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-29T22:38:27.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:26.858043+0000 mon.smithi060 (mon.0) 615 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:27.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:26.858623+0000 mgr.smithi060.njrpah (mgr.14166) 196 : cephadm [INF] Deploying daemon mds.foofs.smithi163.avrbvr on smithi163 2023-09-29T22:38:27.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:26.901585+0000 mgr.smithi060.njrpah (mgr.14166) 197 : cluster [DBG] pgmap v155: 65 pgs: 35 unknown, 30 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:27.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:26.587032+0000 mon.smithi060 (mon.0) 611 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-09-29T22:38:27.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:26.752240+0000 mgr.smithi060.njrpah (mgr.14166) 195 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:38:27.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:26.853593+0000 mon.smithi060 (mon.0) 612 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:27.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:26.854690+0000 mon.smithi060 (mon.0) 613 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.avrbvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:38:27.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:26.857391+0000 mon.smithi060 (mon.0) 614 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.avrbvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-29T22:38:27.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:26.858043+0000 mon.smithi060 (mon.0) 615 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:27.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:26.858623+0000 mgr.smithi060.njrpah (mgr.14166) 196 : cephadm [INF] Deploying daemon mds.foofs.smithi163.avrbvr on smithi163 2023-09-29T22:38:27.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:26.901585+0000 mgr.smithi060.njrpah (mgr.14166) 197 : cluster [DBG] pgmap v155: 65 pgs: 35 unknown, 30 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:28.140 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-29T22:38:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:28.394575+0000 mon.smithi060 (mon.0) 616 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:28.395946+0000 mon.smithi060 (mon.0) 617 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:28.397026+0000 mon.smithi060 (mon.0) 618 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:28.397787+0000 mon.smithi060 (mon.0) 619 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:28.861430+0000 mon.smithi060 (mon.0) 620 : cluster [DBG] mds.? [v2:172.21.15.163:6832/2245983440,v1:172.21.15.163:6833/2245983440] up:boot 2023-09-29T22:38:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:28.861499+0000 mon.smithi060 (mon.0) 621 : cluster [INF] daemon mds.foofs.smithi163.avrbvr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-29T22:38:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:28.861577+0000 mon.smithi060 (mon.0) 622 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-29T22:38:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:28.861609+0000 mon.smithi060 (mon.0) 623 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-29T22:38:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:28.861631+0000 mon.smithi060 (mon.0) 624 : cluster [INF] Cluster is now healthy 2023-09-29T22:38:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:28.861846+0000 mon.smithi060 (mon.0) 625 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-09-29T22:38:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:28.861998+0000 mon.smithi060 (mon.0) 626 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:38:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:28.864956+0000 mon.smithi060 (mon.0) 627 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:creating} 2023-09-29T22:38:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:28.877096+0000 mon.smithi060 (mon.0) 628 : cluster [INF] daemon mds.foofs.smithi163.avrbvr is now active in filesystem foofs as rank 0 2023-09-29T22:38:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:28.902220+0000 mgr.smithi060.njrpah (mgr.14166) 198 : cluster [DBG] pgmap v156: 65 pgs: 65 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:28.394575+0000 mon.smithi060 (mon.0) 616 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:28.395946+0000 mon.smithi060 (mon.0) 617 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:28.397026+0000 mon.smithi060 (mon.0) 618 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:28.397787+0000 mon.smithi060 (mon.0) 619 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:28.861430+0000 mon.smithi060 (mon.0) 620 : cluster [DBG] mds.? [v2:172.21.15.163:6832/2245983440,v1:172.21.15.163:6833/2245983440] up:boot 2023-09-29T22:38:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:28.861499+0000 mon.smithi060 (mon.0) 621 : cluster [INF] daemon mds.foofs.smithi163.avrbvr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-29T22:38:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:28.861577+0000 mon.smithi060 (mon.0) 622 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-29T22:38:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:28.861609+0000 mon.smithi060 (mon.0) 623 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-29T22:38:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:28.861631+0000 mon.smithi060 (mon.0) 624 : cluster [INF] Cluster is now healthy 2023-09-29T22:38:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:28.861846+0000 mon.smithi060 (mon.0) 625 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-09-29T22:38:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:28.861998+0000 mon.smithi060 (mon.0) 626 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:38:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:28.864956+0000 mon.smithi060 (mon.0) 627 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:creating} 2023-09-29T22:38:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:28.877096+0000 mon.smithi060 (mon.0) 628 : cluster [INF] daemon mds.foofs.smithi163.avrbvr is now active in filesystem foofs as rank 0 2023-09-29T22:38:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:28.902220+0000 mgr.smithi060.njrpah (mgr.14166) 198 : cluster [DBG] pgmap v156: 65 pgs: 65 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:29.899 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:38:29.900 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-29T22:34:28.096631Z", "last_refresh": "2023-09-29T22:37:13.058130Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-29T22:34:16.359830Z", "last_refresh": "2023-09-29T22:37:13.058203Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-29T22:34:26.273294Z", "last_refresh": "2023-09-29T22:37:13.058269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-29T22:38:24.597785Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-29T22:38:24.592186Z", "last_refresh": "2023-09-29T22:38:29.738898Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-29T22:34:15.328253Z", "last_refresh": "2023-09-29T22:37:13.058049Z", "running": 2, "size": 2}}, {"events": ["2023-09-29T22:34:55.057283Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-29T22:34:55.054046Z", "last_refresh": "2023-09-29T22:37:13.057895Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-29T22:34:27.198050Z", "last_refresh": "2023-09-29T22:37:13.058330Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2023-09-29T22:37:13.058453Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-29T22:34:25.006442Z", "last_refresh": "2023-09-29T22:37:13.058392Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-29T22:38:30.402 INFO:tasks.cephadm:mds.foofs has 2/2 2023-09-29T22:38:30.402 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-29T22:38:30.411 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:38:30.411 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-09-29T22:38:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:29.745002+0000 mon.smithi060 (mon.0) 629 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:29.869603+0000 mon.smithi060 (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.163:6832/2245983440,v1:172.21.15.163:6833/2245983440] up:active 2023-09-29T22:38:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:29.869681+0000 mon.smithi060 (mon.0) 631 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 2023-09-29T22:38:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:29.896501+0000 mgr.smithi060.njrpah (mgr.14166) 199 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:38:31.152 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:29.745002+0000 mon.smithi060 (mon.0) 629 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:31.152 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:29.869603+0000 mon.smithi060 (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.163:6832/2245983440,v1:172.21.15.163:6833/2245983440] up:active 2023-09-29T22:38:31.152 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:29.869681+0000 mon.smithi060 (mon.0) 631 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 2023-09-29T22:38:31.152 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:29.896501+0000 mgr.smithi060.njrpah (mgr.14166) 199 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:38:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:30.902594+0000 mgr.smithi060.njrpah (mgr.14166) 200 : cluster [DBG] pgmap v157: 65 pgs: 65 active+clean; 1.5 KiB data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:31.747023+0000 mon.smithi060 (mon.0) 632 : cluster [DBG] mds.? [v2:172.21.15.60:6834/2018473646,v1:172.21.15.60:6835/2018473646] up:boot 2023-09-29T22:38:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:31.747394+0000 mon.smithi060 (mon.0) 633 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:38:32.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:31.747509+0000 mon.smithi060 (mon.0) 634 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:38:32.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:31.751001+0000 mon.smithi060 (mon.0) 635 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:38:32.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:30.902594+0000 mgr.smithi060.njrpah (mgr.14166) 200 : cluster [DBG] pgmap v157: 65 pgs: 65 active+clean; 1.5 KiB data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-29T22:38:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:31.747023+0000 mon.smithi060 (mon.0) 632 : cluster [DBG] mds.? [v2:172.21.15.60:6834/2018473646,v1:172.21.15.60:6835/2018473646] up:boot 2023-09-29T22:38:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:31.747394+0000 mon.smithi060 (mon.0) 633 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:38:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:31.747509+0000 mon.smithi060 (mon.0) 634 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:38:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:31.751001+0000 mon.smithi060 (mon.0) 635 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:38:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:32.043464+0000 mon.smithi060 (mon.0) 636 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:32.192112+0000 mon.smithi060 (mon.0) 637 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:32.200012+0000 mon.smithi060 (mon.0) 638 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:32.204268+0000 mon.smithi060 (mon.0) 639 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:32.205254+0000 mon.smithi060 (mon.0) 640 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:32.205926+0000 mon.smithi060 (mon.0) 641 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:32.210082+0000 mon.smithi060 (mon.0) 642 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:32.259831+0000 mon.smithi060 (mon.0) 643 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2023-09-29T22:38:33.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:32.043464+0000 mon.smithi060 (mon.0) 636 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:32.192112+0000 mon.smithi060 (mon.0) 637 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:32.200012+0000 mon.smithi060 (mon.0) 638 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:32.204268+0000 mon.smithi060 (mon.0) 639 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:32.205254+0000 mon.smithi060 (mon.0) 640 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:32.205926+0000 mon.smithi060 (mon.0) 641 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:32.210082+0000 mon.smithi060 (mon.0) 642 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:32.259831+0000 mon.smithi060 (mon.0) 643 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2023-09-29T22:38:34.246 INFO:teuthology.orchestra.run.smithi060.stdout:NFS Cluster Created Successfully 2023-09-29T22:38:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:32.258603+0000 mgr.smithi060.njrpah (mgr.14166) 201 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:32.903165+0000 mgr.smithi060.njrpah (mgr.14166) 202 : cluster [DBG] pgmap v158: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s wr, 16 op/s 2023-09-29T22:38:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:33.215215+0000 mon.smithi060 (mon.0) 644 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2023-09-29T22:38:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:33.215282+0000 mon.smithi060 (mon.0) 645 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-09-29T22:38:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:33.217682+0000 mon.smithi060 (mon.0) 646 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2023-09-29T22:38:34.442 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:32.258603+0000 mgr.smithi060.njrpah (mgr.14166) 201 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:34.442 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:32.903165+0000 mgr.smithi060.njrpah (mgr.14166) 202 : cluster [DBG] pgmap v158: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s wr, 16 op/s 2023-09-29T22:38:34.442 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:33.215215+0000 mon.smithi060 (mon.0) 644 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2023-09-29T22:38:34.443 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:33.215282+0000 mon.smithi060 (mon.0) 645 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-09-29T22:38:34.443 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:33.217682+0000 mon.smithi060 (mon.0) 646 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2023-09-29T22:38:34.658 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-09-29T22:38:35.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.217056+0000 mon.smithi060 (mon.0) 647 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2023-09-29T22:38:35.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:34.217273+0000 mon.smithi060 (mon.0) 648 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-09-29T22:38:35.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:34.242937+0000 mgr.smithi060.njrpah (mgr.14166) 203 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-09-29T22:38:35.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.246633+0000 mon.smithi060 (mon.0) 649 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:35.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.247295+0000 mon.smithi060 (mon.0) 650 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:35.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.249414+0000 mon.smithi060 (mon.0) 651 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:35.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.251385+0000 mon.smithi060 (mon.0) 652 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:35.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.259879+0000 mon.smithi060 (mon.0) 653 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:35.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.267073+0000 mon.smithi060 (mon.0) 654 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:35.386 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:34.279203+0000 mgr.smithi060.njrpah (mgr.14166) 204 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi060.wsqscg 2023-09-29T22:38:35.386 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.279514+0000 mon.smithi060 (mon.0) 655 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.wsqscg", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-29T22:38:35.386 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.283103+0000 mon.smithi060 (mon.0) 656 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.wsqscg", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-29T22:38:35.386 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:34.283901+0000 mgr.smithi060.njrpah (mgr.14166) 205 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T22:38:35.386 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.284288+0000 mon.smithi060 (mon.0) 657 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-29T22:38:35.386 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.287473+0000 mon.smithi060 (mon.0) 658 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-29T22:38:35.387 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:34.288724+0000 mon.smithi060 (mon.0) 659 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:35.387 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:34.903604+0000 mgr.smithi060.njrpah (mgr.14166) 206 : cluster [DBG] pgmap v161: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s wr, 8 op/s 2023-09-29T22:38:35.387 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:35.036300+0000 mon.smithi060 (mon.0) 660 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:38:35.387 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:35.040773+0000 mon.smithi060 (mon.0) 661 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:38:35.387 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:35.091663+0000 mon.smithi060 (mon.0) 662 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.wsqscg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:38:35.388 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:35.095551+0000 mon.smithi060 (mon.0) 663 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.wsqscg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T22:38:35.388 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:35.099759+0000 mon.smithi060 (mon.0) 664 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.217056+0000 mon.smithi060 (mon.0) 647 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2023-09-29T22:38:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:34.217273+0000 mon.smithi060 (mon.0) 648 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-09-29T22:38:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:34.242937+0000 mgr.smithi060.njrpah (mgr.14166) 203 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-09-29T22:38:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.246633+0000 mon.smithi060 (mon.0) 649 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.247295+0000 mon.smithi060 (mon.0) 650 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.249414+0000 mon.smithi060 (mon.0) 651 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.251385+0000 mon.smithi060 (mon.0) 652 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.259879+0000 mon.smithi060 (mon.0) 653 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.267073+0000 mon.smithi060 (mon.0) 654 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:34.279203+0000 mgr.smithi060.njrpah (mgr.14166) 204 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi060.wsqscg 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.279514+0000 mon.smithi060 (mon.0) 655 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.wsqscg", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.283103+0000 mon.smithi060 (mon.0) 656 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.wsqscg", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:34.283901+0000 mgr.smithi060.njrpah (mgr.14166) 205 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.284288+0000 mon.smithi060 (mon.0) 657 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.287473+0000 mon.smithi060 (mon.0) 658 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-29T22:38:35.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:34.288724+0000 mon.smithi060 (mon.0) 659 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:35.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:34.903604+0000 mgr.smithi060.njrpah (mgr.14166) 206 : cluster [DBG] pgmap v161: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s wr, 8 op/s 2023-09-29T22:38:35.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:35.036300+0000 mon.smithi060 (mon.0) 660 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:38:35.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:35.040773+0000 mon.smithi060 (mon.0) 661 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:38:35.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:35.091663+0000 mon.smithi060 (mon.0) 662 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.wsqscg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:38:35.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:35.095551+0000 mon.smithi060 (mon.0) 663 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.wsqscg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T22:38:35.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:35.099759+0000 mon.smithi060 (mon.0) 664 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:36.243 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:38:36.243 INFO:teuthology.orchestra.run.smithi060.stdout: "bind": "/fake", 2023-09-29T22:38:36.243 INFO:teuthology.orchestra.run.smithi060.stdout: "fs": "foofs", 2023-09-29T22:38:36.243 INFO:teuthology.orchestra.run.smithi060.stdout: "path": "/", 2023-09-29T22:38:36.243 INFO:teuthology.orchestra.run.smithi060.stdout: "cluster": "foo", 2023-09-29T22:38:36.243 INFO:teuthology.orchestra.run.smithi060.stdout: "mode": "RW" 2023-09-29T22:38:36.244 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:38:36.265 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:35.091182+0000 mgr.smithi060.njrpah (mgr.14166) 207 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T22:38:36.265 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:35.091291+0000 mgr.smithi060.njrpah (mgr.14166) 208 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi060.wsqscg-rgw 2023-09-29T22:38:36.265 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:35.100743+0000 mgr.smithi060.njrpah (mgr.14166) 209 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi060.wsqscg on smithi060 2023-09-29T22:38:36.265 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:35.218577+0000 mon.smithi060 (mon.0) 665 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-09-29T22:38:36.265 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:35.291706+0000 mon.smithi060 (mon.0) 666 : cluster [DBG] mds.? [v2:172.21.15.60:6834/2018473646,v1:172.21.15.60:6835/2018473646] up:standby 2023-09-29T22:38:36.265 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:35.291751+0000 mon.smithi060 (mon.0) 667 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:38:36.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:35.091182+0000 mgr.smithi060.njrpah (mgr.14166) 207 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T22:38:36.659 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:35.091291+0000 mgr.smithi060.njrpah (mgr.14166) 208 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi060.wsqscg-rgw 2023-09-29T22:38:36.659 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:35.100743+0000 mgr.smithi060.njrpah (mgr.14166) 209 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi060.wsqscg on smithi060 2023-09-29T22:38:36.659 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:35.218577+0000 mon.smithi060 (mon.0) 665 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-09-29T22:38:36.659 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:35.291706+0000 mon.smithi060 (mon.0) 666 : cluster [DBG] mds.? [v2:172.21.15.60:6834/2018473646,v1:172.21.15.60:6835/2018473646] up:standby 2023-09-29T22:38:36.659 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:35.291751+0000 mon.smithi060 (mon.0) 667 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:38:36.782 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-09-29T22:38:37.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:36.213689+0000 mgr.smithi060.njrpah (mgr.14166) 210 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:37.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:36.236227+0000 mon.smithi060 (mon.0) 668 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-29T22:38:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:36.239484+0000 mon.smithi060 (mon.0) 669 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-29T22:38:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:36.297828+0000 mon.smithi060 (mon.0) 670 : cluster [DBG] mgrmap e19: smithi060.njrpah(active, since 3m), standbys: smithi163.bpdfjr 2023-09-29T22:38:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:36.904212+0000 mgr.smithi060.njrpah (mgr.14166) 211 : cluster [DBG] pgmap v163: 97 pgs: 16 unknown, 81 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 6 op/s 2023-09-29T22:38:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:37.033357+0000 mon.smithi060 (mon.0) 671 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:38:37.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:37.033560+0000 mon.smithi060 (mon.0) 672 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:38:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:36.213689+0000 mgr.smithi060.njrpah (mgr.14166) 210 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:36.236227+0000 mon.smithi060 (mon.0) 668 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-29T22:38:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:36.239484+0000 mon.smithi060 (mon.0) 669 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-29T22:38:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:36.297828+0000 mon.smithi060 (mon.0) 670 : cluster [DBG] mgrmap e19: smithi060.njrpah(active, since 3m), standbys: smithi163.bpdfjr 2023-09-29T22:38:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:36.904212+0000 mgr.smithi060.njrpah (mgr.14166) 211 : cluster [DBG] pgmap v163: 97 pgs: 16 unknown, 81 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 6 op/s 2023-09-29T22:38:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:37.033357+0000 mon.smithi060 (mon.0) 671 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:38:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:37.033560+0000 mon.smithi060 (mon.0) 672 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:38:38.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:37.337053+0000 mon.smithi060 (mon.0) 673 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:38.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:37.338391+0000 mgr.smithi060.njrpah (mgr.14166) 212 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi163.hlaqqv 2023-09-29T22:38:38.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:37.338678+0000 mon.smithi060 (mon.0) 674 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-29T22:38:38.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:37.341895+0000 mon.smithi060 (mon.0) 675 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-29T22:38:38.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:37.342536+0000 mgr.smithi060.njrpah (mgr.14166) 213 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T22:38:38.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:37.342921+0000 mon.smithi060 (mon.0) 676 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-29T22:38:38.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:37.345641+0000 mon.smithi060 (mon.0) 677 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-29T22:38:38.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:37.346846+0000 mon.smithi060 (mon.0) 678 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:38.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:37.337053+0000 mon.smithi060 (mon.0) 673 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:38.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:37.338391+0000 mgr.smithi060.njrpah (mgr.14166) 212 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi163.hlaqqv 2023-09-29T22:38:38.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:37.338678+0000 mon.smithi060 (mon.0) 674 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-29T22:38:38.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:37.341895+0000 mon.smithi060 (mon.0) 675 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-29T22:38:38.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:37.342536+0000 mgr.smithi060.njrpah (mgr.14166) 213 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T22:38:38.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:37.342921+0000 mon.smithi060 (mon.0) 676 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-29T22:38:38.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:37.345641+0000 mon.smithi060 (mon.0) 677 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-29T22:38:38.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:37.346846+0000 mon.smithi060 (mon.0) 678 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:39.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:38.191928+0000 mgr.smithi060.njrpah (mgr.14166) 214 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:39.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:38.904823+0000 mgr.smithi060.njrpah (mgr.14166) 215 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2023-09-29T22:38:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:38.191928+0000 mgr.smithi060.njrpah (mgr.14166) 214 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:38.904823+0000 mgr.smithi060.njrpah (mgr.14166) 215 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2023-09-29T22:38:40.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:39.505376+0000 mgr.smithi060.njrpah (mgr.14166) 216 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:40.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:40.308745+0000 mon.smithi060 (mon.0) 679 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:38:40.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:40.313741+0000 mon.smithi060 (mon.0) 680 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:38:40.707 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:39.505376+0000 mgr.smithi060.njrpah (mgr.14166) 216 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:40.707 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:40.308745+0000 mon.smithi060 (mon.0) 679 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:38:40.708 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:40.313741+0000 mon.smithi060 (mon.0) 680 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:38:41.668 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:40.370986+0000 mgr.smithi060.njrpah (mgr.14166) 217 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T22:38:41.668 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:40.371098+0000 mgr.smithi060.njrpah (mgr.14166) 218 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi163.hlaqqv-rgw 2023-09-29T22:38:41.668 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:40.371526+0000 mon.smithi060 (mon.0) 681 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:38:41.668 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:40.375241+0000 mon.smithi060 (mon.0) 682 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T22:38:41.668 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:40.376602+0000 mon.smithi060 (mon.0) 683 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:41.668 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:40.377445+0000 mgr.smithi060.njrpah (mgr.14166) 219 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi163.hlaqqv on smithi163 2023-09-29T22:38:41.668 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:40.820962+0000 mgr.smithi060.njrpah (mgr.14166) 220 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:41.668 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:40.905432+0000 mgr.smithi060.njrpah (mgr.14166) 221 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 266 B/s rd, 399 B/s wr, 1 op/s 2023-09-29T22:38:41.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:40.370986+0000 mgr.smithi060.njrpah (mgr.14166) 217 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T22:38:41.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:40.371098+0000 mgr.smithi060.njrpah (mgr.14166) 218 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi163.hlaqqv-rgw 2023-09-29T22:38:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:40.371526+0000 mon.smithi060 (mon.0) 681 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:38:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:40.375241+0000 mon.smithi060 (mon.0) 682 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T22:38:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:40.376602+0000 mon.smithi060 (mon.0) 683 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:40.377445+0000 mgr.smithi060.njrpah (mgr.14166) 219 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi163.hlaqqv on smithi163 2023-09-29T22:38:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:40.820962+0000 mgr.smithi060.njrpah (mgr.14166) 220 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:40.905432+0000 mgr.smithi060.njrpah (mgr.14166) 221 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 266 B/s rd, 399 B/s wr, 1 op/s 2023-09-29T22:38:42.166 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo 2/2 - 7s count:2 2023-09-29T22:38:42.655 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-29T22:38:42.665 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:38:42.666 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-09-29T22:38:42.705 INFO:teuthology.orchestra.run.smithi060.stderr:+ mkdir /mnt/foo 2023-09-29T22:38:42.714 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-09-29T22:38:42.791 INFO:teuthology.orchestra.run.smithi060.stderr:++ hostname 2023-09-29T22:38:42.792 INFO:teuthology.orchestra.run.smithi060.stderr:+ mount -t nfs smithi060:/fake /mnt/foo -o sync 2023-09-29T22:38:43.073 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:41.861358+0000 mon.smithi060 (mon.0) 684 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:43.074 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:41.864016+0000 mon.smithi060 (mon.0) 685 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:43.074 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:41.865769+0000 mon.smithi060 (mon.0) 686 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:43.074 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:41.866794+0000 mon.smithi060 (mon.0) 687 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:43.074 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:42.048457+0000 mon.smithi060 (mon.0) 688 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:43.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:41.861358+0000 mon.smithi060 (mon.0) 684 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:43.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:41.864016+0000 mon.smithi060 (mon.0) 685 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:43.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:41.865769+0000 mon.smithi060 (mon.0) 686 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:43.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:41.866794+0000 mon.smithi060 (mon.0) 687 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:43.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:42.048457+0000 mon.smithi060 (mon.0) 688 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:43.303 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-09-29T22:38:43.381 INFO:teuthology.orchestra.run.smithi060.stderr:+ echo test 2023-09-29T22:38:43.392 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-09-29T22:38:43.465 INFO:teuthology.orchestra.run.smithi060.stderr:+ sync 2023-09-29T22:38:43.837 INFO:teuthology.run_tasks:Running task parallel... 2023-09-29T22:38:43.852 INFO:teuthology.task.parallel:starting parallel... 2023-09-29T22:38:43.853 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-29T22:38:43.853 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-29T22:38:43.854 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:38:43.854 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-09-29T22:38:43.854 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-29T22:38:43.854 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-09-29T22:38:43.855 INFO:teuthology.task.exec:Executing custom commands... 2023-09-29T22:38:43.855 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:38:43.855 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-09-29T22:38:44.010 INFO:teuthology.orchestra.run.smithi060.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-29T22:38:44.010 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:38:44.011 INFO:teuthology.orchestra.run.smithi060.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-09-29T22:38:44.019 INFO:teuthology.orchestra.run.smithi060.stdout:4 of 5 processes prepared for launch 0 sec 2023-09-29T22:38:44.120 INFO:teuthology.orchestra.run.smithi060.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-29T22:38:44.120 INFO:teuthology.orchestra.run.smithi060.stdout:releasing clients 2023-09-29T22:38:44.144 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:42.145434+0000 mgr.smithi060.njrpah (mgr.14166) 222 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:44.144 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:42.906032+0000 mgr.smithi060.njrpah (mgr.14166) 223 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-09-29T22:38:44.144 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:43.636823+0000 mon.smithi060 (mon.0) 689 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:44.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:42.145434+0000 mgr.smithi060.njrpah (mgr.14166) 222 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:44.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:42.906032+0000 mgr.smithi060.njrpah (mgr.14166) 223 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-09-29T22:38:44.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:43.636823+0000 mon.smithi060 (mon.0) 689 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:45.120 INFO:teuthology.orchestra.run.smithi060.stdout: 5 286 53.20 MB/sec warmup 1 sec latency 12.847 ms 2023-09-29T22:38:46.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:44.906556+0000 mgr.smithi060.njrpah (mgr.14166) 224 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2023-09-29T22:38:46.120 INFO:teuthology.orchestra.run.smithi060.stdout: 5 540 47.17 MB/sec warmup 2 sec latency 16.496 ms 2023-09-29T22:38:46.285 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-09-29T22:38:46.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:44.906556+0000 mgr.smithi060.njrpah (mgr.14166) 224 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2023-09-29T22:38:47.120 INFO:teuthology.orchestra.run.smithi060.stdout: 5 1169 38.35 MB/sec warmup 3 sec latency 15.499 ms 2023-09-29T22:38:48.120 INFO:teuthology.orchestra.run.smithi060.stdout: 5 2464 35.65 MB/sec warmup 4 sec latency 12.397 ms 2023-09-29T22:38:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:46.907174+0000 mgr.smithi060.njrpah (mgr.14166) 225 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 36 MiB data, 128 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 3.1 MiB/s wr, 198 op/s 2023-09-29T22:38:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:47.016520+0000 mon.smithi060 (mon.0) 690 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:47.022473+0000 mon.smithi060 (mon.0) 691 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:47.031494+0000 mon.smithi060 (mon.0) 692 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:47.034363+0000 mon.smithi060 (mon.0) 693 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:47.035843+0000 mon.smithi060 (mon.0) 694 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:47.037032+0000 mon.smithi060 (mon.0) 695 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:47.042816+0000 mon.smithi060 (mon.0) 696 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:47.053100+0000 mon.smithi060 (mon.0) 697 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:47.056811+0000 mon.smithi060 (mon.0) 698 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.336 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:46.907174+0000 mgr.smithi060.njrpah (mgr.14166) 225 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 36 MiB data, 128 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 3.1 MiB/s wr, 198 op/s 2023-09-29T22:38:48.336 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:47.016520+0000 mon.smithi060 (mon.0) 690 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.337 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:47.022473+0000 mon.smithi060 (mon.0) 691 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.337 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:47.031494+0000 mon.smithi060 (mon.0) 692 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.337 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:47.034363+0000 mon.smithi060 (mon.0) 693 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:48.337 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:47.035843+0000 mon.smithi060 (mon.0) 694 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:48.337 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:47.037032+0000 mon.smithi060 (mon.0) 695 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:48.337 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:47.042816+0000 mon.smithi060 (mon.0) 696 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.337 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:47.053100+0000 mon.smithi060 (mon.0) 697 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.337 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:47.056811+0000 mon.smithi060 (mon.0) 698 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:48.426 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph config set global log_to_journald false --force' 2023-09-29T22:38:49.120 INFO:teuthology.orchestra.run.smithi060.stdout: 5 3777 39.76 MB/sec warmup 5 sec latency 11.184 ms 2023-09-29T22:38:50.120 INFO:teuthology.orchestra.run.smithi060.stdout: 5 4677 35.06 MB/sec warmup 6 sec latency 12.528 ms 2023-09-29T22:38:50.298 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:48.907751+0000 mgr.smithi060.njrpah (mgr.14166) 226 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 105 MiB data, 350 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 9.2 MiB/s wr, 329 op/s 2023-09-29T22:38:50.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:48.907751+0000 mgr.smithi060.njrpah (mgr.14166) 226 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 105 MiB data, 350 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 9.2 MiB/s wr, 329 op/s 2023-09-29T22:38:50.499 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph mgr module enable nfs --force' 2023-09-29T22:38:51.120 INFO:teuthology.orchestra.run.smithi060.stdout: 5 5937 33.62 MB/sec warmup 7 sec latency 15.916 ms 2023-09-29T22:38:51.324 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:50.108060+0000 mon.smithi060 (mon.0) 699 : audit [INF] from='client.? ' entity='client.admin' 2023-09-29T22:38:51.325 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:50.113069+0000 mon.smithi060 (mon.0) 700 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:51.325 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:50.114595+0000 mon.smithi060 (mon.0) 701 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:51.325 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:50.117382+0000 mon.smithi060 (mon.0) 702 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:51.325 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:50.125714+0000 mon.smithi060 (mon.0) 703 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:51.325 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:50.135480+0000 mon.smithi060 (mon.0) 704 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:51.325 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:50.909344+0000 mgr.smithi060.njrpah (mgr.14166) 227 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 111 MiB data, 415 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 9.8 MiB/s wr, 426 op/s 2023-09-29T22:38:51.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:50.108060+0000 mon.smithi060 (mon.0) 699 : audit [INF] from='client.? ' entity='client.admin' 2023-09-29T22:38:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:50.113069+0000 mon.smithi060 (mon.0) 700 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:50.114595+0000 mon.smithi060 (mon.0) 701 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:50.117382+0000 mon.smithi060 (mon.0) 702 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:50.125714+0000 mon.smithi060 (mon.0) 703 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:50.135480+0000 mon.smithi060 (mon.0) 704 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:50.909344+0000 mgr.smithi060.njrpah (mgr.14166) 227 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 111 MiB data, 415 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 9.8 MiB/s wr, 426 op/s 2023-09-29T22:38:52.120 INFO:teuthology.orchestra.run.smithi060.stdout: 5 6987 34.83 MB/sec warmup 8 sec latency 18.342 ms 2023-09-29T22:38:53.120 INFO:teuthology.orchestra.run.smithi060.stdout: 5 8011 33.29 MB/sec warmup 9 sec latency 16.392 ms 2023-09-29T22:38:53.220 INFO:teuthology.orchestra.run.smithi060.stderr:module 'nfs' is already enabled 2023-09-29T22:38:53.519 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:52.312981+0000 mon.smithi060 (mon.0) 705 : audit [INF] from='client.? 172.21.15.60:0/2020801250' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-09-29T22:38:53.519 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:52.910052+0000 mgr.smithi060.njrpah (mgr.14166) 228 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 134 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 15 MiB/s wr, 901 op/s 2023-09-29T22:38:53.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:52.312981+0000 mon.smithi060 (mon.0) 705 : audit [INF] from='client.? 172.21.15.60:0/2020801250' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-09-29T22:38:53.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:52.910052+0000 mgr.smithi060.njrpah (mgr.14166) 228 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 134 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 15 MiB/s wr, 901 op/s 2023-09-29T22:38:53.612 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-09-29T22:38:54.120 INFO:teuthology.orchestra.run.smithi060.stdout: 5 9152 32.41 MB/sec warmup 10 sec latency 25.859 ms 2023-09-29T22:38:54.369 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:53.214207+0000 mon.smithi060 (mon.0) 706 : audit [INF] from='client.? 172.21.15.60:0/2020801250' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2023-09-29T22:38:54.369 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:53.214267+0000 mon.smithi060 (mon.0) 707 : cluster [DBG] mgrmap e20: smithi060.njrpah(active, since 4m), standbys: smithi163.bpdfjr 2023-09-29T22:38:54.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:54 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:53.214207+0000 mon.smithi060 (mon.0) 706 : audit [INF] from='client.? 172.21.15.60:0/2020801250' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2023-09-29T22:38:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:54 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:53.214267+0000 mon.smithi060 (mon.0) 707 : cluster [DBG] mgrmap e20: smithi060.njrpah(active, since 4m), standbys: smithi163.bpdfjr 2023-09-29T22:38:55.121 INFO:teuthology.orchestra.run.smithi060.stdout: 5 10329 33.14 MB/sec warmup 11 sec latency 29.692 ms 2023-09-29T22:38:55.468 INFO:teuthology.orchestra.run.smithi060.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T22:38:55.503 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:54.910454+0000 mgr.smithi060.njrpah (mgr.14166) 229 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 136 MiB data, 617 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 16 MiB/s wr, 926 op/s 2023-09-29T22:38:55.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:54.910454+0000 mgr.smithi060.njrpah (mgr.14166) 229 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 136 MiB data, 617 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 16 MiB/s wr, 926 op/s 2023-09-29T22:38:55.881 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-29T22:38:55.881 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:38:55.882 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2023-09-29T22:38:56.121 INFO:teuthology.orchestra.run.smithi060.stdout: 5 11186 32.64 MB/sec warmup 12 sec latency 25.357 ms 2023-09-29T22:38:56.749 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:55.463246+0000 mgr.smithi060.njrpah (mgr.14166) 230 : audit [DBG] from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:56.750 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:55.464213+0000 mgr.smithi060.njrpah (mgr.14166) 231 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T22:38:56.750 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:55.468724+0000 mon.smithi060 (mon.0) 708 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:56.750 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:55.469423+0000 mon.smithi060 (mon.0) 709 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:56.750 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:55.472350+0000 mon.smithi060 (mon.0) 710 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:56.750 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:55.473608+0000 mon.smithi060 (mon.0) 711 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:56.750 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:55.480204+0000 mon.smithi060 (mon.0) 712 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:56.750 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:55.489341+0000 mon.smithi060 (mon.0) 713 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:56.750 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:38:55.491773+0000 mgr.smithi060.njrpah (mgr.14166) 232 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T22:38:56.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:55.463246+0000 mgr.smithi060.njrpah (mgr.14166) 230 : audit [DBG] from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:56.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:55.464213+0000 mgr.smithi060.njrpah (mgr.14166) 231 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T22:38:56.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:55.468724+0000 mon.smithi060 (mon.0) 708 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:56.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:55.469423+0000 mon.smithi060 (mon.0) 709 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:38:56.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:55.472350+0000 mon.smithi060 (mon.0) 710 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:38:56.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:55.473608+0000 mon.smithi060 (mon.0) 711 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:38:56.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:55.480204+0000 mon.smithi060 (mon.0) 712 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:56.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:55.489341+0000 mon.smithi060 (mon.0) 713 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:38:56.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:38:55.491773+0000 mgr.smithi060.njrpah (mgr.14166) 232 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T22:38:57.121 INFO:teuthology.orchestra.run.smithi060.stdout: 5 11890 31.01 MB/sec warmup 13 sec latency 19.643 ms 2023-09-29T22:38:57.675 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:38:57.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:56.912583+0000 mgr.smithi060.njrpah (mgr.14166) 233 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 139 MiB data, 686 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 18 MiB/s wr, 1.12k op/s 2023-09-29T22:38:57.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:56.912583+0000 mgr.smithi060.njrpah (mgr.14166) 233 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 139 MiB data, 686 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 18 MiB/s wr, 1.12k op/s 2023-09-29T22:38:58.121 INFO:teuthology.orchestra.run.smithi060.stdout: 5 12979 30.38 MB/sec warmup 14 sec latency 19.849 ms 2023-09-29T22:38:58.758 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:38:58.758 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (3m) 11s ago 4m 24.1M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (4m) 11s ago 4m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (3m) 15s ago 3m 7147k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (3m) 11s ago 3m 29.5M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (32s) 11s ago 31s 15.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (30s) 15s ago 30s 17.4M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:9283 running (5m) 11s ago 5m 444M - 16.2.5 6933c2a0b7dd 88fdc61ac2b3 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (3m) 15s ago 3m 379M - 16.2.5 6933c2a0b7dd 81dc800fe7ca 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (5m) 11s ago 5m 97.0M 2048M 16.2.5 6933c2a0b7dd 247e8fe46a74 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (3m) 15s ago 3m 92.0M 2048M 16.2.5 6933c2a0b7dd 2b628d7a4641 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.0.smithi060.wsqscg smithi060 *:2049 running (21s) 11s ago 21s 58.8M - 3.5 6933c2a0b7dd c932ba1727e4 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.0.smithi163.hlaqqv smithi163 *:2049 running (17s) 15s ago 16s 54.6M - 3.5 6933c2a0b7dd 049b91e5e7a7 2023-09-29T22:38:58.759 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (3m) 11s ago 3m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:38:58.760 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (3m) 15s ago 3m 16.0M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:38:58.760 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (3m) 11s ago 3m 49.7M 3223M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:38:58.760 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (2m) 11s ago 2m 48.6M 3223M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:38:58.760 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (2m) 11s ago 2m 44.5M 3223M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:38:58.760 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (2m) 11s ago 2m 47.4M 3223M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:38:58.760 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (2m) 15s ago 2m 48.9M 3990M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:38:58.760 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (113s) 15s ago 112s 46.0M 3990M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:38:58.760 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (100s) 15s ago 99s 45.6M 3990M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:38:58.760 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (87s) 15s ago 87s 45.2M 3990M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:38:58.760 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (3m) 11s ago 3m 39.6M - 2.18.1 de242295e225 2e3661b3c945 2023-09-29T22:38:58.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:57.655279+0000 mgr.smithi060.njrpah (mgr.14166) 234 : audit [DBG] from='client.24431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:58.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:57.655279+0000 mgr.smithi060.njrpah (mgr.14166) 234 : audit [DBG] from='client.24431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:59.122 INFO:teuthology.orchestra.run.smithi060.stdout: 5 13878 30.67 MB/sec warmup 15 sec latency 16.128 ms 2023-09-29T22:38:59.366 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:38:59.366 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:38:59.366 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:38:59.367 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2023-09-29T22:38:59.368 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:38:59.368 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:38:59.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:58.214440+0000 mgr.smithi060.njrpah (mgr.14166) 235 : audit [DBG] from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:58.743141+0000 mgr.smithi060.njrpah (mgr.14166) 236 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:38:58.913580+0000 mgr.smithi060.njrpah (mgr.14166) 237 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 156 MiB data, 777 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 19 MiB/s wr, 1.43k op/s 2023-09-29T22:38:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:38:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:59.366861+0000 mon.smithi060 (mon.0) 714 : audit [DBG] from='client.? 172.21.15.60:0/3168015661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:38:59.871 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:38:59.872 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab", 2023-09-29T22:38:59.872 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:38:59.872 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [], 2023-09-29T22:38:59.872 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "", 2023-09-29T22:38:59.872 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab image" 2023-09-29T22:38:59.872 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:38:59.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:58.214440+0000 mgr.smithi060.njrpah (mgr.14166) 235 : audit [DBG] from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:59.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:58.743141+0000 mgr.smithi060.njrpah (mgr.14166) 236 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:38:59.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:38:58.913580+0000 mgr.smithi060.njrpah (mgr.14166) 237 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 156 MiB data, 777 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 19 MiB/s wr, 1.43k op/s 2023-09-29T22:38:59.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:38:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:59.366861+0000 mon.smithi060 (mon.0) 714 : audit [DBG] from='client.? 172.21.15.60:0/3168015661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:39:00.123 INFO:teuthology.orchestra.run.smithi060.stdout: 5 14552 30.40 MB/sec warmup 16 sec latency 20.894 ms 2023-09-29T22:39:00.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:38:59.871394+0000 mgr.smithi060.njrpah (mgr.14166) 238 : audit [DBG] from='client.24447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:39:00.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:38:59.871394+0000 mgr.smithi060.njrpah (mgr.14166) 238 : audit [DBG] from='client.24447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:39:01.123 INFO:teuthology.orchestra.run.smithi060.stdout: 5 15251 29.12 MB/sec warmup 17 sec latency 17.629 ms 2023-09-29T22:39:01.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:00.914092+0000 mgr.smithi060.njrpah (mgr.14166) 239 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 156 MiB data, 795 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2023-09-29T22:39:01.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:00.914092+0000 mgr.smithi060.njrpah (mgr.14166) 239 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 156 MiB data, 795 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2023-09-29T22:39:02.123 INFO:teuthology.orchestra.run.smithi060.stdout: 5 16407 28.78 MB/sec warmup 18 sec latency 18.111 ms 2023-09-29T22:39:03.124 INFO:teuthology.orchestra.run.smithi060.stdout: 5 17555 29.55 MB/sec warmup 19 sec latency 22.586 ms 2023-09-29T22:39:03.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:02.914781+0000 mgr.smithi060.njrpah (mgr.14166) 240 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 169 MiB data, 894 MiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 17 MiB/s wr, 1.65k op/s 2023-09-29T22:39:03.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:03 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:02.914781+0000 mgr.smithi060.njrpah (mgr.14166) 240 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 169 MiB data, 894 MiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 17 MiB/s wr, 1.65k op/s 2023-09-29T22:39:04.124 INFO:teuthology.orchestra.run.smithi060.stdout: 5 18169 29.12 MB/sec warmup 20 sec latency 31.855 ms 2023-09-29T22:39:05.124 INFO:teuthology.orchestra.run.smithi060.stdout: 5 18698 27.98 MB/sec warmup 21 sec latency 35.255 ms 2023-09-29T22:39:06.124 INFO:teuthology.orchestra.run.smithi060.stdout: 5 19490 27.70 MB/sec warmup 22 sec latency 19.019 ms 2023-09-29T22:39:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:04.918133+0000 mgr.smithi060.njrpah (mgr.14166) 241 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 170 MiB data, 921 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.20k op/s 2023-09-29T22:39:06.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:04.918133+0000 mgr.smithi060.njrpah (mgr.14166) 241 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 170 MiB data, 921 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.20k op/s 2023-09-29T22:39:07.124 INFO:teuthology.orchestra.run.smithi060.stdout: 5 20614 27.76 MB/sec warmup 23 sec latency 23.844 ms 2023-09-29T22:39:08.124 INFO:teuthology.orchestra.run.smithi060.stdout: 5 21614 28.20 MB/sec warmup 24 sec latency 13.915 ms 2023-09-29T22:39:08.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:06.918732+0000 mgr.smithi060.njrpah (mgr.14166) 242 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 172 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 13 MiB/s wr, 1.32k op/s 2023-09-29T22:39:08.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:06.918732+0000 mgr.smithi060.njrpah (mgr.14166) 242 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 172 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 13 MiB/s wr, 1.32k op/s 2023-09-29T22:39:09.124 INFO:teuthology.orchestra.run.smithi060.stdout: 5 22383 27.44 MB/sec warmup 25 sec latency 21.216 ms 2023-09-29T22:39:10.129 INFO:teuthology.orchestra.run.smithi060.stdout: 5 23336 27.20 MB/sec warmup 26 sec latency 28.542 ms 2023-09-29T22:39:10.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:08.919368+0000 mgr.smithi060.njrpah (mgr.14166) 243 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 180 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.45k op/s 2023-09-29T22:39:10.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:08.919368+0000 mgr.smithi060.njrpah (mgr.14166) 243 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 180 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.45k op/s 2023-09-29T22:39:11.129 INFO:teuthology.orchestra.run.smithi060.stdout: 5 24447 27.53 MB/sec warmup 27 sec latency 17.138 ms 2023-09-29T22:39:12.129 INFO:teuthology.orchestra.run.smithi060.stdout: 5 25344 27.64 MB/sec warmup 28 sec latency 28.751 ms 2023-09-29T22:39:12.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:10.919866+0000 mgr.smithi060.njrpah (mgr.14166) 244 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 181 MiB data, 977 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 956 op/s 2023-09-29T22:39:12.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:10.919866+0000 mgr.smithi060.njrpah (mgr.14166) 244 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 181 MiB data, 977 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 956 op/s 2023-09-29T22:39:13.129 INFO:teuthology.orchestra.run.smithi060.stdout: 5 26191 27.26 MB/sec warmup 29 sec latency 24.191 ms 2023-09-29T22:39:13.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:12.921284+0000 mgr.smithi060.njrpah (mgr.14166) 245 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 197 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 15 MiB/s wr, 1.42k op/s 2023-09-29T22:39:13.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:12.921284+0000 mgr.smithi060.njrpah (mgr.14166) 245 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 197 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 15 MiB/s wr, 1.42k op/s 2023-09-29T22:39:14.129 INFO:teuthology.orchestra.run.smithi060.stdout: 5 27313 26.99 MB/sec warmup 30 sec latency 19.761 ms 2023-09-29T22:39:15.129 INFO:teuthology.orchestra.run.smithi060.stdout: 5 28396 27.70 MB/sec warmup 31 sec latency 19.074 ms 2023-09-29T22:39:16.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 29121 27.23 MB/sec warmup 32 sec latency 21.286 ms 2023-09-29T22:39:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:14.921758+0000 mgr.smithi060.njrpah (mgr.14166) 246 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 199 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.01k op/s 2023-09-29T22:39:16.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:14.921758+0000 mgr.smithi060.njrpah (mgr.14166) 246 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 199 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.01k op/s 2023-09-29T22:39:17.129 INFO:teuthology.orchestra.run.smithi060.stdout: 5 30030 27.06 MB/sec warmup 33 sec latency 23.726 ms 2023-09-29T22:39:18.129 INFO:teuthology.orchestra.run.smithi060.stdout: 5 31021 26.85 MB/sec warmup 34 sec latency 20.451 ms 2023-09-29T22:39:18.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:16.922585+0000 mgr.smithi060.njrpah (mgr.14166) 247 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 203 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-09-29T22:39:18.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:16.922585+0000 mgr.smithi060.njrpah (mgr.14166) 247 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 203 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-09-29T22:39:19.129 INFO:teuthology.orchestra.run.smithi060.stdout: 5 31955 27.19 MB/sec warmup 35 sec latency 59.868 ms 2023-09-29T22:39:20.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 32621 26.85 MB/sec warmup 36 sec latency 23.799 ms 2023-09-29T22:39:20.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:18.923227+0000 mgr.smithi060.njrpah (mgr.14166) 248 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.27k op/s 2023-09-29T22:39:20.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:18.923227+0000 mgr.smithi060.njrpah (mgr.14166) 248 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.27k op/s 2023-09-29T22:39:21.129 INFO:teuthology.orchestra.run.smithi060.stdout: 5 33455 26.70 MB/sec warmup 37 sec latency 17.311 ms 2023-09-29T22:39:22.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 34481 26.49 MB/sec warmup 38 sec latency 18.548 ms 2023-09-29T22:39:22.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:20.924145+0000 mgr.smithi060.njrpah (mgr.14166) 249 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 217 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2023-09-29T22:39:22.315 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:20.924145+0000 mgr.smithi060.njrpah (mgr.14166) 249 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 217 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2023-09-29T22:39:23.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 35590 26.97 MB/sec warmup 39 sec latency 40.852 ms 2023-09-29T22:39:23.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:22.924907+0000 mgr.smithi060.njrpah (mgr.14166) 250 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2023-09-29T22:39:23.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:22.924907+0000 mgr.smithi060.njrpah (mgr.14166) 250 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2023-09-29T22:39:24.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 36425 26.63 MB/sec warmup 40 sec latency 20.001 ms 2023-09-29T22:39:25.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 37226 26.48 MB/sec warmup 41 sec latency 28.158 ms 2023-09-29T22:39:26.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 38039 26.25 MB/sec warmup 42 sec latency 27.947 ms 2023-09-29T22:39:26.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:24.925422+0000 mgr.smithi060.njrpah (mgr.14166) 251 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2023-09-29T22:39:26.403 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:24.925422+0000 mgr.smithi060.njrpah (mgr.14166) 251 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2023-09-29T22:39:27.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 38952 26.55 MB/sec warmup 43 sec latency 19.166 ms 2023-09-29T22:39:28.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 39694 26.31 MB/sec warmup 44 sec latency 20.280 ms 2023-09-29T22:39:28.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:26.926026+0000 mgr.smithi060.njrpah (mgr.14166) 252 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-09-29T22:39:28.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:27.137098+0000 mon.smithi060 (mon.0) 715 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:39:28.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:27.139367+0000 mon.smithi060 (mon.0) 716 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:39:28.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:26.926026+0000 mgr.smithi060.njrpah (mgr.14166) 252 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-09-29T22:39:28.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:27.137098+0000 mon.smithi060 (mon.0) 715 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:39:28.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:27.139367+0000 mon.smithi060 (mon.0) 716 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:39:29.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 40637 26.21 MB/sec warmup 45 sec latency 24.365 ms 2023-09-29T22:39:29.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:39:27.137682+0000 mgr.smithi060.njrpah (mgr.14166) 253 : cephadm [INF] Upgrade: Target is version 17.2.6-1144-ga552a72f (unknown) 2023-09-29T22:39:29.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:39:27.138263+0000 mgr.smithi060.njrpah (mgr.14166) 254 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01, digests ['quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01'] 2023-09-29T22:39:29.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:39:27.140687+0000 mgr.smithi060.njrpah (mgr.14166) 255 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi060.njrpah) 2023-09-29T22:39:29.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:39:27.439015+0000 mgr.smithi060.njrpah (mgr.14166) 256 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01 on smithi163 2023-09-29T22:39:29.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:39:27.137682+0000 mgr.smithi060.njrpah (mgr.14166) 253 : cephadm [INF] Upgrade: Target is version 17.2.6-1144-ga552a72f (unknown) 2023-09-29T22:39:29.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:39:27.138263+0000 mgr.smithi060.njrpah (mgr.14166) 254 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01, digests ['quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01'] 2023-09-29T22:39:29.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:39:27.140687+0000 mgr.smithi060.njrpah (mgr.14166) 255 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi060.njrpah) 2023-09-29T22:39:29.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:39:27.439015+0000 mgr.smithi060.njrpah (mgr.14166) 256 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01 on smithi163 2023-09-29T22:39:30.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 41597 26.04 MB/sec warmup 46 sec latency 27.889 ms 2023-09-29T22:39:30.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:28.926613+0000 mgr.smithi060.njrpah (mgr.14166) 257 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 229 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.23k op/s 2023-09-29T22:39:30.427 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:39:30.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:28.926613+0000 mgr.smithi060.njrpah (mgr.14166) 257 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 229 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.23k op/s 2023-09-29T22:39:31.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 42457 26.25 MB/sec warmup 47 sec latency 24.518 ms 2023-09-29T22:39:31.434 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:39:31.434 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (3m) 44s ago 4m 24.1M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:39:31.434 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (4m) 44s ago 4m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (4m) 47s ago 4m 7147k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (3m) 44s ago 4m 29.5M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (64s) 44s ago 64s 15.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (63s) 47s ago 63s 17.4M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:9283 running (5m) 44s ago 5m 444M - 16.2.5 6933c2a0b7dd 88fdc61ac2b3 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (4m) 47s ago 4m 379M - 16.2.5 6933c2a0b7dd 81dc800fe7ca 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (5m) 44s ago 5m 97.0M 2048M 16.2.5 6933c2a0b7dd 247e8fe46a74 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (4m) 47s ago 4m 92.0M 2048M 16.2.5 6933c2a0b7dd 2b628d7a4641 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.0.smithi060.wsqscg smithi060 *:2049 running (54s) 44s ago 54s 58.8M - 3.5 6933c2a0b7dd c932ba1727e4 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.0.smithi163.hlaqqv smithi163 *:2049 running (49s) 47s ago 49s 54.6M - 3.5 6933c2a0b7dd 049b91e5e7a7 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (4m) 44s ago 4m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:39:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (3m) 47s ago 3m 16.0M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:39:31.436 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (3m) 44s ago 3m 49.7M 3223M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:39:31.436 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (3m) 44s ago 3m 48.6M 3223M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:39:31.436 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (3m) 44s ago 3m 44.5M 3223M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:39:31.436 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (2m) 44s ago 2m 47.4M 3223M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:39:31.436 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (2m) 47s ago 2m 48.9M 3990M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:39:31.436 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (2m) 47s ago 2m 46.0M 3990M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:39:31.436 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (2m) 47s ago 2m 45.6M 3990M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:39:31.436 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (119s) 47s ago 119s 45.2M 3990M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:39:31.436 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (3m) 44s ago 4m 39.6M - 2.18.1 de242295e225 2e3661b3c945 2023-09-29T22:39:32.022 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:39:32.022 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:39:32.022 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:39:32.023 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:39:32.024 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2023-09-29T22:39:32.024 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:39:32.024 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:39:32.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 43074 26.09 MB/sec warmup 48 sec latency 23.848 ms 2023-09-29T22:39:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:30.403994+0000 mgr.smithi060.njrpah (mgr.14166) 258 : audit [DBG] from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:39:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:30.919754+0000 mgr.smithi060.njrpah (mgr.14166) 259 : audit [DBG] from='client.24455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:39:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:30.927065+0000 mgr.smithi060.njrpah (mgr.14166) 260 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2023-09-29T22:39:32.315 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:30.403994+0000 mgr.smithi060.njrpah (mgr.14166) 258 : audit [DBG] from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:39:32.315 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:30.919754+0000 mgr.smithi060.njrpah (mgr.14166) 259 : audit [DBG] from='client.24455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:39:32.315 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:31 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:30.927065+0000 mgr.smithi060.njrpah (mgr.14166) 260 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2023-09-29T22:39:32.535 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:39:32.535 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:39:32.535 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:39:32.535 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [], 2023-09-29T22:39:32.535 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "0/23 ceph daemons upgraded", 2023-09-29T22:39:32.536 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01 image on host smithi163" 2023-09-29T22:39:32.536 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:39:32.999 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:31.416793+0000 mgr.smithi060.njrpah (mgr.14166) 261 : audit [DBG] from='client.24459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:39:32.999 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:32.022924+0000 mon.smithi163 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.60:0/1885647770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:39:33.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 43843 25.86 MB/sec warmup 49 sec latency 23.052 ms 2023-09-29T22:39:33.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:31.416793+0000 mgr.smithi060.njrpah (mgr.14166) 261 : audit [DBG] from='client.24459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:39:33.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:32.022924+0000 mon.smithi163 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.60:0/1885647770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:39:34.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 44781 25.67 MB/sec warmup 50 sec latency 21.312 ms 2023-09-29T22:39:34.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:32.533739+0000 mgr.smithi060.njrpah (mgr.14166) 262 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:39:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:32.927791+0000 mgr.smithi060.njrpah (mgr.14166) 263 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 15 MiB/s wr, 1.32k op/s 2023-09-29T22:39:34.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:32.533739+0000 mgr.smithi060.njrpah (mgr.14166) 262 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:39:34.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:32.927791+0000 mgr.smithi060.njrpah (mgr.14166) 263 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 15 MiB/s wr, 1.32k op/s 2023-09-29T22:39:35.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 45874 25.99 MB/sec warmup 51 sec latency 24.852 ms 2023-09-29T22:39:36.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 46650 25.92 MB/sec warmup 52 sec latency 24.009 ms 2023-09-29T22:39:36.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:34.928299+0000 mgr.smithi060.njrpah (mgr.14166) 264 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 948 op/s 2023-09-29T22:39:36.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:34.928299+0000 mgr.smithi060.njrpah (mgr.14166) 264 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 948 op/s 2023-09-29T22:39:37.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 47481 25.72 MB/sec warmup 53 sec latency 36.359 ms 2023-09-29T22:39:37.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:36.879785+0000 mon.smithi060 (mon.0) 717 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-09-29T22:39:37.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:36.880164+0000 mon.smithi060 (mon.0) 718 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-09-29T22:39:37.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:36.880436+0000 mon.smithi060 (mon.0) 719 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2023-09-29T22:39:37.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:36.880708+0000 mon.smithi060 (mon.0) 720 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-09-29T22:39:37.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:36.879785+0000 mon.smithi060 (mon.0) 717 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-09-29T22:39:37.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:36.880164+0000 mon.smithi060 (mon.0) 718 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-09-29T22:39:37.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:36.880436+0000 mon.smithi060 (mon.0) 719 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2023-09-29T22:39:37.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:36.880708+0000 mon.smithi060 (mon.0) 720 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-09-29T22:39:38.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 48560 25.68 MB/sec warmup 54 sec latency 29.274 ms 2023-09-29T22:39:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:36.928855+0000 mgr.smithi060.njrpah (mgr.14166) 265 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 261 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2023-09-29T22:39:38.362 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:37.015523+0000 mon.smithi060 (mon.0) 721 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2023-09-29T22:39:38.362 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:37.015647+0000 mon.smithi060 (mon.0) 722 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2023-09-29T22:39:38.362 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:37.015713+0000 mon.smithi060 (mon.0) 723 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]': finished 2023-09-29T22:39:38.362 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:37.015785+0000 mon.smithi060 (mon.0) 724 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-09-29T22:39:38.363 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:37.015846+0000 mon.smithi060 (mon.0) 725 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-09-29T22:39:38.363 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:37.035466+0000 mon.smithi060 (mon.0) 726 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:39:38.363 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:37.036078+0000 mon.smithi060 (mon.0) 727 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:39:38.363 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:37.216336+0000 mon.smithi060 (mon.0) 728 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-09-29T22:39:38.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:36.928855+0000 mgr.smithi060.njrpah (mgr.14166) 265 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 261 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2023-09-29T22:39:38.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:37.015523+0000 mon.smithi060 (mon.0) 721 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2023-09-29T22:39:38.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:37.015647+0000 mon.smithi060 (mon.0) 722 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2023-09-29T22:39:38.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:37.015713+0000 mon.smithi060 (mon.0) 723 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]': finished 2023-09-29T22:39:38.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:37.015785+0000 mon.smithi060 (mon.0) 724 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-09-29T22:39:38.700 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:37.015846+0000 mon.smithi060 (mon.0) 725 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-09-29T22:39:38.700 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:37.035466+0000 mon.smithi060 (mon.0) 726 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:39:38.700 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:37.036078+0000 mon.smithi060 (mon.0) 727 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:39:38.700 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:37.216336+0000 mon.smithi060 (mon.0) 728 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-09-29T22:39:39.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 49578 25.91 MB/sec warmup 55 sec latency 32.659 ms 2023-09-29T22:39:39.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:38.222688+0000 mon.smithi060 (mon.0) 729 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-09-29T22:39:39.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:38.929320+0000 mgr.smithi060.njrpah (mgr.14166) 266 : cluster [DBG] pgmap v197: 97 pgs: 1 remapped+peering, 96 active+clean; 268 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.09k op/s 2023-09-29T22:39:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:38.222688+0000 mon.smithi060 (mon.0) 729 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-09-29T22:39:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:38.929320+0000 mgr.smithi060.njrpah (mgr.14166) 266 : cluster [DBG] pgmap v197: 97 pgs: 1 remapped+peering, 96 active+clean; 268 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.09k op/s 2023-09-29T22:39:40.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 50480 25.83 MB/sec warmup 56 sec latency 18.875 ms 2023-09-29T22:39:40.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:39.229487+0000 mon.smithi060 (mon.0) 730 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-09-29T22:39:40.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:39.229487+0000 mon.smithi060 (mon.0) 730 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-09-29T22:39:41.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 51424 25.76 MB/sec warmup 57 sec latency 32.488 ms 2023-09-29T22:39:41.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:40.230235+0000 mon.smithi060 (mon.0) 731 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-09-29T22:39:41.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:40.929796+0000 mgr.smithi060.njrpah (mgr.14166) 267 : cluster [DBG] pgmap v200: 97 pgs: 1 remapped+peering, 96 active+clean; 267 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s wr, 825 op/s 2023-09-29T22:39:41.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:40.230235+0000 mon.smithi060 (mon.0) 731 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-09-29T22:39:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:40.929796+0000 mgr.smithi060.njrpah (mgr.14166) 267 : cluster [DBG] pgmap v200: 97 pgs: 1 remapped+peering, 96 active+clean; 267 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s wr, 825 op/s 2023-09-29T22:39:42.130 INFO:teuthology.orchestra.run.smithi060.stdout: 5 52356 25.71 MB/sec warmup 58 sec latency 23.498 ms 2023-09-29T22:39:43.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 53132 25.79 MB/sec warmup 59 sec latency 17.364 ms 2023-09-29T22:39:43.512 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:43 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:42.930431+0000 mgr.smithi060.njrpah (mgr.14166) 268 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.21k op/s; 1.4 MiB/s, 0 objects/s recovering 2023-09-29T22:39:43.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:42.930431+0000 mgr.smithi060.njrpah (mgr.14166) 268 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.21k op/s; 1.4 MiB/s, 0 objects/s recovering 2023-09-29T22:39:44.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 53950 25.70 MB/sec warmup 60 sec latency 22.325 ms 2023-09-29T22:39:45.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 54772 25.55 MB/sec warmup 61 sec latency 15.850 ms 2023-09-29T22:39:46.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 55373 25.33 MB/sec warmup 62 sec latency 33.581 ms 2023-09-29T22:39:46.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:44.930903+0000 mgr.smithi060.njrpah (mgr.14166) 269 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 981 op/s; 1.2 MiB/s, 0 objects/s recovering 2023-09-29T22:39:46.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:44.930903+0000 mgr.smithi060.njrpah (mgr.14166) 269 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 981 op/s; 1.2 MiB/s, 0 objects/s recovering 2023-09-29T22:39:47.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 56049 25.22 MB/sec warmup 63 sec latency 22.075 ms 2023-09-29T22:39:48.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 56965 25.42 MB/sec warmup 64 sec latency 19.165 ms 2023-09-29T22:39:48.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:46.931645+0000 mgr.smithi060.njrpah (mgr.14166) 270 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 280 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 10 MiB/s wr, 1.01k op/s; 1024 KiB/s, 0 objects/s recovering 2023-09-29T22:39:48.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:47.064732+0000 mon.smithi060 (mon.0) 732 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:39:48.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:46.931645+0000 mgr.smithi060.njrpah (mgr.14166) 270 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 280 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 10 MiB/s wr, 1.01k op/s; 1024 KiB/s, 0 objects/s recovering 2023-09-29T22:39:48.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:47.064732+0000 mon.smithi060 (mon.0) 732 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:39:49.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 57660 25.22 MB/sec warmup 65 sec latency 19.532 ms 2023-09-29T22:39:50.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 58413 25.08 MB/sec warmup 66 sec latency 34.057 ms 2023-09-29T22:39:50.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:48.932305+0000 mgr.smithi060.njrpah (mgr.14166) 271 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 287 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.17k op/s; 844 KiB/s, 0 objects/s recovering 2023-09-29T22:39:50.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:48.932305+0000 mgr.smithi060.njrpah (mgr.14166) 271 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 287 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.17k op/s; 844 KiB/s, 0 objects/s recovering 2023-09-29T22:39:51.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 58906 24.87 MB/sec warmup 67 sec latency 50.021 ms 2023-09-29T22:39:51.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:50.932775+0000 mgr.smithi060.njrpah (mgr.14166) 272 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 286 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.07k op/s; 765 KiB/s, 0 objects/s recovering 2023-09-29T22:39:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:50.932775+0000 mgr.smithi060.njrpah (mgr.14166) 272 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 286 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.07k op/s; 765 KiB/s, 0 objects/s recovering 2023-09-29T22:39:52.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 59454 24.73 MB/sec warmup 68 sec latency 25.711 ms 2023-09-29T22:39:53.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 60095 24.76 MB/sec warmup 69 sec latency 23.913 ms 2023-09-29T22:39:53.512 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:52.933506+0000 mgr.smithi060.njrpah (mgr.14166) 273 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 293 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.25k op/s; 682 KiB/s, 0 objects/s recovering 2023-09-29T22:39:53.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:52.933506+0000 mgr.smithi060.njrpah (mgr.14166) 273 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 293 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.25k op/s; 682 KiB/s, 0 objects/s recovering 2023-09-29T22:39:54.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 60836 24.72 MB/sec warmup 70 sec latency 22.871 ms 2023-09-29T22:39:55.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 61398 24.53 MB/sec warmup 71 sec latency 37.097 ms 2023-09-29T22:39:56.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 62147 24.39 MB/sec warmup 72 sec latency 23.370 ms 2023-09-29T22:39:56.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:39:54.901073+0000 mgr.smithi060.njrpah (mgr.14166) 274 : cephadm [INF] Upgrade: Updating mgr.smithi163.bpdfjr 2023-09-29T22:39:56.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:54.906767+0000 mon.smithi060 (mon.0) 733 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:39:56.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:54.907873+0000 mon.smithi060 (mon.0) 734 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.bpdfjr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:39:56.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:54.909011+0000 mon.smithi060 (mon.0) 735 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:39:56.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:54.910194+0000 mon.smithi060 (mon.0) 736 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:39:56.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:39:54.911120+0000 mgr.smithi060.njrpah (mgr.14166) 275 : cephadm [INF] Deploying daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:39:56.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:54.933944+0000 mgr.smithi060.njrpah (mgr.14166) 276 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 293 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.7 MiB/s wr, 750 op/s 2023-09-29T22:39:56.193 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:39:54.901073+0000 mgr.smithi060.njrpah (mgr.14166) 274 : cephadm [INF] Upgrade: Updating mgr.smithi163.bpdfjr 2023-09-29T22:39:56.194 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:54.906767+0000 mon.smithi060 (mon.0) 733 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:39:56.194 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:54.907873+0000 mon.smithi060 (mon.0) 734 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.bpdfjr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:39:56.194 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:54.909011+0000 mon.smithi060 (mon.0) 735 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:39:56.194 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:54.910194+0000 mon.smithi060 (mon.0) 736 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:39:56.194 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:39:54.911120+0000 mgr.smithi060.njrpah (mgr.14166) 275 : cephadm [INF] Deploying daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:39:56.194 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:54.933944+0000 mgr.smithi060.njrpah (mgr.14166) 276 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 293 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.7 MiB/s wr, 750 op/s 2023-09-29T22:39:57.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 63046 24.35 MB/sec warmup 73 sec latency 29.226 ms 2023-09-29T22:39:58.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 63754 24.43 MB/sec warmup 74 sec latency 39.917 ms 2023-09-29T22:39:58.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:56.842845+0000 mon.smithi060 (mon.0) 737 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:39:58.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:56.845059+0000 mon.smithi060 (mon.0) 738 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:39:58.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:56.846993+0000 mon.smithi060 (mon.0) 739 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:39:58.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:56.848074+0000 mon.smithi060 (mon.0) 740 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:39:58.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:57 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:56.934455+0000 mgr.smithi060.njrpah (mgr.14166) 277 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 298 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 9.3 MiB/s wr, 882 op/s 2023-09-29T22:39:58.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:56.842845+0000 mon.smithi060 (mon.0) 737 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:39:58.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:56.845059+0000 mon.smithi060 (mon.0) 738 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:39:58.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:56.846993+0000 mon.smithi060 (mon.0) 739 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:39:58.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:56.848074+0000 mon.smithi060 (mon.0) 740 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:39:58.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:57 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:56.934455+0000 mgr.smithi060.njrpah (mgr.14166) 277 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 298 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 9.3 MiB/s wr, 882 op/s 2023-09-29T22:39:59.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 64329 24.33 MB/sec warmup 75 sec latency 39.933 ms 2023-09-29T22:40:00.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 64764 24.09 MB/sec warmup 76 sec latency 34.100 ms 2023-09-29T22:40:00.292 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:58.935069+0000 mgr.smithi060.njrpah (mgr.14166) 278 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2023-09-29T22:40:00.292 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:59.474268+0000 mon.smithi060 (mon.0) 741 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:40:00.293 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:59.842436+0000 mon.smithi060 (mon.0) 742 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:40:00.293 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:59.851545+0000 mon.smithi060 (mon.0) 743 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:40:00.293 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:59.854828+0000 mon.smithi060 (mon.0) 744 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:40:00.293 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:39:59.859917+0000 mon.smithi060 (mon.0) 745 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr fail", "who": "smithi060.njrpah"}]: dispatch 2023-09-29T22:40:00.293 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:39:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:39:59.863910+0000 mon.smithi060 (mon.0) 746 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-09-29T22:40:00.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:58.935069+0000 mgr.smithi060.njrpah (mgr.14166) 278 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2023-09-29T22:40:00.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:59.474268+0000 mon.smithi060 (mon.0) 741 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:40:00.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:59.842436+0000 mon.smithi060 (mon.0) 742 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:40:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:59.851545+0000 mon.smithi060 (mon.0) 743 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' 2023-09-29T22:40:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:59.854828+0000 mon.smithi060 (mon.0) 744 : audit [DBG] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:40:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:39:59.859917+0000 mon.smithi060 (mon.0) 745 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr fail", "who": "smithi060.njrpah"}]: dispatch 2023-09-29T22:40:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:39:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:39:59.863910+0000 mon.smithi060 (mon.0) 746 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-09-29T22:40:01.132 INFO:teuthology.orchestra.run.smithi060.stdout: 5 65409 23.92 MB/sec warmup 77 sec latency 34.566 ms 2023-09-29T22:40:01.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:39:59.856220+0000 mgr.smithi060.njrpah (mgr.14166) 279 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi060.njrpah) 2023-09-29T22:40:01.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:39:59.859582+0000 mgr.smithi060.njrpah (mgr.14166) 280 : cephadm [INF] Failing over to other MGR 2023-09-29T22:40:01.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:00.000179+0000 mon.smithi060 (mon.0) 747 : cluster [INF] overall HEALTH_OK 2023-09-29T22:40:01.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:00.200165+0000 mon.smithi060 (mon.0) 748 : cluster [DBG] Standby manager daemon smithi060.njrpah started 2023-09-29T22:40:01.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:00.859166+0000 mon.smithi060 (mon.0) 749 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "mgr fail", "who": "smithi060.njrpah"}]': finished 2023-09-29T22:40:01.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:00.859240+0000 mon.smithi060 (mon.0) 750 : cluster [DBG] mgrmap e21: smithi163.bpdfjr(active, starting, since 0.998669s), standbys: smithi060.njrpah 2023-09-29T22:40:01.269 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:39:59.856220+0000 mgr.smithi060.njrpah (mgr.14166) 279 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi060.njrpah) 2023-09-29T22:40:01.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:39:59.859582+0000 mgr.smithi060.njrpah (mgr.14166) 280 : cephadm [INF] Failing over to other MGR 2023-09-29T22:40:01.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:00.000179+0000 mon.smithi060 (mon.0) 747 : cluster [INF] overall HEALTH_OK 2023-09-29T22:40:01.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:00.200165+0000 mon.smithi060 (mon.0) 748 : cluster [DBG] Standby manager daemon smithi060.njrpah started 2023-09-29T22:40:01.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:00.859166+0000 mon.smithi060 (mon.0) 749 : audit [INF] from='mgr.14166 172.21.15.60:0/2155593685' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "mgr fail", "who": "smithi060.njrpah"}]': finished 2023-09-29T22:40:01.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:00.859240+0000 mon.smithi060 (mon.0) 750 : cluster [DBG] mgrmap e21: smithi163.bpdfjr(active, starting, since 0.998669s), standbys: smithi060.njrpah 2023-09-29T22:40:02.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 66191 23.91 MB/sec warmup 78 sec latency 17.014 ms 2023-09-29T22:40:03.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 66739 23.80 MB/sec warmup 79 sec latency 33.220 ms 2023-09-29T22:40:04.132 INFO:teuthology.orchestra.run.smithi060.stdout: 5 67351 23.84 MB/sec warmup 80 sec latency 55.085 ms 2023-09-29T22:40:05.131 INFO:teuthology.orchestra.run.smithi060.stdout: 5 67906 23.71 MB/sec warmup 81 sec latency 36.104 ms 2023-09-29T22:40:05.866 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:05.590885+0000 mon.smithi060 (mon.0) 751 : cluster [INF] Active manager daemon smithi163.bpdfjr restarted 2023-09-29T22:40:05.867 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:05.591660+0000 mon.smithi060 (mon.0) 752 : cluster [INF] Activating manager daemon smithi163.bpdfjr 2023-09-29T22:40:05.867 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:05.596101+0000 mon.smithi060 (mon.0) 753 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-09-29T22:40:05.867 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.596471+0000 mon.smithi060 (mon.0) 754 : audit [DBG] from='mgr.? 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/crt"}]: dispatch 2023-09-29T22:40:05.867 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.597211+0000 mon.smithi060 (mon.0) 755 : audit [DBG] from='mgr.? 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:40:05.867 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.599688+0000 mon.smithi060 (mon.0) 756 : audit [DBG] from='mgr.? 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/key"}]: dispatch 2023-09-29T22:40:05.867 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.600315+0000 mon.smithi060 (mon.0) 757 : audit [DBG] from='mgr.? 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:40:05.942 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:05.590885+0000 mon.smithi060 (mon.0) 751 : cluster [INF] Active manager daemon smithi163.bpdfjr restarted 2023-09-29T22:40:05.942 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:05.591660+0000 mon.smithi060 (mon.0) 752 : cluster [INF] Activating manager daemon smithi163.bpdfjr 2023-09-29T22:40:05.943 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:05.596101+0000 mon.smithi060 (mon.0) 753 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-09-29T22:40:05.943 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.596471+0000 mon.smithi060 (mon.0) 754 : audit [DBG] from='mgr.? 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/crt"}]: dispatch 2023-09-29T22:40:05.943 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.597211+0000 mon.smithi060 (mon.0) 755 : audit [DBG] from='mgr.? 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:40:05.943 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.599688+0000 mon.smithi060 (mon.0) 756 : audit [DBG] from='mgr.? 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/key"}]: dispatch 2023-09-29T22:40:05.943 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.600315+0000 mon.smithi060 (mon.0) 757 : audit [DBG] from='mgr.? 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:40:06.132 INFO:teuthology.orchestra.run.smithi060.stdout: 5 68341 23.53 MB/sec warmup 82 sec latency 43.907 ms 2023-09-29T22:40:06.714 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:40:06.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:05.650868+0000 mon.smithi060 (mon.0) 758 : cluster [DBG] mgrmap e22: smithi163.bpdfjr(active, starting, since 0.0594562s), standbys: smithi060.njrpah 2023-09-29T22:40:06.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.657791+0000 mon.smithi163 (mon.1) 19 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:40:06.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.657939+0000 mon.smithi163 (mon.1) 20 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:40:06.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.658220+0000 mon.smithi163 (mon.1) 21 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:40:06.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.658503+0000 mon.smithi163 (mon.1) 22 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:40:06.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.659327+0000 mon.smithi163 (mon.1) 23 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mgr metadata", "who": "smithi163.bpdfjr", "id": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:40:06.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.659553+0000 mon.smithi163 (mon.1) 24 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:40:06.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.659780+0000 mon.smithi163 (mon.1) 25 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:40:06.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.660034+0000 mon.smithi163 (mon.1) 26 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:40:06.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.660320+0000 mon.smithi163 (mon.1) 27 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.660570+0000 mon.smithi163 (mon.1) 28 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.660794+0000 mon.smithi163 (mon.1) 29 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.660965+0000 mon.smithi163 (mon.1) 30 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.661144+0000 mon.smithi163 (mon.1) 31 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.661318+0000 mon.smithi163 (mon.1) 32 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.662176+0000 mon.smithi163 (mon.1) 33 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.662513+0000 mon.smithi163 (mon.1) 34 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.663119+0000 mon.smithi163 (mon.1) 35 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:05.751689+0000 mon.smithi060 (mon.0) 759 : cluster [INF] Manager daemon smithi163.bpdfjr is now available 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.774534+0000 mon.smithi060 (mon.0) 760 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:05.775165+0000 mgr.smithi163.bpdfjr (mgr.14622) 1 : cephadm [INF] Queued nfs.foo for migration 2023-09-29T22:40:06.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.779519+0000 mon.smithi163 (mon.1) 36 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:40:06.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.782578+0000 mon.smithi163 (mon.1) 37 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:40:06.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.786561+0000 mon.smithi163 (mon.1) 38 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2023-09-29T22:40:06.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.787045+0000 mon.smithi060 (mon.0) 761 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2023-09-29T22:40:06.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.805790+0000 mon.smithi060 (mon.0) 762 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:06.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.816013+0000 mon.smithi163 (mon.1) 39 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:40:06.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.818866+0000 mon.smithi163 (mon.1) 40 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi163.bpdfjr/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:40:06.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.819355+0000 mon.smithi060 (mon.0) 763 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi163.bpdfjr/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:40:06.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.827957+0000 mon.smithi163 (mon.1) 41 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi163.bpdfjr/trash_purge_schedule"}]: dispatch 2023-09-29T22:40:06.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.828564+0000 mon.smithi060 (mon.0) 764 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi163.bpdfjr/trash_purge_schedule"}]: dispatch 2023-09-29T22:40:06.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:05.843437+0000 mon.smithi060 (mon.0) 765 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:07.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:05.650868+0000 mon.smithi060 (mon.0) 758 : cluster [DBG] mgrmap e22: smithi163.bpdfjr(active, starting, since 0.0594562s), standbys: smithi060.njrpah 2023-09-29T22:40:07.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.657791+0000 mon.smithi163 (mon.1) 19 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:40:07.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.657939+0000 mon.smithi163 (mon.1) 20 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:40:07.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.658220+0000 mon.smithi163 (mon.1) 21 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:40:07.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.658503+0000 mon.smithi163 (mon.1) 22 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.659327+0000 mon.smithi163 (mon.1) 23 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mgr metadata", "who": "smithi163.bpdfjr", "id": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.659553+0000 mon.smithi163 (mon.1) 24 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.659780+0000 mon.smithi163 (mon.1) 25 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.660034+0000 mon.smithi163 (mon.1) 26 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.660320+0000 mon.smithi163 (mon.1) 27 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.660570+0000 mon.smithi163 (mon.1) 28 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.660794+0000 mon.smithi163 (mon.1) 29 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.660965+0000 mon.smithi163 (mon.1) 30 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.661144+0000 mon.smithi163 (mon.1) 31 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.661318+0000 mon.smithi163 (mon.1) 32 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:40:07.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.662176+0000 mon.smithi163 (mon.1) 33 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.662513+0000 mon.smithi163 (mon.1) 34 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.663119+0000 mon.smithi163 (mon.1) 35 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:05.751689+0000 mon.smithi060 (mon.0) 759 : cluster [INF] Manager daemon smithi163.bpdfjr is now available 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.774534+0000 mon.smithi060 (mon.0) 760 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:05.775165+0000 mgr.smithi163.bpdfjr (mgr.14622) 1 : cephadm [INF] Queued nfs.foo for migration 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.779519+0000 mon.smithi163 (mon.1) 36 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.782578+0000 mon.smithi163 (mon.1) 37 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.786561+0000 mon.smithi163 (mon.1) 38 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.787045+0000 mon.smithi060 (mon.0) 761 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.805790+0000 mon.smithi060 (mon.0) 762 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:07.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.816013+0000 mon.smithi163 (mon.1) 39 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:40:07.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.818866+0000 mon.smithi163 (mon.1) 40 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi163.bpdfjr/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:40:07.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.819355+0000 mon.smithi060 (mon.0) 763 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi163.bpdfjr/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:40:07.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.827957+0000 mon.smithi163 (mon.1) 41 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi163.bpdfjr/trash_purge_schedule"}]: dispatch 2023-09-29T22:40:07.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.828564+0000 mon.smithi060 (mon.0) 764 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi163.bpdfjr/trash_purge_schedule"}]: dispatch 2023-09-29T22:40:07.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:05.843437+0000 mon.smithi060 (mon.0) 765 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:07.132 INFO:teuthology.orchestra.run.smithi060.stdout: 5 68835 23.34 MB/sec warmup 83 sec latency 42.722 ms 2023-09-29T22:40:07.826 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:40:07.826 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (4m) 80s ago 5m 24.1M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (5m) 80s ago 5m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (4m) 8s ago 4m 7142k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (4m) 80s ago 5m 29.5M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (101s) 80s ago 101s 15.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (99s) 8s ago 99s 40.8M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:9283 running (6m) 80s ago 6m 444M - 16.2.5 6933c2a0b7dd 88fdc61ac2b3 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (11s) 8s ago 4m 44.4M - 17.2.6-1144-ga552a72f 294e5d7ccd3b ed15de1667b5 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (6m) 80s ago 6m 97.0M 2048M 16.2.5 6933c2a0b7dd 247e8fe46a74 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (4m) 8s ago 4m 62.1M 2048M 16.2.5 6933c2a0b7dd 2b628d7a4641 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.0.smithi060.wsqscg smithi060 *:2049 running (90s) 80s ago 90s 58.8M - 3.5 6933c2a0b7dd c932ba1727e4 2023-09-29T22:40:07.827 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.0.smithi163.hlaqqv smithi163 *:2049 running (86s) 8s ago 86s 55.2M - 3.5 6933c2a0b7dd 049b91e5e7a7 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (5m) 80s ago 5m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (4m) 8s ago 4m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (4m) 80s ago 4m 49.7M 3223M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (3m) 80s ago 3m 48.6M 3223M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (3m) 80s ago 3m 44.5M 3223M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (3m) 80s ago 3m 47.4M 3223M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (3m) 8s ago 3m 783M 3990M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (3m) 8s ago 3m 924M 3990M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (2m) 8s ago 2m 817M 3990M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (2m) 8s ago 2m 1368M 3990M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:40:07.828 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (4m) 80s ago 4m 39.6M - 2.18.1 de242295e225 2e3661b3c945 2023-09-29T22:40:07.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:06.252425+0000 mgr.smithi163.bpdfjr (mgr.14622) 2 : cephadm [INF] Deploying cephadm binary to smithi163 2023-09-29T22:40:07.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:06.276568+0000 mgr.smithi163.bpdfjr (mgr.14622) 3 : cephadm [INF] Deploying cephadm binary to smithi060 2023-09-29T22:40:07.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:06.599971+0000 mgr.smithi163.bpdfjr (mgr.14622) 4 : cephadm [INF] [29/Sep/2023:22:40:06] ENGINE Bus STARTING 2023-09-29T22:40:07.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:06.672757+0000 mon.smithi060 (mon.0) 766 : cluster [DBG] mgrmap e23: smithi163.bpdfjr(active, since 1.08135s), standbys: smithi060.njrpah 2023-09-29T22:40:07.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:06.685384+0000 mgr.smithi163.bpdfjr (mgr.14622) 5 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:07.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:06.687659+0000 mgr.smithi163.bpdfjr (mgr.14622) 6 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:40:07.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:06.742172+0000 mgr.smithi163.bpdfjr (mgr.14622) 7 : cephadm [INF] [29/Sep/2023:22:40:06] ENGINE Serving on https://172.21.15.163:7150 2023-09-29T22:40:07.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:06.742345+0000 mgr.smithi163.bpdfjr (mgr.14622) 8 : cephadm [INF] [29/Sep/2023:22:40:06] ENGINE Bus STARTED 2023-09-29T22:40:07.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:06.751439+0000 mon.smithi060 (mon.0) 767 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:07.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:06.778118+0000 mon.smithi060 (mon.0) 768 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2023-09-29T22:40:07.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:06.778251+0000 mon.smithi060 (mon.0) 769 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-09-29T22:40:07.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:06.784406+0000 mon.smithi163 (mon.1) 42 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-29T22:40:07.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:07 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:06.785052+0000 mon.smithi060 (mon.0) 770 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-29T22:40:08.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:06.252425+0000 mgr.smithi163.bpdfjr (mgr.14622) 2 : cephadm [INF] Deploying cephadm binary to smithi163 2023-09-29T22:40:08.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:06.276568+0000 mgr.smithi163.bpdfjr (mgr.14622) 3 : cephadm [INF] Deploying cephadm binary to smithi060 2023-09-29T22:40:08.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:06.599971+0000 mgr.smithi163.bpdfjr (mgr.14622) 4 : cephadm [INF] [29/Sep/2023:22:40:06] ENGINE Bus STARTING 2023-09-29T22:40:08.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:06.672757+0000 mon.smithi060 (mon.0) 766 : cluster [DBG] mgrmap e23: smithi163.bpdfjr(active, since 1.08135s), standbys: smithi060.njrpah 2023-09-29T22:40:08.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:06.685384+0000 mgr.smithi163.bpdfjr (mgr.14622) 5 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:08.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:06.687659+0000 mgr.smithi163.bpdfjr (mgr.14622) 6 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:40:08.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:06.742172+0000 mgr.smithi163.bpdfjr (mgr.14622) 7 : cephadm [INF] [29/Sep/2023:22:40:06] ENGINE Serving on https://172.21.15.163:7150 2023-09-29T22:40:08.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:06.742345+0000 mgr.smithi163.bpdfjr (mgr.14622) 8 : cephadm [INF] [29/Sep/2023:22:40:06] ENGINE Bus STARTED 2023-09-29T22:40:08.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:06.751439+0000 mon.smithi060 (mon.0) 767 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:08.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:06.778118+0000 mon.smithi060 (mon.0) 768 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2023-09-29T22:40:08.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:06.778251+0000 mon.smithi060 (mon.0) 769 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-09-29T22:40:08.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:06.784406+0000 mon.smithi163 (mon.1) 42 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-29T22:40:08.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:07 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:06.785052+0000 mon.smithi060 (mon.0) 770 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-29T22:40:08.132 INFO:teuthology.orchestra.run.smithi060.stdout: 5 69212 23.19 MB/sec warmup 84 sec latency 55.679 ms 2023-09-29T22:40:08.635 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:40:08.635 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:40:08.636 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:40:08.636 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:40:08.636 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:40:08.636 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T22:40:08.636 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:40:08.636 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:40:08.636 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:40:08.636 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T22:40:08.636 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:40:08.637 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:40:08.637 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:40:08.637 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:40:08.637 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:40:08.637 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T22:40:08.637 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:40:08.637 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:40:08.637 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:40:09.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:07.244701+0000 mgr.smithi163.bpdfjr (mgr.14622) 9 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:09.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:07.662290+0000 mgr.smithi163.bpdfjr (mgr.14622) 10 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:40:09.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:07.778559+0000 mon.smithi060 (mon.0) 771 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-29T22:40:09.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:07.778650+0000 mon.smithi060 (mon.0) 772 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-09-29T22:40:09.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:08.236592+0000 mon.smithi060 (mon.0) 773 : cluster [DBG] mgrmap e24: smithi163.bpdfjr(active, since 2s), standbys: smithi060.njrpah 2023-09-29T22:40:09.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:08.635402+0000 mon.smithi060 (mon.0) 774 : audit [DBG] from='client.? 172.21.15.60:0/1319524112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:40:09.132 INFO:teuthology.orchestra.run.smithi060.stdout: 5 69559 23.02 MB/sec warmup 85 sec latency 143.475 ms 2023-09-29T22:40:09.162 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:07.244701+0000 mgr.smithi163.bpdfjr (mgr.14622) 9 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:09.162 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:07.662290+0000 mgr.smithi163.bpdfjr (mgr.14622) 10 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:40:09.162 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:07.778559+0000 mon.smithi060 (mon.0) 771 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-29T22:40:09.163 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:07.778650+0000 mon.smithi060 (mon.0) 772 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-09-29T22:40:09.163 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:08.236592+0000 mon.smithi060 (mon.0) 773 : cluster [DBG] mgrmap e24: smithi163.bpdfjr(active, since 2s), standbys: smithi060.njrpah 2023-09-29T22:40:09.163 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:08.635402+0000 mon.smithi060 (mon.0) 774 : audit [DBG] from='client.? 172.21.15.60:0/1319524112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:40:09.189 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:40:09.189 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:40:09.190 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:40:09.190 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:40:09.190 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [], 2023-09-29T22:40:09.190 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T22:40:09.190 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "", 2023-09-29T22:40:09.190 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:40:09.190 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:40:09.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:07.812757+0000 mgr.smithi163.bpdfjr (mgr.14622) 11 : audit [DBG] from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:09.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:09.221566+0000 mon.smithi060 (mon.0) 775 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:09.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:09.611051+0000 mon.smithi060 (mon.0) 776 : cluster [DBG] Standby manager daemon smithi060.njrpah restarted 2023-09-29T22:40:09.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:09.611203+0000 mon.smithi060 (mon.0) 777 : cluster [DBG] Standby manager daemon smithi060.njrpah started 2023-09-29T22:40:09.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:09.618956+0000 mon.smithi060 (mon.0) 778 : audit [DBG] from='mgr.? 172.21.15.60:0/450281410' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.njrpah/crt"}]: dispatch 2023-09-29T22:40:09.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:09.619746+0000 mon.smithi060 (mon.0) 779 : audit [DBG] from='mgr.? 172.21.15.60:0/450281410' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:40:09.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:09.624463+0000 mon.smithi060 (mon.0) 780 : audit [DBG] from='mgr.? 172.21.15.60:0/450281410' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.njrpah/key"}]: dispatch 2023-09-29T22:40:09.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:09.626950+0000 mon.smithi060 (mon.0) 781 : audit [DBG] from='mgr.? 172.21.15.60:0/450281410' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:40:10.031 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:07.812757+0000 mgr.smithi163.bpdfjr (mgr.14622) 11 : audit [DBG] from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:10.032 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:09.221566+0000 mon.smithi060 (mon.0) 775 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:10.032 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:09.611051+0000 mon.smithi060 (mon.0) 776 : cluster [DBG] Standby manager daemon smithi060.njrpah restarted 2023-09-29T22:40:10.032 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:09.611203+0000 mon.smithi060 (mon.0) 777 : cluster [DBG] Standby manager daemon smithi060.njrpah started 2023-09-29T22:40:10.032 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:09.618956+0000 mon.smithi060 (mon.0) 778 : audit [DBG] from='mgr.? 172.21.15.60:0/450281410' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.njrpah/crt"}]: dispatch 2023-09-29T22:40:10.032 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:09.619746+0000 mon.smithi060 (mon.0) 779 : audit [DBG] from='mgr.? 172.21.15.60:0/450281410' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:40:10.032 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:09.624463+0000 mon.smithi060 (mon.0) 780 : audit [DBG] from='mgr.? 172.21.15.60:0/450281410' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.njrpah/key"}]: dispatch 2023-09-29T22:40:10.032 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:09.626950+0000 mon.smithi060 (mon.0) 781 : audit [DBG] from='mgr.? 172.21.15.60:0/450281410' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:40:10.134 INFO:teuthology.orchestra.run.smithi060.stdout: 5 70017 22.87 MB/sec warmup 86 sec latency 30.635 ms 2023-09-29T22:40:10.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:09.189947+0000 mgr.smithi163.bpdfjr (mgr.14622) 12 : audit [DBG] from='client.24511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:10.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:09.662675+0000 mgr.smithi163.bpdfjr (mgr.14622) 13 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:40:10.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:10.200720+0000 mon.smithi060 (mon.0) 782 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:10.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:10.208801+0000 mon.smithi060 (mon.0) 783 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:10.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:10.232686+0000 mon.smithi060 (mon.0) 784 : cluster [DBG] mgrmap e25: smithi163.bpdfjr(active, since 4s), standbys: smithi060.njrpah 2023-09-29T22:40:11.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:09.189947+0000 mgr.smithi163.bpdfjr (mgr.14622) 12 : audit [DBG] from='client.24511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:11.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:09.662675+0000 mgr.smithi163.bpdfjr (mgr.14622) 13 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:40:11.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:10.200720+0000 mon.smithi060 (mon.0) 782 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:11.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:10.208801+0000 mon.smithi060 (mon.0) 783 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:11.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:10.232686+0000 mon.smithi060 (mon.0) 784 : cluster [DBG] mgrmap e25: smithi163.bpdfjr(active, since 4s), standbys: smithi060.njrpah 2023-09-29T22:40:11.134 INFO:teuthology.orchestra.run.smithi060.stdout: 5 70528 22.84 MB/sec warmup 87 sec latency 32.176 ms 2023-09-29T22:40:12.134 INFO:teuthology.orchestra.run.smithi060.stdout: 5 70908 22.73 MB/sec warmup 88 sec latency 32.415 ms 2023-09-29T22:40:12.283 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:10.996281+0000 mon.smithi060 (mon.0) 785 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:12.283 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:11.007466+0000 mon.smithi060 (mon.0) 786 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:12.283 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:11.663015+0000 mgr.smithi163.bpdfjr (mgr.14622) 14 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:40:12.317 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:10.996281+0000 mon.smithi060 (mon.0) 785 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:12.317 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:11.007466+0000 mon.smithi060 (mon.0) 786 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:12.317 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:11.663015+0000 mgr.smithi163.bpdfjr (mgr.14622) 14 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:40:13.135 INFO:teuthology.orchestra.run.smithi060.stdout: 5 71305 22.61 MB/sec warmup 89 sec latency 41.854 ms 2023-09-29T22:40:13.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:12.703845+0000 mon.smithi060 (mon.0) 787 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:13.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:12.711286+0000 mon.smithi060 (mon.0) 788 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:13.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:13.273210+0000 mon.smithi060 (mon.0) 789 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:13.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:13.617360+0000 mon.smithi060 (mon.0) 790 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:13.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:13.624642+0000 mon.smithi060 (mon.0) 791 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:12.703845+0000 mon.smithi060 (mon.0) 787 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:12.711286+0000 mon.smithi060 (mon.0) 788 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:13.273210+0000 mon.smithi060 (mon.0) 789 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:13.617360+0000 mon.smithi060 (mon.0) 790 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:13.624642+0000 mon.smithi060 (mon.0) 791 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:14.134 INFO:teuthology.orchestra.run.smithi060.stdout: 5 71600 22.44 MB/sec warmup 90 sec latency 46.981 ms 2023-09-29T22:40:14.908 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:13.663569+0000 mgr.smithi163.bpdfjr (mgr.14622) 15 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 4.7 MiB/s wr, 523 op/s 2023-09-29T22:40:15.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:13.663569+0000 mgr.smithi163.bpdfjr (mgr.14622) 15 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 4.7 MiB/s wr, 523 op/s 2023-09-29T22:40:15.134 INFO:teuthology.orchestra.run.smithi060.stdout: 5 72134 22.29 MB/sec warmup 91 sec latency 35.794 ms 2023-09-29T22:40:16.135 INFO:teuthology.orchestra.run.smithi060.stdout: 5 72401 22.09 MB/sec warmup 92 sec latency 929.170 ms 2023-09-29T22:40:17.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:15.175364+0000 mon.smithi060 (mon.0) 792 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-29T22:40:17.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:15.175722+0000 mon.smithi163 (mon.1) 43 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:40:17.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:15.175891+0000 mon.smithi163 (mon.1) 44 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:40:17.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:15.663907+0000 mgr.smithi163.bpdfjr (mgr.14622) 16 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 3.7 MiB/s wr, 410 op/s 2023-09-29T22:40:17.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.166814+0000 mon.smithi060 (mon.0) 793 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-29T22:40:17.134 INFO:teuthology.orchestra.run.smithi060.stdout: 5 73129 22.10 MB/sec warmup 93 sec latency 960.923 ms 2023-09-29T22:40:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:15.175364+0000 mon.smithi060 (mon.0) 792 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-29T22:40:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:15.175722+0000 mon.smithi163 (mon.1) 43 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:40:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:15.175891+0000 mon.smithi163 (mon.1) 44 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:40:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:15.663907+0000 mgr.smithi163.bpdfjr (mgr.14622) 16 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 3.7 MiB/s wr, 410 op/s 2023-09-29T22:40:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.166814+0000 mon.smithi060 (mon.0) 793 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-29T22:40:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.168652+0000 mon.smithi163 (mon.1) 45 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-29T22:40:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.742614+0000 mon.smithi163 (mon.1) 46 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-29T22:40:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.743401+0000 mon.smithi163 (mon.1) 47 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:40:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.743519+0000 mon.smithi163 (mon.1) 48 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:40:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.758654+0000 mon.smithi060 (mon.0) 794 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.767230+0000 mon.smithi060 (mon.0) 795 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.769623+0000 mon.smithi163 (mon.1) 49 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.770224+0000 mon.smithi060 (mon.0) 796 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.771303+0000 mon.smithi163 (mon.1) 50 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.771658+0000 mon.smithi060 (mon.0) 797 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.772561+0000 mon.smithi163 (mon.1) 51 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.773399+0000 mon.smithi060 (mon.0) 798 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.774506+0000 mon.smithi163 (mon.1) 52 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.774815+0000 mon.smithi060 (mon.0) 799 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:16.775794+0000 mgr.smithi163.bpdfjr (mgr.14622) 17 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 1943M 2023-09-29T22:40:18.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:16.782108+0000 mon.smithi060 (mon.0) 800 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:18.135 INFO:teuthology.orchestra.run.smithi060.stdout: 5 74008 22.10 MB/sec warmup 94 sec latency 23.292 ms 2023-09-29T22:40:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.168652+0000 mon.smithi163 (mon.1) 45 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-29T22:40:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.742614+0000 mon.smithi163 (mon.1) 46 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-29T22:40:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.743401+0000 mon.smithi163 (mon.1) 47 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:40:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.743519+0000 mon.smithi163 (mon.1) 48 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:40:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.758654+0000 mon.smithi060 (mon.0) 794 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.767230+0000 mon.smithi060 (mon.0) 795 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.769623+0000 mon.smithi163 (mon.1) 49 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.770224+0000 mon.smithi060 (mon.0) 796 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.771303+0000 mon.smithi163 (mon.1) 50 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.771658+0000 mon.smithi060 (mon.0) 797 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.772561+0000 mon.smithi163 (mon.1) 51 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.773399+0000 mon.smithi060 (mon.0) 798 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.774506+0000 mon.smithi163 (mon.1) 52 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.774815+0000 mon.smithi060 (mon.0) 799 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:16.775794+0000 mgr.smithi163.bpdfjr (mgr.14622) 17 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 1943M 2023-09-29T22:40:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:16.782108+0000 mon.smithi060 (mon.0) 800 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:19.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:17.664549+0000 mgr.smithi163.bpdfjr (mgr.14622) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 6.3 MiB/s wr, 685 op/s 2023-09-29T22:40:19.135 INFO:teuthology.orchestra.run.smithi060.stdout: 5 74899 22.17 MB/sec warmup 95 sec latency 21.805 ms 2023-09-29T22:40:19.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:17.664549+0000 mgr.smithi163.bpdfjr (mgr.14622) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 6.3 MiB/s wr, 685 op/s 2023-09-29T22:40:20.135 INFO:teuthology.orchestra.run.smithi060.stdout: 5 75381 22.11 MB/sec warmup 96 sec latency 49.195 ms 2023-09-29T22:40:21.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:19.664979+0000 mgr.smithi163.bpdfjr (mgr.14622) 19 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 5.3 MiB/s wr, 577 op/s 2023-09-29T22:40:21.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.253243+0000 mon.smithi060 (mon.0) 801 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:21.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.260784+0000 mon.smithi060 (mon.0) 802 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:21.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.262652+0000 mon.smithi163 (mon.1) 53 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.263003+0000 mon.smithi060 (mon.0) 803 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.264194+0000 mon.smithi163 (mon.1) 54 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.264438+0000 mon.smithi060 (mon.0) 804 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.265443+0000 mon.smithi163 (mon.1) 55 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.265846+0000 mon.smithi060 (mon.0) 805 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.266791+0000 mon.smithi163 (mon.1) 56 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.267051+0000 mon.smithi060 (mon.0) 806 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.274311+0000 mon.smithi060 (mon.0) 807 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:21.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.276887+0000 mon.smithi163 (mon.1) 57 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:21.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.277666+0000 mon.smithi163 (mon.1) 58 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:40:21.135 INFO:teuthology.orchestra.run.smithi060.stdout: 5 75859 21.91 MB/sec warmup 97 sec latency 59.355 ms 2023-09-29T22:40:21.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:19.664979+0000 mgr.smithi163.bpdfjr (mgr.14622) 19 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 5.3 MiB/s wr, 577 op/s 2023-09-29T22:40:21.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.253243+0000 mon.smithi060 (mon.0) 801 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:21.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.260784+0000 mon.smithi060 (mon.0) 802 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.262652+0000 mon.smithi163 (mon.1) 53 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.263003+0000 mon.smithi060 (mon.0) 803 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.264194+0000 mon.smithi163 (mon.1) 54 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.264438+0000 mon.smithi060 (mon.0) 804 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.265443+0000 mon.smithi163 (mon.1) 55 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.265846+0000 mon.smithi060 (mon.0) 805 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.266791+0000 mon.smithi163 (mon.1) 56 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.267051+0000 mon.smithi060 (mon.0) 806 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.274311+0000 mon.smithi060 (mon.0) 807 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.276887+0000 mon.smithi163 (mon.1) 57 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:21.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.277666+0000 mon.smithi163 (mon.1) 58 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:40:22.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:20.269399+0000 mgr.smithi163.bpdfjr (mgr.14622) 20 : cephadm [INF] Adjusting osd_memory_target on smithi163 to 2710M 2023-09-29T22:40:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:20.278835+0000 mgr.smithi163.bpdfjr (mgr.14622) 21 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:40:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:20.279032+0000 mgr.smithi163.bpdfjr (mgr.14622) 22 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:40:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:20.643604+0000 mgr.smithi163.bpdfjr (mgr.14622) 23 : cephadm [INF] Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:40:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:20.694771+0000 mgr.smithi163.bpdfjr (mgr.14622) 24 : cephadm [INF] Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:40:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:20.816748+0000 mon.smithi163 (mon.1) 59 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:40:22.135 INFO:teuthology.orchestra.run.smithi060.stdout: 5 76123 21.76 MB/sec warmup 98 sec latency 235.095 ms 2023-09-29T22:40:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:20.269399+0000 mgr.smithi163.bpdfjr (mgr.14622) 20 : cephadm [INF] Adjusting osd_memory_target on smithi163 to 2710M 2023-09-29T22:40:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:20.278835+0000 mgr.smithi163.bpdfjr (mgr.14622) 21 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:40:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:20.279032+0000 mgr.smithi163.bpdfjr (mgr.14622) 22 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:40:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:20.643604+0000 mgr.smithi163.bpdfjr (mgr.14622) 23 : cephadm [INF] Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:40:22.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:20.694771+0000 mgr.smithi163.bpdfjr (mgr.14622) 24 : cephadm [INF] Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:40:22.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:20.816748+0000 mon.smithi163 (mon.1) 59 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:40:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:21.059408+0000 mgr.smithi163.bpdfjr (mgr.14622) 25 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:40:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:21.115126+0000 mgr.smithi163.bpdfjr (mgr.14622) 26 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:40:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:21.478005+0000 mgr.smithi163.bpdfjr (mgr.14622) 27 : cephadm [INF] Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:40:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:21.529875+0000 mgr.smithi163.bpdfjr (mgr.14622) 28 : cephadm [INF] Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:40:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:21.665381+0000 mgr.smithi163.bpdfjr (mgr.14622) 29 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 5.2 MiB/s wr, 571 op/s 2023-09-29T22:40:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:21.847717+0000 mon.smithi060 (mon.0) 808 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:21.852423+0000 mon.smithi060 (mon.0) 809 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:21.859863+0000 mon.smithi060 (mon.0) 810 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:21.864793+0000 mon.smithi060 (mon.0) 811 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:21.872706+0000 mon.smithi060 (mon.0) 812 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:21.896722+0000 mon.smithi163 (mon.1) 60 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-29T22:40:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:21.897162+0000 mon.smithi060 (mon.0) 813 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-29T22:40:23.135 INFO:teuthology.orchestra.run.smithi060.stdout: 5 76598 21.72 MB/sec warmup 99 sec latency 461.529 ms 2023-09-29T22:40:23.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:21.059408+0000 mgr.smithi163.bpdfjr (mgr.14622) 25 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:40:23.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:21.115126+0000 mgr.smithi163.bpdfjr (mgr.14622) 26 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:40:23.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:21.478005+0000 mgr.smithi163.bpdfjr (mgr.14622) 27 : cephadm [INF] Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:40:23.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:21.529875+0000 mgr.smithi163.bpdfjr (mgr.14622) 28 : cephadm [INF] Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:40:23.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:21.665381+0000 mgr.smithi163.bpdfjr (mgr.14622) 29 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 5.2 MiB/s wr, 571 op/s 2023-09-29T22:40:23.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:21.847717+0000 mon.smithi060 (mon.0) 808 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:23.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:21.852423+0000 mon.smithi060 (mon.0) 809 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:23.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:21.859863+0000 mon.smithi060 (mon.0) 810 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:23.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:21.864793+0000 mon.smithi060 (mon.0) 811 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:23.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:21.872706+0000 mon.smithi060 (mon.0) 812 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:23.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:21.896722+0000 mon.smithi163 (mon.1) 60 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-29T22:40:23.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:21.897162+0000 mon.smithi060 (mon.0) 813 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-29T22:40:24.135 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77287 21.67 MB/sec warmup 100 sec latency 34.557 ms 2023-09-29T22:40:24.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:22.874998+0000 mon.smithi060 (mon.0) 814 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-09-29T22:40:24.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:22.875098+0000 mon.smithi060 (mon.0) 815 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-09-29T22:40:24.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:22.878658+0000 mon.smithi163 (mon.1) 61 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-29T22:40:24.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:22.879290+0000 mon.smithi060 (mon.0) 816 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-29T22:40:24.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:23 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:23.665763+0000 mgr.smithi163.bpdfjr (mgr.14622) 30 : cluster [DBG] pgmap v15: 129 pgs: 32 unknown, 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 7.7 MiB/s wr, 778 op/s 2023-09-29T22:40:24.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:22.874998+0000 mon.smithi060 (mon.0) 814 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-09-29T22:40:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:22.875098+0000 mon.smithi060 (mon.0) 815 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-09-29T22:40:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:22.878658+0000 mon.smithi163 (mon.1) 61 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-29T22:40:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:22.879290+0000 mon.smithi060 (mon.0) 816 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-29T22:40:24.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:23.665763+0000 mgr.smithi163.bpdfjr (mgr.14622) 30 : cluster [DBG] pgmap v15: 129 pgs: 32 unknown, 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 7.7 MiB/s wr, 778 op/s 2023-09-29T22:40:25.135 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77396 21.48 MB/sec warmup 101 sec latency 711.555 ms 2023-09-29T22:40:25.158 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:23.881333+0000 mon.smithi060 (mon.0) 817 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-29T22:40:25.158 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:23.881485+0000 mon.smithi060 (mon.0) 818 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-09-29T22:40:25.158 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:23.883173+0000 mgr.smithi163.bpdfjr (mgr.14622) 31 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2023-09-29T22:40:25.158 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:23.920402+0000 mgr.smithi163.bpdfjr (mgr.14622) 32 : cephadm [INF] Found 1 exports for legacy nfs.foo 2023-09-29T22:40:25.158 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:23.920502+0000 mgr.smithi163.bpdfjr (mgr.14622) 33 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi060.wsqscg', 'nfs.foo.1.0.smithi163.hlaqqv'] 2023-09-29T22:40:25.159 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:23.920559+0000 mgr.smithi163.bpdfjr (mgr.14622) 34 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi060.wsqscg nfs.foo.1.0.smithi163.hlaqqv 2023-09-29T22:40:25.159 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:23.920991+0000 mgr.smithi163.bpdfjr (mgr.14622) 35 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi060.wsqscg from smithi060 -- ports [2049] 2023-09-29T22:40:25.159 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:23.921260+0000 mgr.smithi163.bpdfjr (mgr.14622) 36 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi163.hlaqqv from smithi163 -- ports [2049] 2023-09-29T22:40:25.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:23.881333+0000 mon.smithi060 (mon.0) 817 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-29T22:40:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:23.881485+0000 mon.smithi060 (mon.0) 818 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-09-29T22:40:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:23.883173+0000 mgr.smithi163.bpdfjr (mgr.14622) 31 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2023-09-29T22:40:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:23.920402+0000 mgr.smithi163.bpdfjr (mgr.14622) 32 : cephadm [INF] Found 1 exports for legacy nfs.foo 2023-09-29T22:40:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:23.920502+0000 mgr.smithi163.bpdfjr (mgr.14622) 33 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi060.wsqscg', 'nfs.foo.1.0.smithi163.hlaqqv'] 2023-09-29T22:40:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:23.920559+0000 mgr.smithi163.bpdfjr (mgr.14622) 34 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi060.wsqscg nfs.foo.1.0.smithi163.hlaqqv 2023-09-29T22:40:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:23.920991+0000 mgr.smithi163.bpdfjr (mgr.14622) 35 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi060.wsqscg from smithi060 -- ports [2049] 2023-09-29T22:40:25.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:23.921260+0000 mgr.smithi163.bpdfjr (mgr.14622) 36 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi163.hlaqqv from smithi163 -- ports [2049] 2023-09-29T22:40:26.136 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77396 21.27 MB/sec warmup 102 sec latency 1712.139 ms 2023-09-29T22:40:26.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:24.886068+0000 mon.smithi060 (mon.0) 819 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-09-29T22:40:26.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:24.887066+0000 mgr.smithi163.bpdfjr (mgr.14622) 37 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi163.hlaqqv 2023-09-29T22:40:26.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:24.887304+0000 mon.smithi163 (mon.1) 62 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv"}]: dispatch 2023-09-29T22:40:26.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:24.887670+0000 mon.smithi060 (mon.0) 820 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv"}]: dispatch 2023-09-29T22:40:26.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:24.890880+0000 mon.smithi060 (mon.0) 821 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv"}]': finished 2023-09-29T22:40:26.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:24.891706+0000 mgr.smithi163.bpdfjr (mgr.14622) 38 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi163.hlaqqv-rgw 2023-09-29T22:40:26.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:24.891905+0000 mon.smithi163 (mon.1) 63 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv-rgw"}]: dispatch 2023-09-29T22:40:26.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:24.892245+0000 mon.smithi060 (mon.0) 822 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv-rgw"}]: dispatch 2023-09-29T22:40:26.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:24.895091+0000 mon.smithi060 (mon.0) 823 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv-rgw"}]': finished 2023-09-29T22:40:26.169 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:25 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:25.666263+0000 mgr.smithi163.bpdfjr (mgr.14622) 39 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.8 MiB/s wr, 763 op/s 2023-09-29T22:40:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:24.886068+0000 mon.smithi060 (mon.0) 819 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-09-29T22:40:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:24.887066+0000 mgr.smithi163.bpdfjr (mgr.14622) 37 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi163.hlaqqv 2023-09-29T22:40:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:24.887304+0000 mon.smithi163 (mon.1) 62 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv"}]: dispatch 2023-09-29T22:40:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:24.887670+0000 mon.smithi060 (mon.0) 820 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv"}]: dispatch 2023-09-29T22:40:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:24.890880+0000 mon.smithi060 (mon.0) 821 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv"}]': finished 2023-09-29T22:40:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:24.891706+0000 mgr.smithi163.bpdfjr (mgr.14622) 38 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi163.hlaqqv-rgw 2023-09-29T22:40:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:24.891905+0000 mon.smithi163 (mon.1) 63 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv-rgw"}]: dispatch 2023-09-29T22:40:26.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:24.892245+0000 mon.smithi060 (mon.0) 822 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv-rgw"}]: dispatch 2023-09-29T22:40:26.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:24.895091+0000 mon.smithi060 (mon.0) 823 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv-rgw"}]': finished 2023-09-29T22:40:26.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:25.666263+0000 mgr.smithi163.bpdfjr (mgr.14622) 39 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.8 MiB/s wr, 763 op/s 2023-09-29T22:40:27.136 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77396 21.06 MB/sec warmup 103 sec latency 2712.194 ms 2023-09-29T22:40:27.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:25.905090+0000 mon.smithi060 (mon.0) 824 : cluster [DBG] mgrmap e26: smithi163.bpdfjr(active, since 20s), standbys: smithi060.njrpah 2023-09-29T22:40:27.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:25.905090+0000 mon.smithi060 (mon.0) 824 : cluster [DBG] mgrmap e26: smithi163.bpdfjr(active, since 20s), standbys: smithi060.njrpah 2023-09-29T22:40:28.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.242557+0000 mgr.smithi163.bpdfjr (mgr.14622) 40 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi060.wsqscg 2023-09-29T22:40:28.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.243003+0000 mon.smithi163 (mon.1) 64 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg"}]: dispatch 2023-09-29T22:40:28.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.243525+0000 mon.smithi060 (mon.0) 825 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg"}]: dispatch 2023-09-29T22:40:28.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.246991+0000 mon.smithi060 (mon.0) 826 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg"}]': finished 2023-09-29T22:40:28.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.248147+0000 mgr.smithi163.bpdfjr (mgr.14622) 41 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi060.wsqscg-rgw 2023-09-29T22:40:28.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.248401+0000 mon.smithi163 (mon.1) 65 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg-rgw"}]: dispatch 2023-09-29T22:40:28.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.248661+0000 mon.smithi060 (mon.0) 827 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg-rgw"}]: dispatch 2023-09-29T22:40:28.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.251455+0000 mon.smithi060 (mon.0) 828 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg-rgw"}]': finished 2023-09-29T22:40:28.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.256357+0000 mon.smithi060 (mon.0) 829 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.257501+0000 mon.smithi163 (mon.1) 66 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-29T22:40:28.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.258174+0000 mgr.smithi163.bpdfjr (mgr.14622) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-29T22:40:28.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.287760+0000 mon.smithi163 (mon.1) 67 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-29T22:40:28.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.288306+0000 mon.smithi060 (mon.0) 830 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-29T22:40:28.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.291432+0000 mon.smithi060 (mon.0) 831 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-29T22:40:28.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.297631+0000 mgr.smithi163.bpdfjr (mgr.14622) 43 : cephadm [INF] Done migrating nfs.foo 2023-09-29T22:40:28.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.297719+0000 mgr.smithi163.bpdfjr (mgr.14622) 44 : cephadm [INF] Done migrating all NFS services 2023-09-29T22:40:28.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.301499+0000 mon.smithi060 (mon.0) 832 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.309268+0000 mon.smithi060 (mon.0) 833 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.317847+0000 mon.smithi060 (mon.0) 834 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.328673+0000 mon.smithi060 (mon.0) 835 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.330885+0000 mgr.smithi163.bpdfjr (mgr.14622) 45 : cephadm [INF] Fencing old nfs.foo.0.0.smithi060.wsqscg 2023-09-29T22:40:28.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.331415+0000 mon.smithi163 (mon.1) 68 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg"}]: dispatch 2023-09-29T22:40:28.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.331857+0000 mon.smithi060 (mon.0) 836 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg"}]: dispatch 2023-09-29T22:40:28.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.335525+0000 mon.smithi060 (mon.0) 837 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.336955+0000 mgr.smithi163.bpdfjr (mgr.14622) 46 : cephadm [INF] Fencing old nfs.foo.1.0.smithi163.hlaqqv 2023-09-29T22:40:28.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.337222+0000 mon.smithi163 (mon.1) 69 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv"}]: dispatch 2023-09-29T22:40:28.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.337611+0000 mon.smithi060 (mon.0) 838 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv"}]: dispatch 2023-09-29T22:40:28.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.341223+0000 mon.smithi060 (mon.0) 839 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.342001+0000 mgr.smithi163.bpdfjr (mgr.14622) 47 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi060.wmowsx 2023-09-29T22:40:28.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.342191+0000 mon.smithi163 (mon.1) 70 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:40:28.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.342560+0000 mon.smithi060 (mon.0) 840 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:40:28.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.345354+0000 mon.smithi060 (mon.0) 841 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-29T22:40:28.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.346260+0000 mgr.smithi163.bpdfjr (mgr.14622) 48 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T22:40:28.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.346494+0000 mon.smithi163 (mon.1) 71 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:40:28.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.346877+0000 mon.smithi060 (mon.0) 842 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:40:28.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.349822+0000 mon.smithi060 (mon.0) 843 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T22:40:28.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.350962+0000 mon.smithi163 (mon.1) 72 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:28.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.394683+0000 mon.smithi163 (mon.1) 73 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:40:28.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.395001+0000 mon.smithi060 (mon.0) 844 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:40:28.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.398602+0000 mon.smithi060 (mon.0) 845 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:40:28.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.445397+0000 mgr.smithi163.bpdfjr (mgr.14622) 49 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T22:40:28.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.445494+0000 mgr.smithi163.bpdfjr (mgr.14622) 50 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi060.wmowsx-rgw 2023-09-29T22:40:28.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.445914+0000 mon.smithi163 (mon.1) 74 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:40:28.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.446492+0000 mon.smithi060 (mon.0) 846 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:40:28.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.449789+0000 mon.smithi060 (mon.0) 847 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T22:40:28.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.450913+0000 mgr.smithi163.bpdfjr (mgr.14622) 51 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi060.wmowsx's ganesha conf is defaulting to empty 2023-09-29T22:40:28.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:27.456350+0000 mon.smithi163 (mon.1) 75 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:28.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:27.457473+0000 mgr.smithi163.bpdfjr (mgr.14622) 52 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi060.wmowsx on smithi060 2023-09-29T22:40:28.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:27.667039+0000 mgr.smithi163.bpdfjr (mgr.14622) 53 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2023-09-29T22:40:28.136 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77396 20.86 MB/sec warmup 104 sec latency 3712.274 ms 2023-09-29T22:40:28.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.242557+0000 mgr.smithi163.bpdfjr (mgr.14622) 40 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi060.wsqscg 2023-09-29T22:40:28.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.243003+0000 mon.smithi163 (mon.1) 64 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg"}]: dispatch 2023-09-29T22:40:28.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.243525+0000 mon.smithi060 (mon.0) 825 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg"}]: dispatch 2023-09-29T22:40:28.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.246991+0000 mon.smithi060 (mon.0) 826 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg"}]': finished 2023-09-29T22:40:28.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.248147+0000 mgr.smithi163.bpdfjr (mgr.14622) 41 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi060.wsqscg-rgw 2023-09-29T22:40:28.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.248401+0000 mon.smithi163 (mon.1) 65 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg-rgw"}]: dispatch 2023-09-29T22:40:28.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.248661+0000 mon.smithi060 (mon.0) 827 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg-rgw"}]: dispatch 2023-09-29T22:40:28.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.251455+0000 mon.smithi060 (mon.0) 828 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg-rgw"}]': finished 2023-09-29T22:40:28.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.256357+0000 mon.smithi060 (mon.0) 829 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.257501+0000 mon.smithi163 (mon.1) 66 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-29T22:40:28.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.258174+0000 mgr.smithi163.bpdfjr (mgr.14622) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-29T22:40:28.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.287760+0000 mon.smithi163 (mon.1) 67 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-29T22:40:28.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.288306+0000 mon.smithi060 (mon.0) 830 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.291432+0000 mon.smithi060 (mon.0) 831 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.297631+0000 mgr.smithi163.bpdfjr (mgr.14622) 43 : cephadm [INF] Done migrating nfs.foo 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.297719+0000 mgr.smithi163.bpdfjr (mgr.14622) 44 : cephadm [INF] Done migrating all NFS services 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.301499+0000 mon.smithi060 (mon.0) 832 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.309268+0000 mon.smithi060 (mon.0) 833 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.317847+0000 mon.smithi060 (mon.0) 834 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.328673+0000 mon.smithi060 (mon.0) 835 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.330885+0000 mgr.smithi163.bpdfjr (mgr.14622) 45 : cephadm [INF] Fencing old nfs.foo.0.0.smithi060.wsqscg 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.331415+0000 mon.smithi163 (mon.1) 68 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg"}]: dispatch 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.331857+0000 mon.smithi060 (mon.0) 836 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi060.wsqscg"}]: dispatch 2023-09-29T22:40:28.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.335525+0000 mon.smithi060 (mon.0) 837 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.336955+0000 mgr.smithi163.bpdfjr (mgr.14622) 46 : cephadm [INF] Fencing old nfs.foo.1.0.smithi163.hlaqqv 2023-09-29T22:40:28.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.337222+0000 mon.smithi163 (mon.1) 69 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv"}]: dispatch 2023-09-29T22:40:28.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.337611+0000 mon.smithi060 (mon.0) 838 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi163.hlaqqv"}]: dispatch 2023-09-29T22:40:28.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.341223+0000 mon.smithi060 (mon.0) 839 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:28.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.342001+0000 mgr.smithi163.bpdfjr (mgr.14622) 47 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi060.wmowsx 2023-09-29T22:40:28.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.342191+0000 mon.smithi163 (mon.1) 70 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:40:28.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.342560+0000 mon.smithi060 (mon.0) 840 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:40:28.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.345354+0000 mon.smithi060 (mon.0) 841 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-29T22:40:28.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.346260+0000 mgr.smithi163.bpdfjr (mgr.14622) 48 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T22:40:28.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.346494+0000 mon.smithi163 (mon.1) 71 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:40:28.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.346877+0000 mon.smithi060 (mon.0) 842 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:40:28.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.349822+0000 mon.smithi060 (mon.0) 843 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T22:40:28.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.350962+0000 mon.smithi163 (mon.1) 72 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:28.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.394683+0000 mon.smithi163 (mon.1) 73 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:40:28.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.395001+0000 mon.smithi060 (mon.0) 844 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:40:28.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.398602+0000 mon.smithi060 (mon.0) 845 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:40:28.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.445397+0000 mgr.smithi163.bpdfjr (mgr.14622) 49 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T22:40:28.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.445494+0000 mgr.smithi163.bpdfjr (mgr.14622) 50 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi060.wmowsx-rgw 2023-09-29T22:40:28.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.445914+0000 mon.smithi163 (mon.1) 74 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:40:28.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.446492+0000 mon.smithi060 (mon.0) 846 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:40:28.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.449789+0000 mon.smithi060 (mon.0) 847 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T22:40:28.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.450913+0000 mgr.smithi163.bpdfjr (mgr.14622) 51 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi060.wmowsx's ganesha conf is defaulting to empty 2023-09-29T22:40:28.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:27.456350+0000 mon.smithi163 (mon.1) 75 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:28.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:27.457473+0000 mgr.smithi163.bpdfjr (mgr.14622) 52 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi060.wmowsx on smithi060 2023-09-29T22:40:28.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:27 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:27.667039+0000 mgr.smithi163.bpdfjr (mgr.14622) 53 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2023-09-29T22:40:29.136 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77396 20.66 MB/sec warmup 105 sec latency 4712.752 ms 2023-09-29T22:40:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:28.460481+0000 mon.smithi060 (mon.0) 848 : cluster [DBG] mgrmap e27: smithi163.bpdfjr(active, since 22s), standbys: smithi060.njrpah 2023-09-29T22:40:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:29.329035+0000 mon.smithi060 (mon.0) 849 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:29.335274+0000 mon.smithi060 (mon.0) 850 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:29.378759+0000 mon.smithi060 (mon.0) 851 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:29.380114+0000 mon.smithi163 (mon.1) 76 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:40:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:29.380401+0000 mon.smithi060 (mon.0) 852 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:40:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:29.383235+0000 mon.smithi060 (mon.0) 853 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-29T22:40:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:29.384437+0000 mon.smithi163 (mon.1) 77 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:40:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:29.384691+0000 mon.smithi060 (mon.0) 854 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:40:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:29.387440+0000 mon.smithi060 (mon.0) 855 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T22:40:29.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:29.388903+0000 mon.smithi163 (mon.1) 78 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:28.460481+0000 mon.smithi060 (mon.0) 848 : cluster [DBG] mgrmap e27: smithi163.bpdfjr(active, since 22s), standbys: smithi060.njrpah 2023-09-29T22:40:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:29.329035+0000 mon.smithi060 (mon.0) 849 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:29.335274+0000 mon.smithi060 (mon.0) 850 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:29.378759+0000 mon.smithi060 (mon.0) 851 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:29.380114+0000 mon.smithi163 (mon.1) 76 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:40:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:29.380401+0000 mon.smithi060 (mon.0) 852 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:40:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:29.383235+0000 mon.smithi060 (mon.0) 853 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-29T22:40:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:29.384437+0000 mon.smithi163 (mon.1) 77 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:40:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:29.384691+0000 mon.smithi060 (mon.0) 854 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:40:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:29.387440+0000 mon.smithi060 (mon.0) 855 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T22:40:29.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:29.388903+0000 mon.smithi163 (mon.1) 78 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:30.136 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77396 20.46 MB/sec warmup 106 sec latency 5712.830 ms 2023-09-29T22:40:30.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:29.379847+0000 mgr.smithi163.bpdfjr (mgr.14622) 54 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi163.kleznb 2023-09-29T22:40:30.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:29.384174+0000 mgr.smithi163.bpdfjr (mgr.14622) 55 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T22:40:30.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:29.667683+0000 mgr.smithi163.bpdfjr (mgr.14622) 56 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-09-29T22:40:30.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:29.379847+0000 mgr.smithi163.bpdfjr (mgr.14622) 54 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi163.kleznb 2023-09-29T22:40:30.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:29.384174+0000 mgr.smithi163.bpdfjr (mgr.14622) 55 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T22:40:30.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:29.667683+0000 mgr.smithi163.bpdfjr (mgr.14622) 56 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-09-29T22:40:31.136 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77396 20.27 MB/sec warmup 107 sec latency 6712.942 ms 2023-09-29T22:40:32.137 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77396 20.08 MB/sec warmup 108 sec latency 7713.051 ms 2023-09-29T22:40:33.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:31.668172+0000 mgr.smithi163.bpdfjr (mgr.14622) 57 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.4 MiB/s wr, 243 op/s 2023-09-29T22:40:33.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:32.301545+0000 mon.smithi163 (mon.1) 79 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:40:33.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:32.302000+0000 mon.smithi060 (mon.0) 856 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:40:33.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:32.306766+0000 mon.smithi060 (mon.0) 857 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:40:33.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:32.313569+0000 mds.foofs.smithi163.avrbvr (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14550 (172.21.15.60:0/3355802973) 2023-09-29T22:40:33.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:32.313883+0000 mon.smithi163 (mon.1) 80 : audit [INF] from='mds.? [v2:172.21.15.163:6832/2245983440,v1:172.21.15.163:6833/2245983440]' entity='mds.foofs.smithi163.avrbvr' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.60:0/3355802973"}]: dispatch 2023-09-29T22:40:33.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:32.314405+0000 mon.smithi060 (mon.0) 858 : audit [INF] from='mds.? ' entity='mds.foofs.smithi163.avrbvr' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.60:0/3355802973"}]: dispatch 2023-09-29T22:40:33.001 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:32.316679+0000 mds.foofs.smithi163.avrbvr (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14698 172.21.15.60:0/408113228) 2023-09-29T22:40:33.001 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:32.360021+0000 mon.smithi163 (mon.1) 81 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:40:33.001 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:32.360510+0000 mon.smithi060 (mon.0) 859 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:40:33.001 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:32.364852+0000 mon.smithi060 (mon.0) 860 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T22:40:33.001 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:32.366382+0000 mon.smithi163 (mon.1) 82 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:33.137 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77396 19.90 MB/sec warmup 109 sec latency 8713.158 ms 2023-09-29T22:40:33.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:31.668172+0000 mgr.smithi163.bpdfjr (mgr.14622) 57 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.4 MiB/s wr, 243 op/s 2023-09-29T22:40:33.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:32.301545+0000 mon.smithi163 (mon.1) 79 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:40:33.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:32.302000+0000 mon.smithi060 (mon.0) 856 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:40:33.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:32.306766+0000 mon.smithi060 (mon.0) 857 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:40:33.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:32.313569+0000 mds.foofs.smithi163.avrbvr (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14550 (172.21.15.60:0/3355802973) 2023-09-29T22:40:33.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:32.313883+0000 mon.smithi163 (mon.1) 80 : audit [INF] from='mds.? [v2:172.21.15.163:6832/2245983440,v1:172.21.15.163:6833/2245983440]' entity='mds.foofs.smithi163.avrbvr' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.60:0/3355802973"}]: dispatch 2023-09-29T22:40:33.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:32.314405+0000 mon.smithi060 (mon.0) 858 : audit [INF] from='mds.? ' entity='mds.foofs.smithi163.avrbvr' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.60:0/3355802973"}]: dispatch 2023-09-29T22:40:33.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:32.316679+0000 mds.foofs.smithi163.avrbvr (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14698 172.21.15.60:0/408113228) 2023-09-29T22:40:33.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:32.360021+0000 mon.smithi163 (mon.1) 81 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:40:33.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:32.360510+0000 mon.smithi060 (mon.0) 859 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:40:33.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:32.364852+0000 mon.smithi060 (mon.0) 860 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T22:40:33.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:32.366382+0000 mon.smithi163 (mon.1) 82 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:33.928 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:32.359473+0000 mgr.smithi163.bpdfjr (mgr.14622) 58 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T22:40:33.928 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:32.359618+0000 mgr.smithi163.bpdfjr (mgr.14622) 59 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi163.kleznb-rgw 2023-09-29T22:40:33.928 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:32.365791+0000 mgr.smithi163.bpdfjr (mgr.14622) 60 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi163.kleznb's ganesha conf is defaulting to empty 2023-09-29T22:40:33.928 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:32.369450+0000 mgr.smithi163.bpdfjr (mgr.14622) 61 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi163.kleznb on smithi163 2023-09-29T22:40:33.929 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:33.308585+0000 mon.smithi060 (mon.0) 861 : audit [INF] from='mds.? ' entity='mds.foofs.smithi163.avrbvr' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.60:0/3355802973"}]': finished 2023-09-29T22:40:33.929 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:33.308695+0000 mon.smithi060 (mon.0) 862 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-09-29T22:40:33.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:32.359473+0000 mgr.smithi163.bpdfjr (mgr.14622) 58 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T22:40:33.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:32.359618+0000 mgr.smithi163.bpdfjr (mgr.14622) 59 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi163.kleznb-rgw 2023-09-29T22:40:33.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:32.365791+0000 mgr.smithi163.bpdfjr (mgr.14622) 60 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi163.kleznb's ganesha conf is defaulting to empty 2023-09-29T22:40:33.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:32.369450+0000 mgr.smithi163.bpdfjr (mgr.14622) 61 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi163.kleznb on smithi163 2023-09-29T22:40:33.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:33.308585+0000 mon.smithi060 (mon.0) 861 : audit [INF] from='mds.? ' entity='mds.foofs.smithi163.avrbvr' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.60:0/3355802973"}]': finished 2023-09-29T22:40:33.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:33 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:33.308695+0000 mon.smithi060 (mon.0) 862 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-09-29T22:40:34.137 INFO:teuthology.orchestra.run.smithi060.stdout: 5 77396 19.72 MB/sec warmup 110 sec latency 9713.212 ms 2023-09-29T22:40:35.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:33.668683+0000 mgr.smithi163.bpdfjr (mgr.14622) 62 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 2.2 MiB/s wr, 225 op/s 2023-09-29T22:40:35.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:34.101196+0000 mds.foofs.smithi163.avrbvr (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24403 (172.21.15.163:0/2497762356) 2023-09-29T22:40:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:34.101423+0000 mon.smithi163 (mon.1) 83 : audit [INF] from='mds.? [v2:172.21.15.163:6832/2245983440,v1:172.21.15.163:6833/2245983440]' entity='mds.foofs.smithi163.avrbvr' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.163:0/2497762356"}]: dispatch 2023-09-29T22:40:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:34.101888+0000 mon.smithi060 (mon.0) 863 : audit [INF] from='mds.? ' entity='mds.foofs.smithi163.avrbvr' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.163:0/2497762356"}]: dispatch 2023-09-29T22:40:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:34.103564+0000 mds.foofs.smithi163.avrbvr (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24565 172.21.15.163:0/3889799103) 2023-09-29T22:40:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:34.140155+0000 mon.smithi060 (mon.0) 864 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:34.145663+0000 mon.smithi060 (mon.0) 865 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:34.197320+0000 mon.smithi060 (mon.0) 866 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:34.202605+0000 mon.smithi060 (mon.0) 867 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:34.332876+0000 mon.smithi163 (mon.1) 84 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:40:35.042 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:33.668683+0000 mgr.smithi163.bpdfjr (mgr.14622) 62 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 2.2 MiB/s wr, 225 op/s 2023-09-29T22:40:35.042 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:34.101196+0000 mds.foofs.smithi163.avrbvr (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24403 (172.21.15.163:0/2497762356) 2023-09-29T22:40:35.042 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:34.101423+0000 mon.smithi163 (mon.1) 83 : audit [INF] from='mds.? [v2:172.21.15.163:6832/2245983440,v1:172.21.15.163:6833/2245983440]' entity='mds.foofs.smithi163.avrbvr' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.163:0/2497762356"}]: dispatch 2023-09-29T22:40:35.042 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:34.101888+0000 mon.smithi060 (mon.0) 863 : audit [INF] from='mds.? ' entity='mds.foofs.smithi163.avrbvr' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.163:0/2497762356"}]: dispatch 2023-09-29T22:40:35.042 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:34.103564+0000 mds.foofs.smithi163.avrbvr (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24565 172.21.15.163:0/3889799103) 2023-09-29T22:40:35.042 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:34.140155+0000 mon.smithi060 (mon.0) 864 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:35.042 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:34.145663+0000 mon.smithi060 (mon.0) 865 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:35.043 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:34.197320+0000 mon.smithi060 (mon.0) 866 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:35.043 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:34.202605+0000 mon.smithi060 (mon.0) 867 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:35.043 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:34.332876+0000 mon.smithi163 (mon.1) 84 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:40:35.071 INFO:teuthology.orchestra.run.smithi060.stdout:[78236] open ./clients/client0/~dmtmp/COREL/@@@CDRW.TMP failed for handle 13805 (Stale file handle) 2023-09-29T22:40:35.071 INFO:teuthology.orchestra.run.smithi060.stdout:[76931] open ./clients/client3/~dmtmp/EXCEL/0BBC0000 failed for handle 13618 (Stale file handle) 2023-09-29T22:40:35.071 INFO:teuthology.orchestra.run.smithi060.stdout:[76545] open ./clients/client2/~dmtmp/PARADOX/STUDENTS.DB failed for handle 13546 (Stale file handle) 2023-09-29T22:40:35.071 INFO:teuthology.orchestra.run.smithi060.stdout:(76932) ERROR: handle 13618 was not found 2023-09-29T22:40:35.071 INFO:teuthology.orchestra.run.smithi060.stdout:(78237) ERROR: handle 13805 was not found 2023-09-29T22:40:35.071 INFO:teuthology.orchestra.run.smithi060.stdout:[78309] unlink ./clients/client4/~dmtmp/PM/PMC175.TMP failed (Stale file handle) - expected NT_STATUS_OK 2023-09-29T22:40:35.071 INFO:teuthology.orchestra.run.smithi060.stdout:ERROR: child 4 failed at line 78309 2023-09-29T22:40:35.071 INFO:teuthology.orchestra.run.smithi060.stdout:Child failed with status 1 2023-09-29T22:40:35.071 INFO:teuthology.orchestra.run.smithi060.stdout:[76964] write failed on handle 13626 (Bad file descriptor) 2023-09-29T22:40:35.074 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-09-29T22:40:35.147 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-09-29T22:40:35.311 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:40:35.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:34.728407+0000 mon.smithi060 (mon.0) 868 : audit [INF] from='mds.? ' entity='mds.foofs.smithi163.avrbvr' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.163:0/2497762356"}]': finished 2023-09-29T22:40:35.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:34.728511+0000 mon.smithi060 (mon.0) 869 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-09-29T22:40:36.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:34.728407+0000 mon.smithi060 (mon.0) 868 : audit [INF] from='mds.? ' entity='mds.foofs.smithi163.avrbvr' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.163:0/2497762356"}]': finished 2023-09-29T22:40:36.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:35 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:34.728511+0000 mon.smithi060 (mon.0) 869 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-09-29T22:40:37.046 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:35.669050+0000 mgr.smithi163.bpdfjr (mgr.14622) 63 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 45 KiB/s wr, 3 op/s 2023-09-29T22:40:37.046 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:35.808223+0000 mon.smithi060 (mon.0) 870 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:37.046 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:35.817085+0000 mon.smithi163 (mon.1) 85 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:40:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:35.669050+0000 mgr.smithi163.bpdfjr (mgr.14622) 63 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 45 KiB/s wr, 3 op/s 2023-09-29T22:40:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:35.808223+0000 mon.smithi060 (mon.0) 870 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:35.817085+0000 mon.smithi163 (mon.1) 85 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:40:38.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:37.263145+0000 mon.smithi060 (mon.0) 871 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:38.827 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:37.268507+0000 mon.smithi060 (mon.0) 872 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:38.827 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:37.669814+0000 mgr.smithi163.bpdfjr (mgr.14622) 64 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 92 KiB/s wr, 30 op/s 2023-09-29T22:40:38.827 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:37.263145+0000 mon.smithi060 (mon.0) 871 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:38.827 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:37.268507+0000 mon.smithi060 (mon.0) 872 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:38.828 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:37.669814+0000 mgr.smithi163.bpdfjr (mgr.14622) 64 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 92 KiB/s wr, 30 op/s 2023-09-29T22:40:39.599 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:40:39.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:38.418254+0000 mon.smithi060 (mon.0) 873 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:39.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:38.424043+0000 mon.smithi060 (mon.0) 874 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:39.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:38.425692+0000 mon.smithi163 (mon.1) 86 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:38.426451+0000 mon.smithi163 (mon.1) 87 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:40:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:38.430644+0000 mon.smithi060 (mon.0) 875 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:38.437511+0000 mon.smithi060 (mon.0) 876 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:38.567567+0000 mgr.smithi163.bpdfjr (mgr.14622) 65 : cephadm [INF] Reconfiguring prometheus.smithi060 (dependencies changed)... 2023-09-29T22:40:39.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:39 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:40:38.576095+0000 mgr.smithi163.bpdfjr (mgr.14622) 66 : cephadm [INF] Reconfiguring daemon prometheus.smithi060 on smithi060 2023-09-29T22:40:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:38.418254+0000 mon.smithi060 (mon.0) 873 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:38.424043+0000 mon.smithi060 (mon.0) 874 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:38.425692+0000 mon.smithi163 (mon.1) 86 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:40:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:38.426451+0000 mon.smithi163 (mon.1) 87 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:40:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:38.430644+0000 mon.smithi060 (mon.0) 875 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:38.437511+0000 mon.smithi060 (mon.0) 876 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:40:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:38.567567+0000 mgr.smithi163.bpdfjr (mgr.14622) 65 : cephadm [INF] Reconfiguring prometheus.smithi060 (dependencies changed)... 2023-09-29T22:40:39.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:40:38.576095+0000 mgr.smithi163.bpdfjr (mgr.14622) 66 : cephadm [INF] Reconfiguring daemon prometheus.smithi060 on smithi060 2023-09-29T22:40:40.397 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:40:40.479 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:40:40.479 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (4m) 2s ago 5m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (5m) 2s ago 5m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (5m) 3s ago 5m 7147k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (4m) 2s ago 5m 37.9M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (2m) 2s ago 2m 16.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (2m) 3s ago 2m 42.5M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:9283 running (6m) 2s ago 6m 389M - 16.2.5 6933c2a0b7dd 88fdc61ac2b3 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (43s) 3s ago 5m 493M - 17.2.6-1144-ga552a72f 294e5d7ccd3b ed15de1667b5 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (6m) 2s ago 7m 120M 2048M 16.2.5 6933c2a0b7dd 247e8fe46a74 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (5m) 3s ago 5m 81.2M 2048M 16.2.5 6933c2a0b7dd 2b628d7a4641 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (11s) 2s ago 11s 49.7M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:40:40.480 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (6s) 3s ago 6s 49.5M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (5m) 2s ago 5m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (5m) 3s ago 5m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (4m) 2s ago 4m 1073M 1943M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (4m) 2s ago 4m 901M 1943M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (4m) 2s ago 4m 628M 1943M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (4m) 2s ago 4m 997M 1943M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (3m) 3s ago 3m 964M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (3m) 3s ago 3m 1263M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (3m) 3s ago 3m 984M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (3m) 3s ago 3m 1559M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:40:40.481 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (4m) 2s ago 5m 51.5M - 2.18.1 de242295e225 2e3661b3c945 2023-09-29T22:40:40.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:39.584608+0000 mgr.smithi163.bpdfjr (mgr.14622) 67 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:40.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:39.670348+0000 mgr.smithi163.bpdfjr (mgr.14622) 68 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 92 KiB/s wr, 30 op/s 2023-09-29T22:40:40.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:39.584608+0000 mgr.smithi163.bpdfjr (mgr.14622) 67 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:40.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:39.670348+0000 mgr.smithi163.bpdfjr (mgr.14622) 68 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 92 KiB/s wr, 30 op/s 2023-09-29T22:40:40.962 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:40:40.962 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:40:40.963 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:40:40.964 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:40:40.964 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:40:40.964 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T22:40:40.964 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:40:40.964 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:40:40.964 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:40:41.323 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:40:41.323 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:40:41.323 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:40:41.323 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:40:41.324 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [], 2023-09-29T22:40:41.324 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T22:40:41.324 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "", 2023-09-29T22:40:41.324 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:40:41.324 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:40:41.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:39.981846+0000 mgr.smithi163.bpdfjr (mgr.14622) 69 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:41.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:40.469185+0000 mgr.smithi163.bpdfjr (mgr.14622) 70 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:41.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:41 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:40.963081+0000 mon.smithi163 (mon.1) 88 : audit [DBG] from='client.? 172.21.15.60:0/1338497257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:40:41.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:39.981846+0000 mgr.smithi163.bpdfjr (mgr.14622) 69 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:40.469185+0000 mgr.smithi163.bpdfjr (mgr.14622) 70 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:40.963081+0000 mon.smithi163 (mon.1) 88 : audit [DBG] from='client.? 172.21.15.60:0/1338497257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:40:42.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:41.323644+0000 mgr.smithi163.bpdfjr (mgr.14622) 71 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:42.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:41.670806+0000 mgr.smithi163.bpdfjr (mgr.14622) 72 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 45 KiB/s wr, 25 op/s 2023-09-29T22:40:42.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:41.323644+0000 mgr.smithi163.bpdfjr (mgr.14622) 71 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:40:42.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:41.670806+0000 mgr.smithi163.bpdfjr (mgr.14622) 72 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 45 KiB/s wr, 25 op/s 2023-09-29T22:40:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:43.671648+0000 mgr.smithi163.bpdfjr (mgr.14622) 73 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 37 KiB/s wr, 21 op/s 2023-09-29T22:40:45.167 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:43.671648+0000 mgr.smithi163.bpdfjr (mgr.14622) 73 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 37 KiB/s wr, 21 op/s 2023-09-29T22:40:45.446 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:40:47.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:45.672128+0000 mgr.smithi163.bpdfjr (mgr.14622) 74 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 34 KiB/s wr, 19 op/s 2023-09-29T22:40:47.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:45.672128+0000 mgr.smithi163.bpdfjr (mgr.14622) 74 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 34 KiB/s wr, 19 op/s 2023-09-29T22:40:48.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:47.673047+0000 mgr.smithi163.bpdfjr (mgr.14622) 75 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 35 KiB/s wr, 19 op/s 2023-09-29T22:40:48.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:47.673047+0000 mgr.smithi163.bpdfjr (mgr.14622) 75 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 35 KiB/s wr, 19 op/s 2023-09-29T22:40:50.489 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:40:51.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:49.673570+0000 mgr.smithi163.bpdfjr (mgr.14622) 76 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-09-29T22:40:51.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:49.673570+0000 mgr.smithi163.bpdfjr (mgr.14622) 76 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-09-29T22:40:52.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:40:50.817708+0000 mon.smithi163 (mon.1) 89 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:40:52.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:40:50.817708+0000 mon.smithi163 (mon.1) 89 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:40:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:52 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:51.674056+0000 mgr.smithi163.bpdfjr (mgr.14622) 77 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-09-29T22:40:53.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:52 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:51.674056+0000 mgr.smithi163.bpdfjr (mgr.14622) 77 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-09-29T22:40:55.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:54 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:53.674834+0000 mgr.smithi163.bpdfjr (mgr.14622) 78 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-09-29T22:40:55.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:53.674834+0000 mgr.smithi163.bpdfjr (mgr.14622) 78 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-09-29T22:40:55.531 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:40:57.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:55.675231+0000 mgr.smithi163.bpdfjr (mgr.14622) 79 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-09-29T22:40:57.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:55.675231+0000 mgr.smithi163.bpdfjr (mgr.14622) 79 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-09-29T22:40:58.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:40:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:57.676034+0000 mgr.smithi163.bpdfjr (mgr.14622) 80 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 4.3 KiB/s wr, 2 op/s 2023-09-29T22:40:58.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:40:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:57.676034+0000 mgr.smithi163.bpdfjr (mgr.14622) 80 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 4.3 KiB/s wr, 2 op/s 2023-09-29T22:41:00.574 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:01.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:40:59.676499+0000 mgr.smithi163.bpdfjr (mgr.14622) 81 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-29T22:41:01.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:40:59.676499+0000 mgr.smithi163.bpdfjr (mgr.14622) 81 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-29T22:41:03.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:01.677060+0000 mgr.smithi163.bpdfjr (mgr.14622) 82 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:01.677060+0000 mgr.smithi163.bpdfjr (mgr.14622) 82 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:05.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:04 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:03.677851+0000 mgr.smithi163.bpdfjr (mgr.14622) 83 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:05.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:04 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:03.677851+0000 mgr.smithi163.bpdfjr (mgr.14622) 83 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:05.612 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:07.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:05.678468+0000 mgr.smithi163.bpdfjr (mgr.14622) 84 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-29T22:41:07.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:05.817922+0000 mon.smithi163 (mon.1) 90 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:41:07.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:05.678468+0000 mgr.smithi163.bpdfjr (mgr.14622) 84 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-29T22:41:07.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:05.817922+0000 mon.smithi163 (mon.1) 90 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:41:08.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:07.679442+0000 mgr.smithi163.bpdfjr (mgr.14622) 85 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:08.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:07.679442+0000 mgr.smithi163.bpdfjr (mgr.14622) 85 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:10.650 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:11.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:09.679886+0000 mgr.smithi163.bpdfjr (mgr.14622) 86 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:11.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:09.679886+0000 mgr.smithi163.bpdfjr (mgr.14622) 86 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:11.687 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:41:12.350 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:41:12.350 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (5m) 33s ago 6m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:41:12.350 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (6m) 33s ago 6m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:41:12.350 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (5m) 35s ago 5m 7147k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:41:12.350 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (5m) 33s ago 6m 37.9M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:41:12.350 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (2m) 33s ago 2m 16.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:41:12.350 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (2m) 35s ago 2m 42.5M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:41:12.350 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:9283 running (7m) 33s ago 7m 389M - 16.2.5 6933c2a0b7dd 88fdc61ac2b3 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (75s) 35s ago 5m 493M - 17.2.6-1144-ga552a72f 294e5d7ccd3b ed15de1667b5 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (7m) 33s ago 7m 120M 2048M 16.2.5 6933c2a0b7dd 247e8fe46a74 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (5m) 35s ago 5m 81.2M 2048M 16.2.5 6933c2a0b7dd 2b628d7a4641 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (43s) 33s ago 43s 49.7M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (38s) 35s ago 38s 49.5M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (6m) 33s ago 6m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (5m) 35s ago 5m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (5m) 33s ago 5m 1073M 1943M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (5m) 33s ago 5m 901M 1943M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (4m) 33s ago 4m 628M 1943M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (4m) 33s ago 4m 997M 1943M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:41:12.351 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (4m) 35s ago 4m 964M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:41:12.352 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (4m) 35s ago 4m 1263M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:41:12.352 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (3m) 35s ago 3m 984M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:41:12.352 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (3m) 35s ago 3m 1559M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:41:12.352 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (5m) 33s ago 5m 51.5M - 2.18.1 de242295e225 2e3661b3c945 2023-09-29T22:41:12.754 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:41:12.754 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:41:12.754 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:41:12.754 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:41:12.754 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:41:12.754 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T22:41:12.754 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:41:12.754 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:41:12.755 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:41:13.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:11.672257+0000 mgr.smithi163.bpdfjr (mgr.14622) 87 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:13.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:11.680514+0000 mgr.smithi163.bpdfjr (mgr.14622) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:13.095 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:41:13.095 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:41:13.095 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:41:13.095 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:41:13.096 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [], 2023-09-29T22:41:13.096 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T22:41:13.096 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "", 2023-09-29T22:41:13.096 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:41:13.096 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:41:13.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:11.672257+0000 mgr.smithi163.bpdfjr (mgr.14622) 87 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:13.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:11.680514+0000 mgr.smithi163.bpdfjr (mgr.14622) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:13.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:12.013184+0000 mgr.smithi163.bpdfjr (mgr.14622) 89 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:14.074 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:12.339767+0000 mgr.smithi163.bpdfjr (mgr.14622) 90 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:14.074 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:12.754652+0000 mon.smithi060 (mon.0) 877 : audit [DBG] from='client.? 172.21.15.60:0/4021494813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:41:14.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:12.013184+0000 mgr.smithi163.bpdfjr (mgr.14622) 89 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:14.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:12.339767+0000 mgr.smithi163.bpdfjr (mgr.14622) 90 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:14.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:12.754652+0000 mon.smithi060 (mon.0) 877 : audit [DBG] from='client.? 172.21.15.60:0/4021494813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:41:15.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:13.095577+0000 mgr.smithi163.bpdfjr (mgr.14622) 91 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:15.119 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:13.681128+0000 mgr.smithi163.bpdfjr (mgr.14622) 92 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:15.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:13.095577+0000 mgr.smithi163.bpdfjr (mgr.14622) 91 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:15.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:13.681128+0000 mgr.smithi163.bpdfjr (mgr.14622) 92 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:15.690 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:17.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:15.681602+0000 mgr.smithi163.bpdfjr (mgr.14622) 93 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:15.681602+0000 mgr.smithi163.bpdfjr (mgr.14622) 93 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:18.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:17.682406+0000 mgr.smithi163.bpdfjr (mgr.14622) 94 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:18.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:17.682406+0000 mgr.smithi163.bpdfjr (mgr.14622) 94 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:20.726 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:21.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:19.683072+0000 mgr.smithi163.bpdfjr (mgr.14622) 95 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:21.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:19.683072+0000 mgr.smithi163.bpdfjr (mgr.14622) 95 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:22.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:20.818661+0000 mon.smithi163 (mon.1) 91 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:41:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:20.818661+0000 mon.smithi163 (mon.1) 91 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:41:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:21.683600+0000 mgr.smithi163.bpdfjr (mgr.14622) 96 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:23.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:21.683600+0000 mgr.smithi163.bpdfjr (mgr.14622) 96 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:25.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:23.684296+0000 mgr.smithi163.bpdfjr (mgr.14622) 97 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:25.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:23.684296+0000 mgr.smithi163.bpdfjr (mgr.14622) 97 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:25.763 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:27.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:25.684882+0000 mgr.smithi163.bpdfjr (mgr.14622) 98 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:27.427 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:25.684882+0000 mgr.smithi163.bpdfjr (mgr.14622) 98 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:28.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:27.685664+0000 mgr.smithi163.bpdfjr (mgr.14622) 99 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:28.802 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:27.685664+0000 mgr.smithi163.bpdfjr (mgr.14622) 99 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:30.805 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:29.686064+0000 mgr.smithi163.bpdfjr (mgr.14622) 100 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:31.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:29.686064+0000 mgr.smithi163.bpdfjr (mgr.14622) 100 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:33.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:31.686570+0000 mgr.smithi163.bpdfjr (mgr.14622) 101 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:33.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:31.686570+0000 mgr.smithi163.bpdfjr (mgr.14622) 101 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:35.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:33.687297+0000 mgr.smithi163.bpdfjr (mgr.14622) 102 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:35.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:33.687297+0000 mgr.smithi163.bpdfjr (mgr.14622) 102 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:35.858 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:37.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:35.687784+0000 mgr.smithi163.bpdfjr (mgr.14622) 103 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:37.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:35.818733+0000 mon.smithi163 (mon.1) 92 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:41:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:35.687784+0000 mgr.smithi163.bpdfjr (mgr.14622) 103 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:35.818733+0000 mon.smithi163 (mon.1) 92 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:41:38.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:36.759380+0000 mon.smithi060 (mon.0) 878 : cluster [DBG] mgrmap e28: smithi163.bpdfjr(active, since 91s), standbys: smithi060.njrpah 2023-09-29T22:41:38.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:37 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:36.759380+0000 mon.smithi060 (mon.0) 878 : cluster [DBG] mgrmap e28: smithi163.bpdfjr(active, since 91s), standbys: smithi060.njrpah 2023-09-29T22:41:39.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:37.688685+0000 mgr.smithi163.bpdfjr (mgr.14622) 104 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2023-09-29T22:41:39.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:37.688685+0000 mgr.smithi163.bpdfjr (mgr.14622) 104 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2023-09-29T22:41:40.901 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:41.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:39.689104+0000 mgr.smithi163.bpdfjr (mgr.14622) 105 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:39.689104+0000 mgr.smithi163.bpdfjr (mgr.14622) 105 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:43.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:41.689583+0000 mgr.smithi163.bpdfjr (mgr.14622) 106 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-09-29T22:41:43.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:41.689583+0000 mgr.smithi163.bpdfjr (mgr.14622) 106 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-09-29T22:41:43.457 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:41:44.133 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:41:44.134 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (6m) 65s ago 6m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:41:44.134 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (6m) 65s ago 6m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:41:44.134 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (6m) 66s ago 6m 7147k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:41:44.134 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (5m) 65s ago 6m 37.9M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:41:44.134 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (3m) 65s ago 3m 16.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:41:44.134 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (3m) 66s ago 3m 42.5M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:41:44.134 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:9283 running (8m) 65s ago 8m 389M - 16.2.5 6933c2a0b7dd 88fdc61ac2b3 2023-09-29T22:41:44.134 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (107s) 66s ago 6m 493M - 17.2.6-1144-ga552a72f 294e5d7ccd3b ed15de1667b5 2023-09-29T22:41:44.134 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (8m) 65s ago 8m 120M 2048M 16.2.5 6933c2a0b7dd 247e8fe46a74 2023-09-29T22:41:44.135 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (6m) 66s ago 6m 81.2M 2048M 16.2.5 6933c2a0b7dd 2b628d7a4641 2023-09-29T22:41:44.135 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (75s) 65s ago 74s 49.7M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:41:44.135 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (70s) 66s ago 70s 49.5M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:41:44.135 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (6m) 65s ago 6m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:41:44.135 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (6m) 66s ago 6m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:41:44.135 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (5m) 65s ago 5m 1073M 1943M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:41:44.135 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (5m) 65s ago 5m 901M 1943M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:41:44.135 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (5m) 65s ago 5m 628M 1943M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:41:44.135 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (5m) 65s ago 5m 997M 1943M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:41:44.135 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (4m) 66s ago 4m 964M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:41:44.136 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (4m) 66s ago 4m 1263M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:41:44.136 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (4m) 66s ago 4m 984M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:41:44.136 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (4m) 66s ago 4m 1559M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:41:44.136 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (5m) 65s ago 6m 51.5M - 2.18.1 de242295e225 2e3661b3c945 2023-09-29T22:41:44.534 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:41:44.535 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:41:44.535 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:41:44.535 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:41:44.535 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:41:44.535 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T22:41:44.535 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:41:44.535 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:41:44.535 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:41:44.536 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T22:41:44.536 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:41:44.536 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:41:44.536 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:41:44.536 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:41:44.536 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:41:44.536 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T22:41:44.536 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:41:44.536 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:41:44.537 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:41:44.877 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:41:44.877 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:41:44.877 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:41:44.877 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:41:44.877 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [], 2023-09-29T22:41:44.877 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T22:41:44.877 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "", 2023-09-29T22:41:44.877 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:41:44.878 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:41:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:43.443052+0000 mgr.smithi163.bpdfjr (mgr.14622) 107 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:43.690305+0000 mgr.smithi163.bpdfjr (mgr.14622) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:43.789519+0000 mgr.smithi163.bpdfjr (mgr.14622) 109 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:45.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:44.535158+0000 mon.smithi060 (mon.0) 879 : audit [DBG] from='client.? 172.21.15.60:0/1142021212' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:41:45.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:43.443052+0000 mgr.smithi163.bpdfjr (mgr.14622) 107 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:45.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:43.690305+0000 mgr.smithi163.bpdfjr (mgr.14622) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:45.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:43.789519+0000 mgr.smithi163.bpdfjr (mgr.14622) 109 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:45.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:44.535158+0000 mon.smithi060 (mon.0) 879 : audit [DBG] from='client.? 172.21.15.60:0/1142021212' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:41:45.944 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:46.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:45 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:44.123198+0000 mgr.smithi163.bpdfjr (mgr.14622) 110 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:46.168 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:45 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:44.123198+0000 mgr.smithi163.bpdfjr (mgr.14622) 110 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:47.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:44.877014+0000 mgr.smithi163.bpdfjr (mgr.14622) 111 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:47.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:45.690766+0000 mgr.smithi163.bpdfjr (mgr.14622) 112 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:47.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:44.877014+0000 mgr.smithi163.bpdfjr (mgr.14622) 111 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:41:47.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:45.690766+0000 mgr.smithi163.bpdfjr (mgr.14622) 112 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T22:41:48.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:47.691607+0000 mgr.smithi163.bpdfjr (mgr.14622) 113 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2023-09-29T22:41:48.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:47.691607+0000 mgr.smithi163.bpdfjr (mgr.14622) 113 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2023-09-29T22:41:50.997 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:51.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:49.692234+0000 mgr.smithi163.bpdfjr (mgr.14622) 114 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:51.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:49.692234+0000 mgr.smithi163.bpdfjr (mgr.14622) 114 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:52.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:41:50.819041+0000 mon.smithi163 (mon.1) 93 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:41:52.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:41:50.819041+0000 mon.smithi163 (mon.1) 93 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:41:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:52 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:51.692763+0000 mgr.smithi163.bpdfjr (mgr.14622) 115 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:53.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:52 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:51.692763+0000 mgr.smithi163.bpdfjr (mgr.14622) 115 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:55.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:54 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:53.693410+0000 mgr.smithi163.bpdfjr (mgr.14622) 116 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:55.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:53.693410+0000 mgr.smithi163.bpdfjr (mgr.14622) 116 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:56.042 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:41:57.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:55.693856+0000 mgr.smithi163.bpdfjr (mgr.14622) 117 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:57.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:55.693856+0000 mgr.smithi163.bpdfjr (mgr.14622) 117 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:41:58.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:41:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:57.694744+0000 mgr.smithi163.bpdfjr (mgr.14622) 118 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:41:58.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:41:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:57.694744+0000 mgr.smithi163.bpdfjr (mgr.14622) 118 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:01.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:41:59.695119+0000 mgr.smithi163.bpdfjr (mgr.14622) 119 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:01.082 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:01.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:41:59.695119+0000 mgr.smithi163.bpdfjr (mgr.14622) 119 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:03.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:01.695767+0000 mgr.smithi163.bpdfjr (mgr.14622) 120 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:01.695767+0000 mgr.smithi163.bpdfjr (mgr.14622) 120 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:05.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:04 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:03.696357+0000 mgr.smithi163.bpdfjr (mgr.14622) 121 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:05.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:04 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:03.696357+0000 mgr.smithi163.bpdfjr (mgr.14622) 121 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:06.135 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:07.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:05.696861+0000 mgr.smithi163.bpdfjr (mgr.14622) 122 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:07.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:05.819278+0000 mon.smithi163 (mon.1) 94 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:42:07.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:05.696861+0000 mgr.smithi163.bpdfjr (mgr.14622) 122 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:07.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:05.819278+0000 mon.smithi163 (mon.1) 94 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:42:08.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:07.697563+0000 mgr.smithi163.bpdfjr (mgr.14622) 123 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:08.936 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:07.697563+0000 mgr.smithi163.bpdfjr (mgr.14622) 123 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:11.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:09.697904+0000 mgr.smithi163.bpdfjr (mgr.14622) 124 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:11.173 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:11.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:09.697904+0000 mgr.smithi163.bpdfjr (mgr.14622) 124 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:13.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:12 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:11.698430+0000 mgr.smithi163.bpdfjr (mgr.14622) 125 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:13.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:12 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:11.698430+0000 mgr.smithi163.bpdfjr (mgr.14622) 125 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:15.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:13.699056+0000 mgr.smithi163.bpdfjr (mgr.14622) 126 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:15.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:13.699056+0000 mgr.smithi163.bpdfjr (mgr.14622) 126 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:15.240 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:42:15.912 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:42:15.912 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (6m) 97s ago 7m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:42:15.912 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (7m) 97s ago 7m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (6m) 98s ago 6m 7147k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (6m) 97s ago 7m 37.9M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (3m) 97s ago 3m 16.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (3m) 98s ago 3m 42.5M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:9283 running (8m) 97s ago 8m 389M - 16.2.5 6933c2a0b7dd 88fdc61ac2b3 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (2m) 98s ago 6m 493M - 17.2.6-1144-ga552a72f 294e5d7ccd3b ed15de1667b5 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (8m) 97s ago 8m 120M 2048M 16.2.5 6933c2a0b7dd 247e8fe46a74 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (6m) 98s ago 6m 81.2M 2048M 16.2.5 6933c2a0b7dd 2b628d7a4641 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (106s) 97s ago 106s 49.7M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (102s) 98s ago 101s 49.5M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:42:15.913 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (7m) 97s ago 7m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (6m) 98s ago 6m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (6m) 97s ago 6m 1073M 1943M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (6m) 97s ago 6m 901M 1943M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (5m) 97s ago 5m 628M 1943M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (5m) 97s ago 5m 997M 1943M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (5m) 98s ago 5m 964M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (5m) 98s ago 5m 1263M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (4m) 98s ago 4m 984M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (4m) 98s ago 4m 1559M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (6m) 97s ago 7m 51.5M - 2.18.1 de242295e225 2e3661b3c945 2023-09-29T22:42:16.218 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:16.318 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:42:16.318 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:42:16.318 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:42:16.318 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:42:16.318 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:42:16.319 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T22:42:16.320 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:42:16.320 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:42:16.320 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:42:16.661 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:42:16.661 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:42:16.661 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:42:16.661 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:42:16.661 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [], 2023-09-29T22:42:16.661 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T22:42:16.662 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "", 2023-09-29T22:42:16.662 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:42:16.662 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:42:17.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:15.226928+0000 mgr.smithi163.bpdfjr (mgr.14622) 127 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:17.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:15.569032+0000 mgr.smithi163.bpdfjr (mgr.14622) 128 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:17.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:15.699499+0000 mgr.smithi163.bpdfjr (mgr.14622) 129 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:17.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:16.318522+0000 mon.smithi060 (mon.0) 880 : audit [DBG] from='client.? 172.21.15.60:0/2507570947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:42:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:15.226928+0000 mgr.smithi163.bpdfjr (mgr.14622) 127 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:15.569032+0000 mgr.smithi163.bpdfjr (mgr.14622) 128 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:17.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:15.699499+0000 mgr.smithi163.bpdfjr (mgr.14622) 129 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:17.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:16 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:16.318522+0000 mon.smithi060 (mon.0) 880 : audit [DBG] from='client.? 172.21.15.60:0/2507570947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:42:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:15.900932+0000 mgr.smithi163.bpdfjr (mgr.14622) 130 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:16.661400+0000 mgr.smithi163.bpdfjr (mgr.14622) 131 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:15.900932+0000 mgr.smithi163.bpdfjr (mgr.14622) 130 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:16.661400+0000 mgr.smithi163.bpdfjr (mgr.14622) 131 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:19.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:17.700210+0000 mgr.smithi163.bpdfjr (mgr.14622) 132 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:19.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:17.700210+0000 mgr.smithi163.bpdfjr (mgr.14622) 132 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:21.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:19.700714+0000 mgr.smithi163.bpdfjr (mgr.14622) 133 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:21.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:19.700714+0000 mgr.smithi163.bpdfjr (mgr.14622) 133 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:21.260 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:20.819747+0000 mon.smithi163 (mon.1) 95 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:42:22.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:21 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:20.819747+0000 mon.smithi163 (mon.1) 95 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:42:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:21.701305+0000 mgr.smithi163.bpdfjr (mgr.14622) 134 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:23.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:22 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:21.701305+0000 mgr.smithi163.bpdfjr (mgr.14622) 134 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:25.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:23.701795+0000 mgr.smithi163.bpdfjr (mgr.14622) 135 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:25.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:23.701795+0000 mgr.smithi163.bpdfjr (mgr.14622) 135 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:26.299 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:27.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:25.702397+0000 mgr.smithi163.bpdfjr (mgr.14622) 136 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:27.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:26 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:25.702397+0000 mgr.smithi163.bpdfjr (mgr.14622) 136 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:28.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:27.703416+0000 mgr.smithi163.bpdfjr (mgr.14622) 137 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:28.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:27.703416+0000 mgr.smithi163.bpdfjr (mgr.14622) 137 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:29.703965+0000 mgr.smithi163.bpdfjr (mgr.14622) 138 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:31.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:30 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:29.703965+0000 mgr.smithi163.bpdfjr (mgr.14622) 138 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:31.338 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:33.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:31.704782+0000 mgr.smithi163.bpdfjr (mgr.14622) 139 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:33.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:32 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:31.704782+0000 mgr.smithi163.bpdfjr (mgr.14622) 139 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:35.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:33.705178+0000 mgr.smithi163.bpdfjr (mgr.14622) 140 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:35.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:34 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:33.705178+0000 mgr.smithi163.bpdfjr (mgr.14622) 140 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:36.375 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:37.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:35.705707+0000 mgr.smithi163.bpdfjr (mgr.14622) 141 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:37.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:35.820030+0000 mon.smithi163 (mon.1) 96 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:42:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:35.705707+0000 mgr.smithi163.bpdfjr (mgr.14622) 141 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:36 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:35.820030+0000 mon.smithi163 (mon.1) 96 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:42:38.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:38 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:37.706550+0000 mgr.smithi163.bpdfjr (mgr.14622) 142 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:38.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:37.706550+0000 mgr.smithi163.bpdfjr (mgr.14622) 142 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:41.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:39.707126+0000 mgr.smithi163.bpdfjr (mgr.14622) 143 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:40 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:39.707126+0000 mgr.smithi163.bpdfjr (mgr.14622) 143 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:41.410 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:43.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:41.707998+0000 mgr.smithi163.bpdfjr (mgr.14622) 144 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:43.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:42 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:41.707998+0000 mgr.smithi163.bpdfjr (mgr.14622) 144 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:43.708601+0000 mgr.smithi163.bpdfjr (mgr.14622) 145 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:45.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:44 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:43.708601+0000 mgr.smithi163.bpdfjr (mgr.14622) 145 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:46.446 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:47.024 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:42:47.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:45.709030+0000 mgr.smithi163.bpdfjr (mgr.14622) 146 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:47.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:46.274558+0000 mon.smithi060 (mon.0) 881 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:47.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:46.283273+0000 mon.smithi060 (mon.0) 882 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:47.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:46.316795+0000 mon.smithi163 (mon.1) 97 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:42:47.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:46.318390+0000 mon.smithi163 (mon.1) 98 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi060.front.sepia.ceph.com:9095"}]: dispatch 2023-09-29T22:42:47.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:46.323329+0000 mon.smithi060 (mon.0) 883 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:47.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:46.328535+0000 mon.smithi163 (mon.1) 99 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:42:47.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:46.337338+0000 mon.smithi060 (mon.0) 884 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:47.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:45.709030+0000 mgr.smithi163.bpdfjr (mgr.14622) 146 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:47.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:46.274558+0000 mon.smithi060 (mon.0) 881 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:47.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:46.283273+0000 mon.smithi060 (mon.0) 882 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:47.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:46.316795+0000 mon.smithi163 (mon.1) 97 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:42:47.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:46.318390+0000 mon.smithi163 (mon.1) 98 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi060.front.sepia.ceph.com:9095"}]: dispatch 2023-09-29T22:42:47.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:46.323329+0000 mon.smithi060 (mon.0) 883 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:47.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:46.328535+0000 mon.smithi163 (mon.1) 99 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:42:47.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:46.337338+0000 mon.smithi060 (mon.0) 884 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:47.717 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:42:47.717 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (7m) 2m ago 7m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:42:47.717 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (7m) 2m ago 7m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (7m) 2m ago 7m 7147k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (6m) 2m ago 7m 37.9M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (4m) 2m ago 4m 16.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (4m) 2m ago 4m 42.5M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:9283 running (9m) 2m ago 9m 389M - 16.2.5 6933c2a0b7dd 88fdc61ac2b3 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (2m) 2m ago 7m 493M - 17.2.6-1144-ga552a72f 294e5d7ccd3b ed15de1667b5 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (9m) 2m ago 9m 120M 2048M 16.2.5 6933c2a0b7dd 247e8fe46a74 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (7m) 2m ago 7m 81.2M 2048M 16.2.5 6933c2a0b7dd 2b628d7a4641 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (2m) 2m ago 2m 49.7M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (2m) 2m ago 2m 49.5M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:42:47.718 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (7m) 2m ago 7m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:42:47.719 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (7m) 2m ago 7m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:42:47.719 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (6m) 2m ago 6m 1073M 1943M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:42:47.719 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (6m) 2m ago 6m 901M 1943M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:42:47.719 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (6m) 2m ago 6m 628M 1943M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:42:47.719 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (6m) 2m ago 6m 997M 1943M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:42:47.719 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (5m) 2m ago 5m 964M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:42:47.719 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (5m) 2m ago 5m 1263M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:42:47.719 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (5m) 2m ago 5m 984M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:42:47.719 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (5m) 2m ago 5m 1559M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:42:47.719 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 starting - - - - 2023-09-29T22:42:48.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:46.317303+0000 mgr.smithi163.bpdfjr (mgr.14622) 147 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:42:48.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:46.318768+0000 mgr.smithi163.bpdfjr (mgr.14622) 148 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi060.front.sepia.ceph.com:9095"}]: dispatch 2023-09-29T22:42:48.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:42:46.339606+0000 mgr.smithi163.bpdfjr (mgr.14622) 149 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi163.bpdfjr) 2023-09-29T22:42:48.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:42:46.340181+0000 mgr.smithi163.bpdfjr (mgr.14622) 150 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi163.bpdfjr) 2023-09-29T22:42:48.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:47.562377+0000 mon.smithi060 (mon.0) 885 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:48.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:47.565977+0000 mon.smithi163 (mon.1) 100 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.njrpah", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:42:48.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:47.566260+0000 mon.smithi060 (mon.0) 886 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.njrpah", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:42:48.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:47.567305+0000 mon.smithi163 (mon.1) 101 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:42:48.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:47.568223+0000 mon.smithi163 (mon.1) 102 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:42:48.063 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:46.317303+0000 mgr.smithi163.bpdfjr (mgr.14622) 147 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:42:48.063 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:46.318768+0000 mgr.smithi163.bpdfjr (mgr.14622) 148 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi060.front.sepia.ceph.com:9095"}]: dispatch 2023-09-29T22:42:48.063 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:42:46.339606+0000 mgr.smithi163.bpdfjr (mgr.14622) 149 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi163.bpdfjr) 2023-09-29T22:42:48.063 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:42:46.340181+0000 mgr.smithi163.bpdfjr (mgr.14622) 150 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi163.bpdfjr) 2023-09-29T22:42:48.063 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:47.562377+0000 mon.smithi060 (mon.0) 885 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:48.064 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:47.565977+0000 mon.smithi163 (mon.1) 100 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.njrpah", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:42:48.064 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:47.566260+0000 mon.smithi060 (mon.0) 886 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.njrpah", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:42:48.064 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:47.567305+0000 mon.smithi163 (mon.1) 101 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:42:48.064 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:47 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:47.568223+0000 mon.smithi163 (mon.1) 102 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:42:48.139 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:42:48.139 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:42:48.139 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:42:48.139 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:42:48.140 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:42:48.140 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T22:42:48.140 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:42:48.140 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:42:48.140 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:42:48.140 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T22:42:48.140 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:42:48.141 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:42:48.141 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:42:48.141 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:42:48.141 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:42:48.141 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T22:42:48.142 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:42:48.142 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:42:48.142 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:42:48.486 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:42:48.486 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:42:48.486 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:42:48.486 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:42:48.486 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [], 2023-09-29T22:42:48.487 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T22:42:48.487 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading mgr daemons", 2023-09-29T22:42:48.487 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:42:48.487 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:42:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:47.010292+0000 mgr.smithi163.bpdfjr (mgr.14622) 151 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:47.357579+0000 mgr.smithi163.bpdfjr (mgr.14622) 152 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:42:47.557323+0000 mgr.smithi163.bpdfjr (mgr.14622) 153 : cephadm [INF] Upgrade: Updating mgr.smithi060.njrpah 2023-09-29T22:42:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:42:47.569144+0000 mgr.smithi163.bpdfjr (mgr.14622) 154 : cephadm [INF] Deploying daemon mgr.smithi060.njrpah on smithi060 2023-09-29T22:42:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:47.706573+0000 mgr.smithi163.bpdfjr (mgr.14622) 155 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:47.709744+0000 mgr.smithi163.bpdfjr (mgr.14622) 156 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:48 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:48.139862+0000 mon.smithi060 (mon.0) 887 : audit [DBG] from='client.? 172.21.15.60:0/4286746402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:42:49.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:47.010292+0000 mgr.smithi163.bpdfjr (mgr.14622) 151 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:49.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:47.357579+0000 mgr.smithi163.bpdfjr (mgr.14622) 152 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:49.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:42:47.557323+0000 mgr.smithi163.bpdfjr (mgr.14622) 153 : cephadm [INF] Upgrade: Updating mgr.smithi060.njrpah 2023-09-29T22:42:49.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:42:47.569144+0000 mgr.smithi163.bpdfjr (mgr.14622) 154 : cephadm [INF] Deploying daemon mgr.smithi060.njrpah on smithi060 2023-09-29T22:42:49.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:47.706573+0000 mgr.smithi163.bpdfjr (mgr.14622) 155 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:49.079 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:47.709744+0000 mgr.smithi163.bpdfjr (mgr.14622) 156 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:49.079 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:48.139862+0000 mon.smithi060 (mon.0) 887 : audit [DBG] from='client.? 172.21.15.60:0/4286746402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:42:50.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:49 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:48.486253+0000 mgr.smithi163.bpdfjr (mgr.14622) 157 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:50.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:49 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:48.486253+0000 mgr.smithi163.bpdfjr (mgr.14622) 157 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:42:50.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:49.710145+0000 mgr.smithi163.bpdfjr (mgr.14622) 158 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:50.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:49.972272+0000 mon.smithi060 (mon.0) 888 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:50.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:49.978341+0000 mon.smithi060 (mon.0) 889 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:50.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:49.988286+0000 mon.smithi163 (mon.1) 103 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:42:51.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:49.710145+0000 mgr.smithi163.bpdfjr (mgr.14622) 158 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:51.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:49.972272+0000 mon.smithi060 (mon.0) 888 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:51.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:49.978341+0000 mon.smithi060 (mon.0) 889 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:51.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:50 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:49.988286+0000 mon.smithi163 (mon.1) 103 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:42:51.487 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:52.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:50.820073+0000 mon.smithi163 (mon.1) 104 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:42:52.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:51 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:50.820073+0000 mon.smithi163 (mon.1) 104 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:42:53.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:52 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:51.710825+0000 mgr.smithi163.bpdfjr (mgr.14622) 159 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:53.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:52 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:51.710825+0000 mgr.smithi163.bpdfjr (mgr.14622) 159 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:54.106 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:52.864624+0000 mon.smithi060 (mon.0) 890 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:54.106 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:52.869880+0000 mon.smithi060 (mon.0) 891 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:54.106 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:53 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:53.711198+0000 mgr.smithi163.bpdfjr (mgr.14622) 160 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:54.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:52.864624+0000 mon.smithi060 (mon.0) 890 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:54.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:52.869880+0000 mon.smithi060 (mon.0) 891 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:54.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:53 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:53.711198+0000 mgr.smithi163.bpdfjr (mgr.14622) 160 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:55.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:54.725455+0000 mon.smithi060 (mon.0) 892 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:55.984 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:54.731684+0000 mon.smithi060 (mon.0) 893 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:55.984 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:55.518089+0000 mon.smithi060 (mon.0) 894 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:55.984 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:55.524918+0000 mon.smithi060 (mon.0) 895 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:56.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:54.725455+0000 mon.smithi060 (mon.0) 892 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:56.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:54.731684+0000 mon.smithi060 (mon.0) 893 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:56.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:55.518089+0000 mon.smithi060 (mon.0) 894 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:56.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:55.524918+0000 mon.smithi060 (mon.0) 895 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:56.530 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:42:57.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:55.711615+0000 mgr.smithi163.bpdfjr (mgr.14622) 161 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:57.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:56 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:55.711615+0000 mgr.smithi163.bpdfjr (mgr.14622) 161 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:42:58.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:57.712288+0000 mgr.smithi163.bpdfjr (mgr.14622) 162 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:58.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:57.873289+0000 mon.smithi060 (mon.0) 896 : cluster [DBG] Standby manager daemon smithi060.njrpah restarted 2023-09-29T22:42:58.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:57.873465+0000 mon.smithi060 (mon.0) 897 : cluster [DBG] Standby manager daemon smithi060.njrpah started 2023-09-29T22:42:58.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:57.875974+0000 mon.smithi060 (mon.0) 898 : audit [DBG] from='mgr.? 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.njrpah/crt"}]: dispatch 2023-09-29T22:42:58.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:57.876438+0000 mon.smithi060 (mon.0) 899 : audit [DBG] from='mgr.? 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:42:58.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:57.878636+0000 mon.smithi060 (mon.0) 900 : audit [DBG] from='mgr.? 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.njrpah/key"}]: dispatch 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:57.879839+0000 mon.smithi060 (mon.0) 901 : audit [DBG] from='mgr.? 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.151940+0000 mon.smithi060 (mon.0) 902 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.158219+0000 mon.smithi060 (mon.0) 903 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.160005+0000 mon.smithi163 (mon.1) 105 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.160801+0000 mon.smithi163 (mon.1) 106 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.165314+0000 mon.smithi060 (mon.0) 904 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.172704+0000 mon.smithi060 (mon.0) 905 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.306877+0000 mon.smithi163 (mon.1) 107 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.312064+0000 mon.smithi163 (mon.1) 108 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mgr fail", "who": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.312521+0000 mon.smithi060 (mon.0) 906 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mgr fail", "who": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:42:58.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:58.317342+0000 mon.smithi060 (mon.0) 907 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-09-29T22:42:58.751 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:57.712288+0000 mgr.smithi163.bpdfjr (mgr.14622) 162 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:42:58.751 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:57.873289+0000 mon.smithi060 (mon.0) 896 : cluster [DBG] Standby manager daemon smithi060.njrpah restarted 2023-09-29T22:42:58.751 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:57.873465+0000 mon.smithi060 (mon.0) 897 : cluster [DBG] Standby manager daemon smithi060.njrpah started 2023-09-29T22:42:58.751 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:57.875974+0000 mon.smithi060 (mon.0) 898 : audit [DBG] from='mgr.? 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.njrpah/crt"}]: dispatch 2023-09-29T22:42:58.751 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:57.876438+0000 mon.smithi060 (mon.0) 899 : audit [DBG] from='mgr.? 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:42:58.751 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:57.878636+0000 mon.smithi060 (mon.0) 900 : audit [DBG] from='mgr.? 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.njrpah/key"}]: dispatch 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:57.879839+0000 mon.smithi060 (mon.0) 901 : audit [DBG] from='mgr.? 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.151940+0000 mon.smithi060 (mon.0) 902 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.158219+0000 mon.smithi060 (mon.0) 903 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.160005+0000 mon.smithi163 (mon.1) 105 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.160801+0000 mon.smithi163 (mon.1) 106 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.165314+0000 mon.smithi060 (mon.0) 904 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.172704+0000 mon.smithi060 (mon.0) 905 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.306877+0000 mon.smithi163 (mon.1) 107 : audit [DBG] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.312064+0000 mon.smithi163 (mon.1) 108 : audit [INF] from='mgr.14622 172.21.15.163:0/744668183' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mgr fail", "who": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.312521+0000 mon.smithi060 (mon.0) 906 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "mgr fail", "who": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:42:58.752 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:58 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:58.317342+0000 mon.smithi060 (mon.0) 907 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-09-29T22:42:59.672 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.411698+0000 mon.smithi060 (mon.0) 908 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "mgr fail", "who": "smithi163.bpdfjr"}]': finished 2023-09-29T22:42:59.672 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:58.411788+0000 mon.smithi060 (mon.0) 909 : cluster [DBG] mgrmap e29: smithi060.njrpah(active, starting, since 0.0984203s) 2023-09-29T22:42:59.673 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.413436+0000 mon.smithi060 (mon.0) 910 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:42:59.673 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.413655+0000 mon.smithi060 (mon.0) 911 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:42:59.673 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.413985+0000 mon.smithi060 (mon.0) 912 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:42:59.673 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.414256+0000 mon.smithi060 (mon.0) 913 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:42:59.673 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.414524+0000 mon.smithi060 (mon.0) 914 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:42:59.673 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.414786+0000 mon.smithi060 (mon.0) 915 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:42:59.673 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.415097+0000 mon.smithi060 (mon.0) 916 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:42:59.673 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.415368+0000 mon.smithi060 (mon.0) 917 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:42:59.673 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.415609+0000 mon.smithi060 (mon.0) 918 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:42:59.674 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.415846+0000 mon.smithi060 (mon.0) 919 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:42:59.674 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.416085+0000 mon.smithi060 (mon.0) 920 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:42:59.674 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.416368+0000 mon.smithi060 (mon.0) 921 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:42:59.674 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.416744+0000 mon.smithi060 (mon.0) 922 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:42:59.674 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.417036+0000 mon.smithi060 (mon.0) 923 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:42:59.674 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.417311+0000 mon.smithi060 (mon.0) 924 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:42:59.674 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.417780+0000 mon.smithi060 (mon.0) 925 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:42:59.674 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:58.439187+0000 mon.smithi060 (mon.0) 926 : cluster [INF] Manager daemon smithi060.njrpah is now available 2023-09-29T22:42:59.674 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.463637+0000 mon.smithi060 (mon.0) 927 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:42:59.675 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.465816+0000 mon.smithi060 (mon.0) 928 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:42:59.675 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.492345+0000 mon.smithi060 (mon.0) 929 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:42:59.675 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.510491+0000 mon.smithi060 (mon.0) 930 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:42:59.675 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.518535+0000 mon.smithi060 (mon.0) 931 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:42:59.675 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:42:58.868516+0000 mgr.smithi060.njrpah (mgr.14814) 1 : cephadm [INF] [29/Sep/2023:22:42:58] ENGINE Bus STARTING 2023-09-29T22:42:59.675 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:42:59 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:42:58.992541+0000 mon.smithi060 (mon.0) 932 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:42:59.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.411698+0000 mon.smithi060 (mon.0) 908 : audit [INF] from='mgr.14622 ' entity='mgr.smithi163.bpdfjr' cmd='[{"prefix": "mgr fail", "who": "smithi163.bpdfjr"}]': finished 2023-09-29T22:42:59.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:58.411788+0000 mon.smithi060 (mon.0) 909 : cluster [DBG] mgrmap e29: smithi060.njrpah(active, starting, since 0.0984203s) 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.413436+0000 mon.smithi060 (mon.0) 910 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.413655+0000 mon.smithi060 (mon.0) 911 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.413985+0000 mon.smithi060 (mon.0) 912 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.414256+0000 mon.smithi060 (mon.0) 913 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.414524+0000 mon.smithi060 (mon.0) 914 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.414786+0000 mon.smithi060 (mon.0) 915 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.415097+0000 mon.smithi060 (mon.0) 916 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.415368+0000 mon.smithi060 (mon.0) 917 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.415609+0000 mon.smithi060 (mon.0) 918 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.415846+0000 mon.smithi060 (mon.0) 919 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:42:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.416085+0000 mon.smithi060 (mon.0) 920 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.416368+0000 mon.smithi060 (mon.0) 921 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.416744+0000 mon.smithi060 (mon.0) 922 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.417036+0000 mon.smithi060 (mon.0) 923 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.417311+0000 mon.smithi060 (mon.0) 924 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.417780+0000 mon.smithi060 (mon.0) 925 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:58.439187+0000 mon.smithi060 (mon.0) 926 : cluster [INF] Manager daemon smithi060.njrpah is now available 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.463637+0000 mon.smithi060 (mon.0) 927 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.465816+0000 mon.smithi060 (mon.0) 928 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.492345+0000 mon.smithi060 (mon.0) 929 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.510491+0000 mon.smithi060 (mon.0) 930 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:42:59.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.518535+0000 mon.smithi060 (mon.0) 931 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:42:59.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:42:58.868516+0000 mgr.smithi060.njrpah (mgr.14814) 1 : cephadm [INF] [29/Sep/2023:22:42:58] ENGINE Bus STARTING 2023-09-29T22:42:59.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:42:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:42:58.992541+0000 mon.smithi060 (mon.0) 932 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:00.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:42:58.987189+0000 mgr.smithi060.njrpah (mgr.14814) 2 : cephadm [INF] [29/Sep/2023:22:42:58] ENGINE Serving on https://172.21.15.60:7150 2023-09-29T22:43:00.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:42:58.987387+0000 mgr.smithi060.njrpah (mgr.14814) 3 : cephadm [INF] [29/Sep/2023:22:42:58] ENGINE Bus STARTED 2023-09-29T22:43:00.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:59.417977+0000 mon.smithi060 (mon.0) 933 : cluster [DBG] mgrmap e30: smithi060.njrpah(active, since 1.10461s) 2023-09-29T22:43:00.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:00 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:42:59.430719+0000 mgr.smithi060.njrpah (mgr.14814) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:00.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:42:58.987189+0000 mgr.smithi060.njrpah (mgr.14814) 2 : cephadm [INF] [29/Sep/2023:22:42:58] ENGINE Serving on https://172.21.15.60:7150 2023-09-29T22:43:00.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:42:58.987387+0000 mgr.smithi060.njrpah (mgr.14814) 3 : cephadm [INF] [29/Sep/2023:22:42:58] ENGINE Bus STARTED 2023-09-29T22:43:00.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:59.417977+0000 mon.smithi060 (mon.0) 933 : cluster [DBG] mgrmap e30: smithi060.njrpah(active, since 1.10461s) 2023-09-29T22:43:00.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:00 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:42:59.430719+0000 mgr.smithi060.njrpah (mgr.14814) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:01.571 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:01.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:00.416553+0000 mgr.smithi060.njrpah (mgr.14814) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:01.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:01 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:00.422249+0000 mon.smithi060 (mon.0) 934 : cluster [DBG] mgrmap e31: smithi060.njrpah(active, since 2s) 2023-09-29T22:43:01.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:00.416553+0000 mgr.smithi060.njrpah (mgr.14814) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:01.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:01 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:00.422249+0000 mon.smithi060 (mon.0) 934 : cluster [DBG] mgrmap e31: smithi060.njrpah(active, since 2s) 2023-09-29T22:43:03.126 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:01.914618+0000 mon.smithi060 (mon.0) 935 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:03.127 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:01.918561+0000 mon.smithi060 (mon.0) 936 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:03.127 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:02.655381+0000 mon.smithi060 (mon.0) 937 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:03.127 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:02 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:02.659727+0000 mon.smithi060 (mon.0) 938 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:01.914618+0000 mon.smithi060 (mon.0) 935 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:01.918561+0000 mon.smithi060 (mon.0) 936 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:02.655381+0000 mon.smithi060 (mon.0) 937 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:02 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:02.659727+0000 mon.smithi060 (mon.0) 938 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:04.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:02.416920+0000 mgr.smithi060.njrpah (mgr.14814) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:04.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:03.026721+0000 mon.smithi060 (mon.0) 939 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:04.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:03.031168+0000 mon.smithi060 (mon.0) 940 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:04.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:03.816952+0000 mon.smithi060 (mon.0) 941 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:04.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:03.821204+0000 mon.smithi060 (mon.0) 942 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:04.250 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:03 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:02.416920+0000 mgr.smithi060.njrpah (mgr.14814) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:04.250 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:03 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:03.026721+0000 mon.smithi060 (mon.0) 939 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:04.250 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:03 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:03.031168+0000 mon.smithi060 (mon.0) 940 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:04.250 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:03 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:03.816952+0000 mon.smithi060 (mon.0) 941 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:04.250 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:03 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:03.821204+0000 mon.smithi060 (mon.0) 942 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:05.224 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:04 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:04.417412+0000 mgr.smithi060.njrpah (mgr.14814) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 410 B/s rd, 205 B/s wr, 0 op/s 2023-09-29T22:43:05.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:04 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:04.417412+0000 mgr.smithi060.njrpah (mgr.14814) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 410 B/s rd, 205 B/s wr, 0 op/s 2023-09-29T22:43:06.261 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:05.356349+0000 mon.smithi060 (mon.0) 943 : cluster [DBG] Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:06.261 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:05.357850+0000 mon.smithi163 (mon.1) 109 : audit [DBG] from='mgr.? 172.21.15.163:0/2151067780' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/crt"}]: dispatch 2023-09-29T22:43:06.262 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:05.358321+0000 mon.smithi163 (mon.1) 110 : audit [DBG] from='mgr.? 172.21.15.163:0/2151067780' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:43:06.262 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:05.360428+0000 mon.smithi163 (mon.1) 111 : audit [DBG] from='mgr.? 172.21.15.163:0/2151067780' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/key"}]: dispatch 2023-09-29T22:43:06.262 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:05 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:05.361382+0000 mon.smithi163 (mon.1) 112 : audit [DBG] from='mgr.? 172.21.15.163:0/2151067780' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:43:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:05.356349+0000 mon.smithi060 (mon.0) 943 : cluster [DBG] Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:05.357850+0000 mon.smithi163 (mon.1) 109 : audit [DBG] from='mgr.? 172.21.15.163:0/2151067780' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/crt"}]: dispatch 2023-09-29T22:43:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:05.358321+0000 mon.smithi163 (mon.1) 110 : audit [DBG] from='mgr.? 172.21.15.163:0/2151067780' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:43:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:05.360428+0000 mon.smithi163 (mon.1) 111 : audit [DBG] from='mgr.? 172.21.15.163:0/2151067780' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/key"}]: dispatch 2023-09-29T22:43:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:05 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:05.361382+0000 mon.smithi163 (mon.1) 112 : audit [DBG] from='mgr.? 172.21.15.163:0/2151067780' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:43:06.617 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:05.981089+0000 mon.smithi060 (mon.0) 944 : cluster [DBG] mgrmap e32: smithi060.njrpah(active, since 7s), standbys: smithi163.bpdfjr 2023-09-29T22:43:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:05.981233+0000 mon.smithi060 (mon.0) 945 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi163.bpdfjr", "id": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:43:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:06.345335+0000 mon.smithi060 (mon.0) 946 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:06.350660+0000 mon.smithi060 (mon.0) 947 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:06.352391+0000 mon.smithi060 (mon.0) 948 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:06.353378+0000 mon.smithi060 (mon.0) 949 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:43:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:06.354727+0000 mgr.smithi060.njrpah (mgr.14814) 8 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:43:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:06.354970+0000 mgr.smithi060.njrpah (mgr.14814) 9 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:43:07.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:06.417966+0000 mgr.smithi060.njrpah (mgr.14814) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 293 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T22:43:07.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:06.619903+0000 mgr.smithi060.njrpah (mgr.14814) 11 : cephadm [INF] Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:07.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:06.669779+0000 mgr.smithi060.njrpah (mgr.14814) 12 : cephadm [INF] Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:07.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:06 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:06.884446+0000 mgr.smithi060.njrpah (mgr.14814) 13 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:07.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:05.981089+0000 mon.smithi060 (mon.0) 944 : cluster [DBG] mgrmap e32: smithi060.njrpah(active, since 7s), standbys: smithi163.bpdfjr 2023-09-29T22:43:07.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:05.981233+0000 mon.smithi060 (mon.0) 945 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi163.bpdfjr", "id": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:43:07.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:06.345335+0000 mon.smithi060 (mon.0) 946 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:07.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:06.350660+0000 mon.smithi060 (mon.0) 947 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:07.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:06.352391+0000 mon.smithi060 (mon.0) 948 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:07.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:06.353378+0000 mon.smithi060 (mon.0) 949 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:43:07.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:06.354727+0000 mgr.smithi060.njrpah (mgr.14814) 8 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:43:07.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:06.354970+0000 mgr.smithi060.njrpah (mgr.14814) 9 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:43:07.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:06.417966+0000 mgr.smithi060.njrpah (mgr.14814) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 293 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T22:43:07.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:06.619903+0000 mgr.smithi060.njrpah (mgr.14814) 11 : cephadm [INF] Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:07.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:06.669779+0000 mgr.smithi060.njrpah (mgr.14814) 12 : cephadm [INF] Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:07.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:06 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:06.884446+0000 mgr.smithi060.njrpah (mgr.14814) 13 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:08.657 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:06.934195+0000 mgr.smithi060.njrpah (mgr.14814) 14 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:08.657 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:07.148755+0000 mgr.smithi060.njrpah (mgr.14814) 15 : cephadm [INF] Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:08.657 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:07.248799+0000 mgr.smithi060.njrpah (mgr.14814) 16 : cephadm [INF] Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:08.657 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:07.417863+0000 mon.smithi060 (mon.0) 950 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.657 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:07.423248+0000 mon.smithi060 (mon.0) 951 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.657 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:07.568071+0000 mon.smithi060 (mon.0) 952 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.658 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:07.573597+0000 mon.smithi060 (mon.0) 953 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.658 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:07.577729+0000 mon.smithi060 (mon.0) 954 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.658 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:07.584820+0000 mon.smithi060 (mon.0) 955 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.658 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:08 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:07.716568+0000 mon.smithi060 (mon.0) 956 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:08.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:06.934195+0000 mgr.smithi060.njrpah (mgr.14814) 14 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:08.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:07.148755+0000 mgr.smithi060.njrpah (mgr.14814) 15 : cephadm [INF] Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:08.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:07.248799+0000 mgr.smithi060.njrpah (mgr.14814) 16 : cephadm [INF] Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:08.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:07.417863+0000 mon.smithi060 (mon.0) 950 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:07.423248+0000 mon.smithi060 (mon.0) 951 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:07.568071+0000 mon.smithi060 (mon.0) 952 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:07.573597+0000 mon.smithi060 (mon.0) 953 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:07.577729+0000 mon.smithi060 (mon.0) 954 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:07.584820+0000 mon.smithi060 (mon.0) 955 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:08.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:08 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:07.716568+0000 mon.smithi060 (mon.0) 956 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:09.670 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:08.418415+0000 mgr.smithi060.njrpah (mgr.14814) 17 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 113 B/s wr, 0 op/s 2023-09-29T22:43:09.670 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:08.685044+0000 mgr.smithi060.njrpah (mgr.14814) 18 : cephadm [INF] Upgrade: Updating mgr.smithi163.bpdfjr 2023-09-29T22:43:09.670 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:08.685561+0000 mon.smithi060 (mon.0) 957 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.bpdfjr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:43:09.670 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:08.686543+0000 mon.smithi060 (mon.0) 958 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:43:09.670 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:08.687442+0000 mon.smithi060 (mon.0) 959 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:09.670 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:09 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:08.688380+0000 mgr.smithi060.njrpah (mgr.14814) 19 : cephadm [INF] Deploying daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:43:09.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:08.418415+0000 mgr.smithi060.njrpah (mgr.14814) 17 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 113 B/s wr, 0 op/s 2023-09-29T22:43:09.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:08.685044+0000 mgr.smithi060.njrpah (mgr.14814) 18 : cephadm [INF] Upgrade: Updating mgr.smithi163.bpdfjr 2023-09-29T22:43:09.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:08.685561+0000 mon.smithi060 (mon.0) 957 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.bpdfjr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:43:09.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:08.686543+0000 mon.smithi060 (mon.0) 958 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:43:09.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:08.687442+0000 mon.smithi060 (mon.0) 959 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:09.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:09 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:08.688380+0000 mgr.smithi060.njrpah (mgr.14814) 19 : cephadm [INF] Deploying daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:43:11.660 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:12.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:10.419247+0000 mgr.smithi060.njrpah (mgr.14814) 20 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T22:43:12.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:10.717815+0000 mon.smithi060 (mon.0) 960 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:12.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:10.722588+0000 mon.smithi060 (mon.0) 961 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:12.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:11 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:10.756900+0000 mon.smithi060 (mon.0) 962 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:12.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:10.419247+0000 mgr.smithi060.njrpah (mgr.14814) 20 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T22:43:12.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:10.717815+0000 mon.smithi060 (mon.0) 960 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:12.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:10.722588+0000 mon.smithi060 (mon.0) 961 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:12.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:11 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:10.756900+0000 mon.smithi060 (mon.0) 962 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:13.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:13 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:12.419790+0000 mgr.smithi060.njrpah (mgr.14814) 21 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:13.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:13 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:12.419790+0000 mgr.smithi060.njrpah (mgr.14814) 21 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:14.671 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:13.492644+0000 mon.smithi060 (mon.0) 963 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:43:14.671 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:13.635745+0000 mon.smithi060 (mon.0) 964 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:14.671 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:13.641028+0000 mon.smithi060 (mon.0) 965 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:14.671 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:14.376912+0000 mon.smithi060 (mon.0) 966 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:14.671 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:14 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:14.381812+0000 mon.smithi060 (mon.0) 967 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:13.492644+0000 mon.smithi060 (mon.0) 963 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:43:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:13.635745+0000 mon.smithi060 (mon.0) 964 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:13.641028+0000 mon.smithi060 (mon.0) 965 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:14.376912+0000 mon.smithi060 (mon.0) 966 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:14 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:14.381812+0000 mon.smithi060 (mon.0) 967 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:15.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:14.420312+0000 mgr.smithi060.njrpah (mgr.14814) 22 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:15.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:15 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:14.420312+0000 mgr.smithi060.njrpah (mgr.14814) 22 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:16.705 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:17.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:16.420923+0000 mgr.smithi060.njrpah (mgr.14814) 23 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:17.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.807434+0000 mon.smithi060 (mon.0) 968 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:17.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.811913+0000 mon.smithi060 (mon.0) 969 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:17.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.812877+0000 mon.smithi060 (mon.0) 970 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:17.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.813784+0000 mon.smithi060 (mon.0) 971 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:43:17.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.818461+0000 mon.smithi060 (mon.0) 972 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:17.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.825611+0000 mon.smithi060 (mon.0) 973 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:17.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.957306+0000 mon.smithi060 (mon.0) 974 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:17.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.960581+0000 mon.smithi060 (mon.0) 975 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:43:17.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.966446+0000 mon.smithi060 (mon.0) 976 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:17.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.967358+0000 mon.smithi060 (mon.0) 977 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi060.njrpah"}]: dispatch 2023-09-29T22:43:17.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.970998+0000 mon.smithi060 (mon.0) 978 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi060.njrpah"}]': finished 2023-09-29T22:43:17.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.971822+0000 mon.smithi060 (mon.0) 979 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi163.bpdfjr"}]: dispatch 2023-09-29T22:43:17.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.976082+0000 mon.smithi060 (mon.0) 980 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi163.bpdfjr"}]': finished 2023-09-29T22:43:17.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:16.977366+0000 mon.smithi060 (mon.0) 981 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-29T22:43:17.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:17.703491+0000 mon.smithi060 (mon.0) 982 : cluster [DBG] Standby manager daemon smithi163.bpdfjr restarted 2023-09-29T22:43:17.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:17.703630+0000 mon.smithi060 (mon.0) 983 : cluster [DBG] Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:17.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:17.705185+0000 mon.smithi163 (mon.1) 113 : audit [DBG] from='mgr.? 172.21.15.163:0/199218090' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/crt"}]: dispatch 2023-09-29T22:43:17.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:17.705630+0000 mon.smithi163 (mon.1) 114 : audit [DBG] from='mgr.? 172.21.15.163:0/199218090' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:43:17.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:17.707549+0000 mon.smithi163 (mon.1) 115 : audit [DBG] from='mgr.? 172.21.15.163:0/199218090' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/key"}]: dispatch 2023-09-29T22:43:17.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:17 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:17.708631+0000 mon.smithi163 (mon.1) 116 : audit [DBG] from='mgr.? 172.21.15.163:0/199218090' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:43:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:16.420923+0000 mgr.smithi060.njrpah (mgr.14814) 23 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.807434+0000 mon.smithi060 (mon.0) 968 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.811913+0000 mon.smithi060 (mon.0) 969 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.812877+0000 mon.smithi060 (mon.0) 970 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.813784+0000 mon.smithi060 (mon.0) 971 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:43:18.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.818461+0000 mon.smithi060 (mon.0) 972 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.825611+0000 mon.smithi060 (mon.0) 973 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.957306+0000 mon.smithi060 (mon.0) 974 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.960581+0000 mon.smithi060 (mon.0) 975 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.966446+0000 mon.smithi060 (mon.0) 976 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.967358+0000 mon.smithi060 (mon.0) 977 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi060.njrpah"}]: dispatch 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.970998+0000 mon.smithi060 (mon.0) 978 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi060.njrpah"}]': finished 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.971822+0000 mon.smithi060 (mon.0) 979 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi163.bpdfjr"}]: dispatch 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.976082+0000 mon.smithi060 (mon.0) 980 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi163.bpdfjr"}]': finished 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:16.977366+0000 mon.smithi060 (mon.0) 981 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:17.703491+0000 mon.smithi060 (mon.0) 982 : cluster [DBG] Standby manager daemon smithi163.bpdfjr restarted 2023-09-29T22:43:18.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:17.703630+0000 mon.smithi060 (mon.0) 983 : cluster [DBG] Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:18.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:17.705185+0000 mon.smithi163 (mon.1) 113 : audit [DBG] from='mgr.? 172.21.15.163:0/199218090' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/crt"}]: dispatch 2023-09-29T22:43:18.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:17.705630+0000 mon.smithi163 (mon.1) 114 : audit [DBG] from='mgr.? 172.21.15.163:0/199218090' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:43:18.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:17.707549+0000 mon.smithi163 (mon.1) 115 : audit [DBG] from='mgr.? 172.21.15.163:0/199218090' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/key"}]: dispatch 2023-09-29T22:43:18.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:17.708631+0000 mon.smithi163 (mon.1) 116 : audit [DBG] from='mgr.? 172.21.15.163:0/199218090' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:43:18.858 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:43:19.071 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cephadm 2023-09-29T22:43:16.961460+0000 mgr.smithi060.njrpah (mgr.14814) 24 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-09-29T22:43:19.071 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:18.099597+0000 mon.smithi060 (mon.0) 984 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:19.071 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:18.100454+0000 mon.smithi060 (mon.0) 985 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:43:19.071 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:18.101174+0000 mon.smithi060 (mon.0) 986 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:43:19.072 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: audit 2023-09-29T22:43:18.101882+0000 mon.smithi060 (mon.0) 987 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:19.072 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:18 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: cluster 2023-09-29T22:43:18.415138+0000 mon.smithi060 (mon.0) 988 : cluster [DBG] mgrmap e33: smithi060.njrpah(active, since 20s), standbys: smithi163.bpdfjr 2023-09-29T22:43:19.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:16.961460+0000 mgr.smithi060.njrpah (mgr.14814) 24 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-09-29T22:43:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:18.099597+0000 mon.smithi060 (mon.0) 984 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:18.100454+0000 mon.smithi060 (mon.0) 985 : audit [INF] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:43:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:18.101174+0000 mon.smithi060 (mon.0) 986 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:43:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:18.101882+0000 mon.smithi060 (mon.0) 987 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:18.415138+0000 mon.smithi060 (mon.0) 988 : cluster [DBG] mgrmap e33: smithi060.njrpah(active, since 20s), standbys: smithi163.bpdfjr 2023-09-29T22:43:19.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:19 smithi060 systemd[1]: Stopping Ceph mon.smithi060 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:43:19.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:43:19.335+0000 7ff759329700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi060 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-09-29T22:43:19.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:19 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060[107306]: debug 2023-09-29T22:43:19.335+0000 7ff759329700 -1 mon.smithi060@0(leader) e2 *** Got Signal Terminated *** 2023-09-29T22:43:19.577 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:43:19.577 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (7m) 16s ago 8m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:43:19.577 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (8m) 16s ago 8m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:43:19.577 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (8m) 5s ago 8m 7142k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:43:19.577 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (7m) 16s ago 8m 38.1M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:43:19.578 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (4m) 16s ago 4m 17.6M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:43:19.578 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (4m) 5s ago 4m 42.1M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:43:19.578 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (29s) 16s ago 9m 469M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:43:19.578 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (9s) 5s ago 7m 49.7M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:43:19.578 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (9m) 16s ago 9m 132M 2048M 16.2.5 6933c2a0b7dd 247e8fe46a74 2023-09-29T22:43:19.578 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (7m) 5s ago 7m 93.8M 2048M 16.2.5 6933c2a0b7dd 2b628d7a4641 2023-09-29T22:43:19.578 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (2m) 16s ago 2m 63.5M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:43:19.578 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (2m) 5s ago 2m 68.8M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:43:19.578 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (8m) 16s ago 8m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:43:19.579 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (7m) 5s ago 7m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:43:19.579 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (7m) 16s ago 7m 1080M 1943M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:43:19.579 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (7m) 16s ago 7m 910M 1943M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:43:19.579 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (6m) 16s ago 6m 637M 1943M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:43:19.579 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (6m) 16s ago 6m 1030M 1943M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:43:19.579 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (6m) 5s ago 6m 974M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:43:19.579 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (6m) 5s ago 6m 1271M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:43:19.579 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (6m) 5s ago 6m 991M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:43:19.579 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (5m) 5s ago 5m 1569M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:43:19.579 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (33s) 16s ago 8m 47.5M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:43:19.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:19 smithi060 bash[155640]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi060 2023-09-29T22:43:20.009 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:43:20.009 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:43:20.009 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:43:20.010 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:43:20.010 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:43:20.010 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:43:20.011 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:43:20.011 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:43:20.011 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T22:43:20.012 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:43:20.012 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:43:20.012 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:43:20.013 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:43:20.013 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:43:20.013 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2023-09-29T22:43:20.013 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:43:20.014 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:43:20.014 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:43:20.371 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:43:20.372 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:43:20.372 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:43:20.372 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:43:20.372 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:43:20.372 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr" 2023-09-29T22:43:20.372 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:43:20.373 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "2/23 daemons upgraded", 2023-09-29T22:43:20.373 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading mon daemons", 2023-09-29T22:43:20.373 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:43:20.373 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:43:20.390 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:19 smithi060 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060.service: Succeeded. 2023-09-29T22:43:20.391 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:19 smithi060 systemd[1]: Stopped Ceph mon.smithi060 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:43:20.391 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 systemd[1]: Starting Ceph mon.smithi060 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:43:20.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: set uid:gid to 167:167 (ceph:ceph) 2023-09-29T22:43:20.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable), process ceph-mon, pid 7 2023-09-29T22:43:20.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: pidfile_write: ignore empty --pid-file 2023-09-29T22:43:20.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 bash[155878]: 7d4ac7078fc6ba42cb7115301e7f97f72b57fca4d5a21683a9622fdaaffdfddc 2023-09-29T22:43:20.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: load: jerasure load: lrc 2023-09-29T22:43:20.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 systemd[1]: Started Ceph mon.smithi060 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:43:20.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: RocksDB version: 6.15.5 2023-09-29T22:43:20.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-29T22:43:20.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Compile date Sep 28 2023 2023-09-29T22:43:20.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: DB SUMMARY 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: DB Session ID: 59BWYQTRTPQRNYW5UPWQ 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: CURRENT file: CURRENT 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: IDENTITY file: IDENTITY 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: MANIFEST file: MANIFEST-000008 size: 579 Bytes 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi060/store.db dir, Total Num: 1, files: 000017.sst 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi060/store.db: 000015.log size: 6078707 ; 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.error_if_exists: 0 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.create_if_missing: 0 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.paranoid_checks: 1 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-29T22:43:20.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.env: 0x55d17a55ea80 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.fs: Posix File System 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.info_log: 0x55d17b06d440 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_file_opening_threads: 16 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.statistics: (nil) 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.use_fsync: 0 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_log_file_size: 0 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.keep_log_file_num: 1000 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.recycle_log_file_num: 0 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.allow_fallocate: 1 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.allow_mmap_reads: 0 2023-09-29T22:43:20.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.allow_mmap_writes: 0 2023-09-29T22:43:20.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.use_direct_reads: 0 2023-09-29T22:43:20.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-29T22:43:20.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.create_missing_column_families: 0 2023-09-29T22:43:20.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.db_log_dir: 2023-09-29T22:43:20.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi060/store.db 2023-09-29T22:43:20.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-29T22:43:20.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-29T22:43:20.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-29T22:43:20.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-29T22:43:20.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-29T22:43:20.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-29T22:43:20.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.advise_random_on_open: 1 2023-09-29T22:43:20.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.db_write_buffer_size: 0 2023-09-29T22:43:20.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.write_buffer_manager: 0x55d17bd60990 2023-09-29T22:43:20.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-29T22:43:20.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-29T22:43:20.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-29T22:43:20.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-29T22:43:20.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.rate_limiter: (nil) 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.wal_recovery_mode: 2 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.enable_thread_tracking: 0 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.enable_pipelined_write: 0 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.unordered_write: 0 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.row_cache: None 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.wal_filter: None 2023-09-29T22:43:20.952 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.allow_ingest_behind: 0 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.preserve_deletes: 0 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.two_write_queues: 0 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.manual_wal_flush: 0 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.atomic_flush: 0 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.log_readahead_size: 0 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-29T22:43:20.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.best_efforts_recovery: 0 2023-09-29T22:43:20.954 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-29T22:43:20.954 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-29T22:43:20.955 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.allow_data_in_errors: 0 2023-09-29T22:43:20.955 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.db_host_id: __hostname__ 2023-09-29T22:43:20.955 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_background_jobs: 2 2023-09-29T22:43:20.955 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_background_compactions: -1 2023-09-29T22:43:20.955 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_subcompactions: 1 2023-09-29T22:43:20.955 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_total_wal_size: 0 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_open_files: -1 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bytes_per_sync: 0 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-29T22:43:20.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_readahead_size: 0 2023-09-29T22:43:20.957 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_background_flushes: -1 2023-09-29T22:43:20.957 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Compression algorithms supported: 2023-09-29T22:43:20.957 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-29T22:43:20.957 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: kZSTD supported: 0 2023-09-29T22:43:20.957 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: kXpressCompression supported: 0 2023-09-29T22:43:20.957 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: kLZ4HCCompression supported: 1 2023-09-29T22:43:20.957 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: kZlibCompression supported: 1 2023-09-29T22:43:20.957 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: kSnappyCompression supported: 1 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: kLZ4Compression supported: 1 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: kBZip2Compression supported: 0 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi060/store.db/MANIFEST-000008 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.merge_operator: 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_filter: None 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_filter_factory: None 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.sst_partitioner_factory: None 2023-09-29T22:43:20.958 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d17b040fa0) 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: cache_index_and_filter_blocks: 1 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: pin_top_level_index_and_filter: 1 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: index_type: 0 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: data_block_index_type: 0 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: index_shortening: 1 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: hash_index_allow_collision: 1 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: checksum: 1 2023-09-29T22:43:20.959 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: no_block_cache: 0 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: block_cache: 0x55d17b073090 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: block_cache_name: BinnedLRUCache 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: block_cache_options: 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: capacity : 536870912 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: num_shard_bits : 4 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: strict_capacity_limit : 0 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: high_pri_pool_ratio: 0.000 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: block_cache_compressed: (nil) 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: persistent_cache: (nil) 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: block_size: 4096 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: block_size_deviation: 10 2023-09-29T22:43:20.960 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: block_restart_interval: 16 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: index_block_restart_interval: 1 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: metadata_block_size: 4096 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: partition_filters: 0 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: use_delta_encoding: 1 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: whole_key_filtering: 1 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: verify_compression: 0 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: read_amp_bytes_per_bit: 0 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: format_version: 4 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: enable_index_compression: 1 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: block_align: 0 2023-09-29T22:43:20.961 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.write_buffer_size: 33554432 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_write_buffer_number: 2 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compression: NoCompression 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bottommost_compression: Disabled 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.prefix_extractor: nullptr 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.num_levels: 7 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-29T22:43:20.962 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compression_opts.level: 32767 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compression_opts.strategy: 0 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compression_opts.enabled: false 2023-09-29T22:43:20.963 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.target_file_size_base: 67108864 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-29T22:43:20.964 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.arena_block_size: 4194304 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.disable_auto_compactions: 0 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-29T22:43:20.965 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.table_properties_collectors: 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.inplace_update_support: 0 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-29T22:43:20.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.bloom_locality: 0 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.max_successive_merges: 0 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.paranoid_file_checks: 0 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.force_consistency_checks: 1 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.report_bg_io_stats: 0 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.ttl: 2592000 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.enable_blob_files: false 2023-09-29T22:43:20.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.min_blob_size: 0 2023-09-29T22:43:20.968 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.blob_file_size: 268435456 2023-09-29T22:43:20.968 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-29T22:43:20.968 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-29T22:43:20.968 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-29T22:43:20.968 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T22:43:20.968 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi060/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 19, last_sequence is 8759, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-29T22:43:20.968 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 15 2023-09-29T22:43:20.969 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/version_set.cc:4082] Creating manifest 19 2023-09-29T22:43:20.969 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T22:43:20.969 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696027400467825, "job": 1, "event": "recovery_started", "wal_files": [15]} 2023-09-29T22:43:20.969 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #15 mode 2 2023-09-29T22:43:20.969 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-29T22:43:20.969 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696027400484369, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 20, "file_size": 5843992, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 5835923, "index_size": 6040, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1093, "raw_key_size": 8712, "raw_average_key_size": 20, "raw_value_size": 5823509, "raw_average_value_size": 13965, "num_data_blocks": 266, "num_entries": 417, "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": 1696027400, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "95c58e08-1da4-4bbe-b5fd-f3d83d92690d", "db_session_id": "59BWYQTRTPQRNYW5UPWQ"}} 2023-09-29T22:43:20.969 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/version_set.cc:4082] Creating manifest 21 2023-09-29T22:43:20.969 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T22:43:20.969 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696027400485001, "job": 1, "event": "recovery_finished"} 2023-09-29T22:43:20.970 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi060/store.db/000015.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-29T22:43:20.970 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55d17b007180 2023-09-29T22:43:20.970 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: DB pointer 0x55d17b0dc000 2023-09-29T22:43:20.970 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-09-29T22:43:20.970 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-29T22:43:20.970 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ** DB Stats ** 2023-09-29T22:43:20.970 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:43:20.970 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-29T22:43:20.970 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ** Compaction Stats [default] ** 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: L0 1/0 5.57 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 668.9 0.01 0.00 1 0.008 0 0 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: L6 1/0 21.94 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:43:20.971 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Sum 2/0 27.51 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 668.9 0.01 0.00 1 0.008 0 0 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 668.9 0.01 0.00 1 0.008 0 0 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ** Compaction Stats [default] ** 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 668.9 0.01 0.00 1 0.008 0 0 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Flush(GB): cumulative 0.005, interval 0.005 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-29T22:43:20.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Cumulative compaction: 0.01 GB write, 261.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:43:20.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Interval compaction: 0.01 GB write, 261.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:43:20.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-29T22:43:20.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: 2023-09-29T22:43:20.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-29T22:43:20.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: 2023-09-29T22:43:20.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ** Compaction Stats [default] ** 2023-09-29T22:43:20.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:43:20.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:43:20.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: L0 1/0 5.57 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 668.9 0.01 0.00 1 0.008 0 0 2023-09-29T22:43:20.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: L6 1/0 21.94 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:43:20.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Sum 2/0 27.51 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 668.9 0.01 0.00 1 0.008 0 0 2023-09-29T22:43:20.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:43:20.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: 2023-09-29T22:43:20.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ** Compaction Stats [default] ** 2023-09-29T22:43:20.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:43:20.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:43:20.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 668.9 0.01 0.00 1 0.008 0 0 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Flush(GB): cumulative 0.005, interval 0.000 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Cumulative compaction: 0.01 GB write, 260.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-29T22:43:20.975 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: starting mon.smithi060 rank 0 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi060 fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: mon.smithi060@-1(???) e2 preinit fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: mon.smithi060@-1(???).mds e8 new map 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: mon.smithi060@-1(???).mds e8 print_map 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: e8 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: legacy client fscid: 1 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Filesystem 'foofs' (1) 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: fs_name foofs 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: epoch 5 2023-09-29T22:43:20.976 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-09-29T22:43:20.977 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: created 2023-09-29T22:38:24.576094+0000 2023-09-29T22:43:20.977 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: modified 2023-09-29T22:38:29.862975+0000 2023-09-29T22:43:20.977 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: tableserver 0 2023-09-29T22:43:20.977 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: root 0 2023-09-29T22:43:20.977 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: session_timeout 60 2023-09-29T22:43:20.977 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: session_autoclose 300 2023-09-29T22:43:20.977 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: max_file_size 1099511627776 2023-09-29T22:43:20.977 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: required_client_features {} 2023-09-29T22:43:20.977 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: last_failure 0 2023-09-29T22:43:20.978 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: last_failure_osd_epoch 0 2023-09-29T22:43:20.978 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-29T22:43:20.978 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: max_mds 1 2023-09-29T22:43:20.978 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: in 0 2023-09-29T22:43:20.978 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: up {0=24337} 2023-09-29T22:43:20.978 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: failed 2023-09-29T22:43:20.978 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: damaged 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: stopped 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: data_pools [3] 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: metadata_pool 2 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: inline_data disabled 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: balancer 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: standby_count_wanted 1 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: [mds.foofs.smithi163.avrbvr{0:24337} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.163:6832/2245983440,v1:172.21.15.163:6833/2245983440] compat {c=[1],r=[1],i=[7ff]}] 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: Standby daemons: 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: 2023-09-29T22:43:20.979 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout: [mds.foofs.smithi060.rekotv{-1:14496} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.60:6834/2018473646,v1:172.21.15.60:6835/2018473646] compat {c=[1],r=[1],i=[7ff]}] 2023-09-29T22:43:20.980 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: mon.smithi060@-1(???).osd e69 crush map has features 3314933000854323200, adjusting msgr requires 2023-09-29T22:43:20.980 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: mon.smithi060@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T22:43:20.980 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: mon.smithi060@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T22:43:20.980 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: mon.smithi060@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T22:43:20.980 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:20 smithi060 ceph-mon[155919]: mon.smithi060@-1(???).paxosservice(auth 1..42) refresh upgraded, format 0 -> 3 2023-09-29T22:43:21.463 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:19.346411+0000 mon.smithi163 (mon.1) 117 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:43:21.463 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:19.351557+0000 mon.smithi163 (mon.1) 118 : audit [DBG] from='mgr.14814 172.21.15.60:0/3783256017' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:43:21.463 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:19.565647+0000 mgr.smithi060.njrpah (mgr.14814) 30 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:43:21.463 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:20.008620+0000 mon.smithi163 (mon.1) 119 : audit [DBG] from='client.? 172.21.15.60:0/2317353468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:43:21.463 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:20.370144+0000 mgr.smithi060.njrpah (mgr.14814) 31 : audit [DBG] from='client.24695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:43:21.463 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:20.422069+0000 mgr.smithi060.njrpah (mgr.14814) 32 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:21.464 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:21.099316+0000 mon.smithi060 (mon.0) 1 : cluster [INF] mon.smithi060 calling monitor election 2023-09-29T22:43:21.464 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:21.113036+0000 mon.smithi060 (mon.0) 2 : cluster [INF] mon.smithi060 is new leader, mons smithi060,smithi163 in quorum (ranks 0,1) 2023-09-29T22:43:21.464 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:21.117397+0000 mon.smithi060 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],smithi163=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0]} removed_ranks: {} 2023-09-29T22:43:21.464 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:21.118014+0000 mon.smithi060 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:43:21.464 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:21.118064+0000 mon.smithi060 (mon.0) 5 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-09-29T22:43:21.464 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:21.119105+0000 mon.smithi060 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi060.njrpah(active, since 22s), standbys: smithi163.bpdfjr 2023-09-29T22:43:21.464 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:21.127733+0000 mon.smithi060 (mon.0) 7 : cluster [DBG] mgrmap e34: smithi060.njrpah(active, since 22s), standbys: smithi163.bpdfjr 2023-09-29T22:43:21.465 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:21.127784+0000 mon.smithi060 (mon.0) 8 : cluster [INF] overall HEALTH_OK 2023-09-29T22:43:21.465 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:21.127868+0000 mon.smithi060 (mon.0) 9 : audit [INF] from='mgr.14814 ' entity='' 2023-09-29T22:43:21.747 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:23.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:22.130161+0000 mon.smithi060 (mon.0) 10 : cluster [DBG] mgrmap e35: smithi060.njrpah(active, since 23s), standbys: smithi163.bpdfjr 2023-09-29T22:43:26.790 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:27.679311+0000 mon.smithi060 (mon.0) 11 : cluster [DBG] Standby manager daemon smithi163.bpdfjr restarted 2023-09-29T22:43:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:27.679387+0000 mon.smithi060 (mon.0) 12 : cluster [DBG] Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:27.680948+0000 mon.smithi163 (mon.1) 120 : audit [DBG] from='mgr.? 172.21.15.163:0/2374606546' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/crt"}]: dispatch 2023-09-29T22:43:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:27.681347+0000 mon.smithi163 (mon.1) 121 : audit [DBG] from='mgr.? 172.21.15.163:0/2374606546' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T22:43:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:27.683476+0000 mon.smithi163 (mon.1) 122 : audit [DBG] from='mgr.? 172.21.15.163:0/2374606546' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.bpdfjr/key"}]: dispatch 2023-09-29T22:43:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:27.684462+0000 mon.smithi163 (mon.1) 123 : audit [DBG] from='mgr.? 172.21.15.163:0/2374606546' entity='mgr.smithi163.bpdfjr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T22:43:29.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:27.734104+0000 mon.smithi060 (mon.0) 13 : cluster [DBG] mgrmap e36: smithi060.njrpah(active, since 29s), standbys: smithi163.bpdfjr 2023-09-29T22:43:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:28.652182+0000 mon.smithi060 (mon.0) 14 : cluster [INF] Active manager daemon smithi060.njrpah restarted 2023-09-29T22:43:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:28.652529+0000 mon.smithi060 (mon.0) 15 : cluster [INF] Activating manager daemon smithi060.njrpah 2023-09-29T22:43:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:28.658288+0000 mon.smithi060 (mon.0) 16 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-09-29T22:43:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:28.658720+0000 mon.smithi060 (mon.0) 17 : cluster [DBG] mgrmap e37: smithi060.njrpah(active, starting, since 0.00627172s), standbys: smithi163.bpdfjr 2023-09-29T22:43:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.666261+0000 mon.smithi163 (mon.1) 124 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:43:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.666466+0000 mon.smithi163 (mon.1) 125 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:43:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.666970+0000 mon.smithi163 (mon.1) 126 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:43:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.667226+0000 mon.smithi163 (mon.1) 127 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:43:29.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.668541+0000 mon.smithi163 (mon.1) 128 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:43:29.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.668838+0000 mon.smithi163 (mon.1) 129 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi163.bpdfjr", "id": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:43:29.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.669126+0000 mon.smithi163 (mon.1) 130 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:43:29.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.669556+0000 mon.smithi163 (mon.1) 131 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:43:29.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.669818+0000 mon.smithi163 (mon.1) 132 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:43:29.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.670037+0000 mon.smithi163 (mon.1) 133 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:43:29.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.670493+0000 mon.smithi163 (mon.1) 134 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:43:29.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.670868+0000 mon.smithi163 (mon.1) 135 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:43:29.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.671106+0000 mon.smithi163 (mon.1) 136 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:43:29.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.671509+0000 mon.smithi163 (mon.1) 137 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:43:29.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.671972+0000 mon.smithi163 (mon.1) 138 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:43:29.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.672490+0000 mon.smithi163 (mon.1) 139 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:43:29.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.673173+0000 mon.smithi163 (mon.1) 140 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:43:29.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:28.693398+0000 mon.smithi060 (mon.0) 18 : cluster [INF] Manager daemon smithi060.njrpah is now available 2023-09-29T22:43:29.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.716877+0000 mon.smithi163 (mon.1) 141 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:29.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.719504+0000 mon.smithi163 (mon.1) 142 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.740670+0000 mon.smithi163 (mon.1) 143 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:43:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.749958+0000 mon.smithi163 (mon.1) 144 : audit [INF] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:43:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.750350+0000 mon.smithi060 (mon.0) 19 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:43:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.762601+0000 mon.smithi163 (mon.1) 145 : audit [INF] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:43:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:28.762962+0000 mon.smithi060 (mon.0) 20 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:43:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:29.662781+0000 mon.smithi060 (mon.0) 21 : cluster [DBG] mgrmap e38: smithi060.njrpah(active, since 1.01034s), standbys: smithi163.bpdfjr 2023-09-29T22:43:31.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:29.672415+0000 mgr.smithi060.njrpah (mgr.34104) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:31.838 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:30.729523+0000 mgr.smithi060.njrpah (mgr.34104) 3 : cephadm [INF] [29/Sep/2023:22:43:30] ENGINE Bus STARTING 2023-09-29T22:43:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:30.847696+0000 mgr.smithi060.njrpah (mgr.34104) 4 : cephadm [INF] [29/Sep/2023:22:43:30] ENGINE Serving on https://172.21.15.60:7150 2023-09-29T22:43:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:30.847797+0000 mgr.smithi060.njrpah (mgr.34104) 5 : cephadm [INF] [29/Sep/2023:22:43:30] ENGINE Bus STARTED 2023-09-29T22:43:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:30.852991+0000 mon.smithi060 (mon.0) 22 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:31.666444+0000 mon.smithi060 (mon.0) 23 : cluster [DBG] mgrmap e39: smithi060.njrpah(active, since 3s), standbys: smithi163.bpdfjr 2023-09-29T22:43:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:31.821623+0000 mon.smithi060 (mon.0) 24 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:32.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:31.830548+0000 mon.smithi060 (mon.0) 25 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:33.666 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:32.569479+0000 mon.smithi060 (mon.0) 26 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:33.666 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:32.575849+0000 mon.smithi060 (mon.0) 27 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:33.667 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:32.670470+0000 mgr.smithi060.njrpah (mgr.34104) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:33.667 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:33.326625+0000 mon.smithi060 (mon.0) 28 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:33.667 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:33.332894+0000 mon.smithi060 (mon.0) 29 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:35.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:34.121141+0000 mon.smithi060 (mon.0) 30 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:35.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:34.127611+0000 mon.smithi060 (mon.0) 31 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:35.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:34.960774+0000 mon.smithi060 (mon.0) 32 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:35.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:34.967310+0000 mon.smithi060 (mon.0) 33 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:35.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:34.969556+0000 mon.smithi163 (mon.1) 146 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:35.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:34.970666+0000 mon.smithi163 (mon.1) 147 : audit [INF] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:43:36.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:34.670975+0000 mgr.smithi060.njrpah (mgr.34104) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:36.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:34.971933+0000 mgr.smithi060.njrpah (mgr.34104) 8 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:43:36.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:34.972160+0000 mgr.smithi060.njrpah (mgr.34104) 9 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:43:36.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:36.034593+0000 mon.smithi060 (mon.0) 34 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:36.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:36.041200+0000 mon.smithi060 (mon.0) 35 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:36.882 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:35.236695+0000 mgr.smithi060.njrpah (mgr.34104) 10 : cephadm [INF] Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:35.286541+0000 mgr.smithi060.njrpah (mgr.34104) 11 : cephadm [INF] Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:35.500995+0000 mgr.smithi060.njrpah (mgr.34104) 12 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:35.550873+0000 mgr.smithi060.njrpah (mgr.34104) 13 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:35.765320+0000 mgr.smithi060.njrpah (mgr.34104) 14 : cephadm [INF] Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cephadm 2023-09-29T22:43:35.865633+0000 mgr.smithi060.njrpah (mgr.34104) 15 : cephadm [INF] Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:37.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:36.185475+0000 mon.smithi060 (mon.0) 36 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:36.192237+0000 mon.smithi060 (mon.0) 37 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:36.197355+0000 mon.smithi060 (mon.0) 38 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:36.205105+0000 mon.smithi060 (mon.0) 39 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:36.336797+0000 mon.smithi163 (mon.1) 148 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:36.340763+0000 mon.smithi163 (mon.1) 149 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:43:37.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:36.342294+0000 mon.smithi163 (mon.1) 150 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-29T22:43:38.379 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: cluster 2023-09-29T22:43:36.671582+0000 mgr.smithi060.njrpah (mgr.34104) 16 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T22:43:38.379 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:37.364690+0000 mon.smithi060 (mon.0) 40 : audit [INF] from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:38.379 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:37.366010+0000 mon.smithi163 (mon.1) 151 : audit [INF] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:43:38.379 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:37.367072+0000 mon.smithi060 (mon.0) 41 : audit [DBG] from='mgr.34104 ' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:43:38.379 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: audit 2023-09-29T22:43:37.368422+0000 mon.smithi163 (mon.1) 152 : audit [DBG] from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:38.782 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:38 smithi163 systemd[1]: Stopping Ceph mon.smithi163 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:43:38.782 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:43:38.478+0000 7f35c14f5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi163 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-09-29T22:43:38.783 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163[109434]: debug 2023-09-29T22:43:38.478+0000 7f35c14f5700 -1 mon.smithi163@1(peon) e2 *** Got Signal Terminated *** 2023-09-29T22:43:39.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:38 smithi163 bash[136764]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon.smithi163 2023-09-29T22:43:39.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi163.service: Succeeded. 2023-09-29T22:43:39.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 systemd[1]: Stopped Ceph mon.smithi163 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:43:39.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 systemd[1]: Starting Ceph mon.smithi163 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:43:40.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: set uid:gid to 167:167 (ceph:ceph) 2023-09-29T22:43:40.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable), process ceph-mon, pid 7 2023-09-29T22:43:40.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: pidfile_write: ignore empty --pid-file 2023-09-29T22:43:40.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: load: jerasure load: lrc 2023-09-29T22:43:40.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: RocksDB version: 6.15.5 2023-09-29T22:43:40.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-29T22:43:40.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Compile date Sep 28 2023 2023-09-29T22:43:40.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: DB SUMMARY 2023-09-29T22:43:40.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: DB Session ID: K37HIYGHOBB3CEIOPEIE 2023-09-29T22:43:40.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: CURRENT file: CURRENT 2023-09-29T22:43:40.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: IDENTITY file: IDENTITY 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: MANIFEST file: MANIFEST-000005 size: 503 Bytes 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi163/store.db dir, Total Num: 1, files: 000014.sst 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi163/store.db: 000012.log size: 13034694 ; 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.error_if_exists: 0 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.create_if_missing: 0 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.paranoid_checks: 1 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.env: 0x55a0ab0dfa80 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.fs: Posix File System 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.info_log: 0x55a0ad7e7440 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_file_opening_threads: 16 2023-09-29T22:43:40.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.statistics: (nil) 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.use_fsync: 0 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_log_file_size: 0 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.keep_log_file_num: 1000 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.recycle_log_file_num: 0 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.allow_fallocate: 1 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.allow_mmap_reads: 0 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.allow_mmap_writes: 0 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.use_direct_reads: 0 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-29T22:43:40.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.create_missing_column_families: 0 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.db_log_dir: 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi163/store.db 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.advise_random_on_open: 1 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.db_write_buffer_size: 0 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.write_buffer_manager: 0x55a0ae4da990 2023-09-29T22:43:40.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.rate_limiter: (nil) 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.wal_recovery_mode: 2 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.enable_thread_tracking: 0 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.enable_pipelined_write: 0 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.unordered_write: 0 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-29T22:43:40.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.row_cache: None 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.wal_filter: None 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.allow_ingest_behind: 0 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.preserve_deletes: 0 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.two_write_queues: 0 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.manual_wal_flush: 0 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.atomic_flush: 0 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-29T22:43:40.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.log_readahead_size: 0 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.best_efforts_recovery: 0 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.allow_data_in_errors: 0 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.db_host_id: __hostname__ 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_background_jobs: 2 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_background_compactions: -1 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_subcompactions: 1 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-29T22:43:40.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_total_wal_size: 0 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_open_files: -1 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bytes_per_sync: 0 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_readahead_size: 0 2023-09-29T22:43:40.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_background_flushes: -1 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Compression algorithms supported: 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: kZSTD supported: 0 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: kXpressCompression supported: 0 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: kLZ4HCCompression supported: 1 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: kZlibCompression supported: 1 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: kSnappyCompression supported: 1 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: kLZ4Compression supported: 1 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: kBZip2Compression supported: 0 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi163/store.db/MANIFEST-000005 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-09-29T22:43:40.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.merge_operator: 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_filter: None 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_filter_factory: None 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.sst_partitioner_factory: None 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a0ad7bafa0) 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: cache_index_and_filter_blocks: 1 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: pin_top_level_index_and_filter: 1 2023-09-29T22:43:40.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: index_type: 0 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: data_block_index_type: 0 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: index_shortening: 1 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: hash_index_allow_collision: 1 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: checksum: 1 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: no_block_cache: 0 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_cache: 0x55a0ad7ed090 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_cache_name: BinnedLRUCache 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_cache_options: 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: capacity : 536870912 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: num_shard_bits : 4 2023-09-29T22:43:40.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: strict_capacity_limit : 0 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: high_pri_pool_ratio: 0.000 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_cache_compressed: (nil) 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: persistent_cache: (nil) 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_size: 4096 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_size_deviation: 10 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_restart_interval: 16 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: index_block_restart_interval: 1 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: metadata_block_size: 4096 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: partition_filters: 0 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: use_delta_encoding: 1 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-29T22:43:40.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: whole_key_filtering: 1 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: verify_compression: 0 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: read_amp_bytes_per_bit: 0 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: format_version: 4 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: enable_index_compression: 1 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_align: 0 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.write_buffer_size: 33554432 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_write_buffer_number: 2 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compression: NoCompression 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bottommost_compression: Disabled 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.prefix_extractor: nullptr 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-29T22:43:40.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.num_levels: 7 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-29T22:43:40.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compression_opts.level: 32767 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compression_opts.strategy: 0 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compression_opts.enabled: false 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.target_file_size_base: 67108864 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-29T22:43:40.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.arena_block_size: 4194304 2023-09-29T22:43:40.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.disable_auto_compactions: 0 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-29T22:43:40.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-29T22:43:40.068 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.table_properties_collectors: 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.inplace_update_support: 0 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.bloom_locality: 0 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.max_successive_merges: 0 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.paranoid_file_checks: 0 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.force_consistency_checks: 1 2023-09-29T22:43:40.069 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.report_bg_io_stats: 0 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.ttl: 2592000 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.enable_blob_files: false 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.min_blob_size: 0 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.blob_file_size: 268435456 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi163/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 16, last_sequence is 8987, log_number is 12,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-29T22:43:40.070 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 12 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/version_set.cc:4082] Creating manifest 16 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696027419650385, "job": 1, "event": "recovery_started", "wal_files": [12]} 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #12 mode 2 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696027419678951, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 17, "file_size": 8253106, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 8243090, "index_size": 7731, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1349, "raw_key_size": 10836, "raw_average_key_size": 20, "raw_value_size": 8227370, "raw_average_value_size": 15523, "num_data_blocks": 343, "num_entries": 530, "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": 1696027419, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "33cbcddc-9783-42a5-9ba9-909d6eae8892", "db_session_id": "K37HIYGHOBB3CEIOPEIE"}} 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/version_set.cc:4082] Creating manifest 18 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696027419679423, "job": 1, "event": "recovery_finished"} 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi163/store.db/000012.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-29T22:43:40.071 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55a0ad781180 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: DB pointer 0x55a0ad856000 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** DB Stats ** 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T22:43:40.072 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** Compaction Stats [default] ** 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: L0 1/0 7.87 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 425.7 0.02 0.00 1 0.018 0 0 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: L6 1/0 21.94 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Sum 2/0 29.81 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 425.7 0.02 0.00 1 0.018 0 0 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 425.7 0.02 0.00 1 0.018 0 0 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** Compaction Stats [default] ** 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:43:40.073 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 425.7 0.02 0.00 1 0.018 0 0 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Flush(GB): cumulative 0.008, interval 0.008 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Cumulative compaction: 0.01 GB write, 245.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Interval compaction: 0.01 GB write, 245.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-29T22:43:40.074 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** Compaction Stats [default] ** 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: L0 1/0 7.87 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 425.7 0.02 0.00 1 0.018 0 0 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: L6 1/0 21.94 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Sum 2/0 29.81 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 425.7 0.02 0.00 1 0.018 0 0 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2023-09-29T22:43:40.075 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** Compaction Stats [default] ** 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 425.7 0.02 0.00 1 0.018 0 0 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Flush(GB): cumulative 0.008, interval 0.000 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Cumulative compaction: 0.01 GB write, 244.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:43:40.076 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: starting mon.smithi163 rank 1 at public addrs [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] at bind addrs [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi163 fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: mon.smithi163@-1(???) e2 preinit fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: mon.smithi163@-1(???).mds e8 new map 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: mon.smithi163@-1(???).mds e8 print_map 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: e8 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-29T22:43:40.077 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: legacy client fscid: 1 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Filesystem 'foofs' (1) 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: fs_name foofs 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: epoch 5 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: created 2023-09-29T22:38:24.576094+0000 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: modified 2023-09-29T22:38:29.862975+0000 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: tableserver 0 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: root 0 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: session_timeout 60 2023-09-29T22:43:40.078 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: session_autoclose 300 2023-09-29T22:43:40.079 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: max_file_size 1099511627776 2023-09-29T22:43:40.079 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: required_client_features {} 2023-09-29T22:43:40.079 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: last_failure 0 2023-09-29T22:43:40.079 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: last_failure_osd_epoch 0 2023-09-29T22:43:40.079 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-29T22:43:40.079 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: max_mds 1 2023-09-29T22:43:40.079 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: in 0 2023-09-29T22:43:40.079 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: up {0=24337} 2023-09-29T22:43:40.079 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: failed 2023-09-29T22:43:40.079 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: damaged 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: stopped 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: data_pools [3] 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: metadata_pool 2 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: inline_data disabled 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: balancer 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: standby_count_wanted 1 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: [mds.foofs.smithi163.avrbvr{0:24337} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.163:6832/2245983440,v1:172.21.15.163:6833/2245983440] compat {c=[1],r=[1],i=[7ff]}] 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Standby daemons: 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2023-09-29T22:43:40.080 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: [mds.foofs.smithi060.rekotv{-1:14496} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.60:6834/2018473646,v1:172.21.15.60:6835/2018473646] compat {c=[1],r=[1],i=[7ff]}] 2023-09-29T22:43:40.081 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: mon.smithi163@-1(???).osd e70 crush map has features 3314933000854323200, adjusting msgr requires 2023-09-29T22:43:40.081 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: mon.smithi163@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T22:43:40.081 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: mon.smithi163@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T22:43:40.081 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: mon.smithi163@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T22:43:40.081 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 ceph-mon[136964]: mon.smithi163@-1(???).paxosservice(auth 1..43) refresh upgraded, format 0 -> 3 2023-09-29T22:43:40.081 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 bash[136926]: 11dc2bfc1709a1bdd9955486d2c2374f8ffb418431f6d7a50300e663ebfac620 2023-09-29T22:43:40.081 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:39 smithi163 systemd[1]: Started Ceph mon.smithi163 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:43:41.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mkfs 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:43:41.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Removing key for client.nfs.foo.1.0.smithi163.hlaqqv-rgw 2023-09-29T22:43:41.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Removing key for client.nfs.foo.0.0.smithi060.wsqscg 2023-09-29T22:43:41.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Removing key for client.nfs.foo.0.0.smithi060.wsqscg-rgw 2023-09-29T22:43:41.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Done migrating nfs.foo 2023-09-29T22:43:41.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Done migrating all NFS services 2023-09-29T22:43:41.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Fencing old nfs.foo.0.0.smithi060.wsqscg 2023-09-29T22:43:41.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Fencing old nfs.foo.1.0.smithi163.hlaqqv 2023-09-29T22:43:41.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Creating key for client.nfs.foo.0.1.smithi060.wmowsx 2023-09-29T22:43:41.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T22:43:41.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Rados config object exists: conf-nfs.foo 2023-09-29T22:43:41.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Creating key for client.nfs.foo.0.1.smithi060.wmowsx-rgw 2023-09-29T22:43:41.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Bind address in nfs.foo.0.1.smithi060.wmowsx's ganesha conf is defaulting to empty 2023-09-29T22:43:41.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Deploying daemon nfs.foo.0.1.smithi060.wmowsx on smithi060 2023-09-29T22:43:41.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Creating key for client.nfs.foo.1.1.smithi163.kleznb 2023-09-29T22:43:41.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T22:43:41.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Rados config object exists: conf-nfs.foo 2023-09-29T22:43:41.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Creating key for client.nfs.foo.1.1.smithi163.kleznb-rgw 2023-09-29T22:43:41.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Bind address in nfs.foo.1.1.smithi163.kleznb's ganesha conf is defaulting to empty 2023-09-29T22:43:41.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Deploying daemon nfs.foo.1.1.smithi163.kleznb on smithi163 2023-09-29T22:43:41.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Reconfiguring prometheus.smithi060 (dependencies changed)... 2023-09-29T22:43:41.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Reconfiguring daemon prometheus.smithi060 on smithi060 2023-09-29T22:43:41.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Upgrade: Need to upgrade myself (mgr.smithi163.bpdfjr) 2023-09-29T22:43:41.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Upgrade: Need to upgrade myself (mgr.smithi163.bpdfjr) 2023-09-29T22:43:41.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Upgrade: Updating mgr.smithi060.njrpah 2023-09-29T22:43:41.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Deploying daemon mgr.smithi060.njrpah on smithi060 2023-09-29T22:43:41.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v93: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:41.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v94: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:41.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v95: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:41.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v96: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:41.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Standby manager daemon smithi060.njrpah restarted 2023-09-29T22:43:41.054 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Standby manager daemon smithi060.njrpah started 2023-09-29T22:43:41.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: osdmap e69: 8 total, 8 up, 8 in 2023-09-29T22:43:41.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e29: smithi060.njrpah(active, starting, since 0.0984203s) 2023-09-29T22:43:41.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Manager daemon smithi060.njrpah is now available 2023-09-29T22:43:41.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: [29/Sep/2023:22:42:58] ENGINE Bus STARTING 2023-09-29T22:43:41.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: [29/Sep/2023:22:42:58] ENGINE Serving on https://172.21.15.60:7150 2023-09-29T22:43:41.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: [29/Sep/2023:22:42:58] ENGINE Bus STARTED 2023-09-29T22:43:41.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e30: smithi060.njrpah(active, since 1.10461s) 2023-09-29T22:43:41.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v3: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.055 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v4: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e31: smithi060.njrpah(active, since 2s) 2023-09-29T22:43:41.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v5: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v6: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 410 B/s rd, 205 B/s wr, 0 op/s 2023-09-29T22:43:41.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:41.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e32: smithi060.njrpah(active, since 7s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:43:41.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:43:41.056 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v7: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 293 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T22:43:41.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:41.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:41.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:41.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:41.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:41.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:41.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v8: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 113 B/s wr, 0 op/s 2023-09-29T22:43:41.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Upgrade: Updating mgr.smithi163.bpdfjr 2023-09-29T22:43:41.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Deploying daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:43:41.057 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v9: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v10: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v11: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v12: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Upgrade: Setting container_image for all mgr 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Standby manager daemon smithi163.bpdfjr restarted 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e33: smithi060.njrpah(active, since 20s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v14: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mon.smithi060 calling monitor election 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mon.smithi060 is new leader, mons smithi060,smithi163 in quorum (ranks 0,1) 2023-09-29T22:43:41.058 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: monmap e2: 2 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],smithi163=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0]} removed_ranks: {} 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: osdmap e69: 8 total, 8 up, 8 in 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e33: smithi060.njrpah(active, since 22s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e34: smithi060.njrpah(active, since 22s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: overall HEALTH_OK 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e35: smithi060.njrpah(active, since 23s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Standby manager daemon smithi163.bpdfjr restarted 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e36: smithi060.njrpah(active, since 29s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Active manager daemon smithi060.njrpah restarted 2023-09-29T22:43:41.059 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Activating manager daemon smithi060.njrpah 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: osdmap e70: 8 total, 8 up, 8 in 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e37: smithi060.njrpah(active, starting, since 0.00627172s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi163.bpdfjr", "id": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:43:41.060 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Manager daemon smithi060.njrpah is now available 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:41.061 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e38: smithi060.njrpah(active, since 1.01034s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v3: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: [29/Sep/2023:22:43:30] ENGINE Bus STARTING 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: [29/Sep/2023:22:43:30] ENGINE Serving on https://172.21.15.60:7150 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: [29/Sep/2023:22:43:30] ENGINE Bus STARTED 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.062 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e39: smithi060.njrpah(active, since 3s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v5: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v6: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.063 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:41.064 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: pgmap v7: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:43:41.065 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: overall HEALTH_OK 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mon.smithi060 calling monitor election 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mon.smithi163 calling monitor election 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mon.smithi060 is new leader, mons smithi060,smithi163 in quorum (ranks 0,1) 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: monmap e3: 2 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],smithi163=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0]} removed_ranks: {} 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: osdmap e70: 8 total, 8 up, 8 in 2023-09-29T22:43:41.066 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: mgrmap e39: smithi060.njrpah(active, since 11s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: overall HEALTH_OK 2023-09-29T22:43:41.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.067 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:41.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mkfs 2d15e80e-5f18-11ee-8db4-212e2dc638e7 2023-09-29T22:43:41.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Removing key for client.nfs.foo.1.0.smithi163.hlaqqv-rgw 2023-09-29T22:43:41.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Removing key for client.nfs.foo.0.0.smithi060.wsqscg 2023-09-29T22:43:41.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Removing key for client.nfs.foo.0.0.smithi060.wsqscg-rgw 2023-09-29T22:43:41.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Done migrating nfs.foo 2023-09-29T22:43:41.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Done migrating all NFS services 2023-09-29T22:43:41.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Fencing old nfs.foo.0.0.smithi060.wsqscg 2023-09-29T22:43:41.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Fencing old nfs.foo.1.0.smithi163.hlaqqv 2023-09-29T22:43:41.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Creating key for client.nfs.foo.0.1.smithi060.wmowsx 2023-09-29T22:43:41.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T22:43:41.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Rados config object exists: conf-nfs.foo 2023-09-29T22:43:41.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Creating key for client.nfs.foo.0.1.smithi060.wmowsx-rgw 2023-09-29T22:43:41.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Bind address in nfs.foo.0.1.smithi060.wmowsx's ganesha conf is defaulting to empty 2023-09-29T22:43:41.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Deploying daemon nfs.foo.0.1.smithi060.wmowsx on smithi060 2023-09-29T22:43:41.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Creating key for client.nfs.foo.1.1.smithi163.kleznb 2023-09-29T22:43:41.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T22:43:41.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Rados config object exists: conf-nfs.foo 2023-09-29T22:43:41.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Creating key for client.nfs.foo.1.1.smithi163.kleznb-rgw 2023-09-29T22:43:41.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Bind address in nfs.foo.1.1.smithi163.kleznb's ganesha conf is defaulting to empty 2023-09-29T22:43:41.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Deploying daemon nfs.foo.1.1.smithi163.kleznb on smithi163 2023-09-29T22:43:41.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Reconfiguring prometheus.smithi060 (dependencies changed)... 2023-09-29T22:43:41.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Reconfiguring daemon prometheus.smithi060 on smithi060 2023-09-29T22:43:41.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Upgrade: Need to upgrade myself (mgr.smithi163.bpdfjr) 2023-09-29T22:43:41.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Upgrade: Need to upgrade myself (mgr.smithi163.bpdfjr) 2023-09-29T22:43:41.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Upgrade: Updating mgr.smithi060.njrpah 2023-09-29T22:43:41.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Deploying daemon mgr.smithi060.njrpah on smithi060 2023-09-29T22:43:41.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v93: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:41.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v94: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v95: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v96: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Standby manager daemon smithi060.njrpah restarted 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Standby manager daemon smithi060.njrpah started 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: osdmap e69: 8 total, 8 up, 8 in 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e29: smithi060.njrpah(active, starting, since 0.0984203s) 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Manager daemon smithi060.njrpah is now available 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: [29/Sep/2023:22:42:58] ENGINE Bus STARTING 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: [29/Sep/2023:22:42:58] ENGINE Serving on https://172.21.15.60:7150 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: [29/Sep/2023:22:42:58] ENGINE Bus STARTED 2023-09-29T22:43:41.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e30: smithi060.njrpah(active, since 1.10461s) 2023-09-29T22:43:41.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v3: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v4: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e31: smithi060.njrpah(active, since 2s) 2023-09-29T22:43:41.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v5: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v6: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 410 B/s rd, 205 B/s wr, 0 op/s 2023-09-29T22:43:41.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:41.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e32: smithi060.njrpah(active, since 7s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:43:41.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:43:41.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v7: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 293 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T22:43:41.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:41.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:41.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:41.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:41.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:41.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:41.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v8: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 113 B/s wr, 0 op/s 2023-09-29T22:43:41.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Upgrade: Updating mgr.smithi163.bpdfjr 2023-09-29T22:43:41.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Deploying daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v9: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v10: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v11: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v12: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Upgrade: Setting container_image for all mgr 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Standby manager daemon smithi163.bpdfjr restarted 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e33: smithi060.njrpah(active, since 20s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v14: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mon.smithi060 calling monitor election 2023-09-29T22:43:41.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mon.smithi060 is new leader, mons smithi060,smithi163 in quorum (ranks 0,1) 2023-09-29T22:43:41.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: monmap e2: 2 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],smithi163=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0]} removed_ranks: {} 2023-09-29T22:43:41.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:43:41.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: osdmap e69: 8 total, 8 up, 8 in 2023-09-29T22:43:41.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e33: smithi060.njrpah(active, since 22s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e34: smithi060.njrpah(active, since 22s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: overall HEALTH_OK 2023-09-29T22:43:41.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e35: smithi060.njrpah(active, since 23s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Standby manager daemon smithi163.bpdfjr restarted 2023-09-29T22:43:41.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Standby manager daemon smithi163.bpdfjr started 2023-09-29T22:43:41.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e36: smithi060.njrpah(active, since 29s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Active manager daemon smithi060.njrpah restarted 2023-09-29T22:43:41.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Activating manager daemon smithi060.njrpah 2023-09-29T22:43:41.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: osdmap e70: 8 total, 8 up, 8 in 2023-09-29T22:43:41.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e37: smithi060.njrpah(active, starting, since 0.00627172s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:43:41.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:43:41.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:43:41.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:43:41.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi060.njrpah", "id": "smithi060.njrpah"}]: dispatch 2023-09-29T22:43:41.207 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr metadata", "who": "smithi163.bpdfjr", "id": "smithi163.bpdfjr"}]: dispatch 2023-09-29T22:43:41.207 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:43:41.207 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:43:41.207 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:43:41.207 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:43:41.207 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:43:41.207 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:43:41.207 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:43:41.207 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:43:41.207 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T22:43:41.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T22:43:41.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T22:43:41.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Manager daemon smithi060.njrpah is now available 2023-09-29T22:43:41.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:41.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:41.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:43:41.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:43:41.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/mirror_snapshot_schedule"}]: dispatch 2023-09-29T22:43:41.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:43:41.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.njrpah/trash_purge_schedule"}]: dispatch 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e38: smithi060.njrpah(active, since 1.01034s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v3: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: [29/Sep/2023:22:43:30] ENGINE Bus STARTING 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: [29/Sep/2023:22:43:30] ENGINE Serving on https://172.21.15.60:7150 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: [29/Sep/2023:22:43:30] ENGINE Bus STARTED 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e39: smithi060.njrpah(active, since 3s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v5: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v6: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T22:43:41.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:41.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:43:41.211 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi060:/etc/ceph/ceph.conf 2023-09-29T22:43:41.211 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi163:/etc/ceph/ceph.conf 2023-09-29T22:43:41.211 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:41.211 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T22:43:41.211 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:41.211 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-29T22:43:41.211 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:41.211 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: Updating smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T22:43:41.211 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: pgmap v7: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:43:41.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 ' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:43:41.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:41.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: overall HEALTH_OK 2023-09-29T22:43:41.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-09-29T22:43:41.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mon.smithi060 calling monitor election 2023-09-29T22:43:41.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mon.smithi163 calling monitor election 2023-09-29T22:43:41.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mon.smithi060 is new leader, mons smithi060,smithi163 in quorum (ranks 0,1) 2023-09-29T22:43:41.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2023-09-29T22:43:41.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: monmap e3: 2 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],smithi163=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0]} removed_ranks: {} 2023-09-29T22:43:41.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:43:41.214 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: osdmap e70: 8 total, 8 up, 8 in 2023-09-29T22:43:41.214 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: mgrmap e39: smithi060.njrpah(active, since 11s), standbys: smithi163.bpdfjr 2023-09-29T22:43:41.214 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: overall HEALTH_OK 2023-09-29T22:43:41.214 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.214 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:41.214 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:43:41.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:41 smithi163 ceph-mon[136964]: pgmap v9: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T22:43:41.928 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:42.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:41 smithi060 ceph-mon[155919]: pgmap v9: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T22:43:43.924 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:43.924 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:43 smithi163 ceph-mon[136964]: pgmap v10: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:43.924 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:43.924 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:43.924 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:43.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:43.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:43 smithi060 ceph-mon[155919]: pgmap v10: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:43.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:43.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:43.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:44.675 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:44 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:43:44.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:44 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:43:46.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:45 smithi163 ceph-mon[136964]: pgmap v11: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:45 smithi060 ceph-mon[155919]: pgmap v11: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:46.968 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:47.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:47.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:47.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:47.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:43:47.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:47.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:47.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: Reconfiguring mon.smithi060 (monmap changed)... 2023-09-29T22:43:47.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:43:47.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:43:47.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:47.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:46 smithi060 ceph-mon[155919]: Reconfiguring daemon mon.smithi060 on smithi060 2023-09-29T22:43:47.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:47.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:47.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:47.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:43:47.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:47.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:47.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: Reconfiguring mon.smithi060 (monmap changed)... 2023-09-29T22:43:47.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:43:47.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:43:47.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:47.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:46 smithi163 ceph-mon[136964]: Reconfiguring daemon mon.smithi060 on smithi060 2023-09-29T22:43:48.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:48 smithi060 ceph-mon[155919]: pgmap v12: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:48.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:48 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:48.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:48 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:48.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:48 smithi060 ceph-mon[155919]: Reconfiguring mgr.smithi060.njrpah (monmap changed)... 2023-09-29T22:43:48.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:48 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.njrpah", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:43:48.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:48 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:43:48.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:48 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:48.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:48 smithi060 ceph-mon[155919]: Reconfiguring daemon mgr.smithi060.njrpah on smithi060 2023-09-29T22:43:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:48 smithi163 ceph-mon[136964]: pgmap v12: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:48 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:48 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:48 smithi163 ceph-mon[136964]: Reconfiguring mgr.smithi060.njrpah (monmap changed)... 2023-09-29T22:43:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:48 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.njrpah", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:43:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:48 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:43:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:48 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:48.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:48 smithi163 ceph-mon[136964]: Reconfiguring daemon mgr.smithi060.njrpah on smithi060 2023-09-29T22:43:49.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:49.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:49.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:49 smithi060 ceph-mon[155919]: Reconfiguring crash.smithi060 (monmap changed)... 2023-09-29T22:43:49.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:43:49.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:49.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:49 smithi060 ceph-mon[155919]: Reconfiguring daemon crash.smithi060 on smithi060 2023-09-29T22:43:49.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:49.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:49.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:49 smithi163 ceph-mon[136964]: Reconfiguring crash.smithi060 (monmap changed)... 2023-09-29T22:43:49.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:43:49.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:49.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:49 smithi163 ceph-mon[136964]: Reconfiguring daemon crash.smithi060 on smithi060 2023-09-29T22:43:50.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:50 smithi060 ceph-mon[155919]: pgmap v13: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:50.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:50 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:50.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:50 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:50.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:50 smithi060 ceph-mon[155919]: Reconfiguring osd.0 (monmap changed)... 2023-09-29T22:43:50.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:50 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T22:43:50.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:50 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:50.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:50 smithi060 ceph-mon[155919]: Reconfiguring daemon osd.0 on smithi060 2023-09-29T22:43:50.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:50 smithi163 ceph-mon[136964]: pgmap v13: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:50.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:50 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:50.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:50 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:50.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:50 smithi163 ceph-mon[136964]: Reconfiguring osd.0 (monmap changed)... 2023-09-29T22:43:50.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:50 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T22:43:50.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:50 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:50.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:50 smithi163 ceph-mon[136964]: Reconfiguring daemon osd.0 on smithi060 2023-09-29T22:43:50.751 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:43:51.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:51 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:51.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:51 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:51.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:51 smithi060 ceph-mon[155919]: Reconfiguring osd.1 (monmap changed)... 2023-09-29T22:43:51.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:51 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T22:43:51.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:51 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:51.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:51 smithi060 ceph-mon[155919]: Reconfiguring daemon osd.1 on smithi060 2023-09-29T22:43:51.448 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:43:51.448 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (8m) 18s ago 8m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:43:51.448 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (8m) 18s ago 8m 7013k - 16.2.5 6933c2a0b7dd 73b14870ace5 2023-09-29T22:43:51.448 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (8m) 8s ago 8m 7142k - 16.2.5 6933c2a0b7dd ad8ddd7ee447 2023-09-29T22:43:51.448 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (7m) 18s ago 8m 38.1M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:43:51.448 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (5m) 18s ago 5m 18.4M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:43:51.448 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (5m) 8s ago 5m 42.3M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (61s) 18s ago 10m 467M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (40s) 8s ago 8m 437M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (31s) 18s ago 10m 40.9M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (12s) 8s ago 8m 42.4M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (3m) 18s ago 3m 76.8M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (3m) 8s ago 3m 75.9M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (8m) 18s ago 8m 18.3M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (8m) 8s ago 8m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (7m) 18s ago 7m 1082M 1943M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (7m) 18s ago 7m 913M 1943M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (7m) 18s ago 7m 639M 1943M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:43:51.449 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (7m) 18s ago 7m 1033M 1943M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:43:51.450 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (6m) 8s ago 6m 976M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:43:51.450 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (6m) 8s ago 6m 1273M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:43:51.450 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (6m) 8s ago 6m 993M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:43:51.450 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (6m) 8s ago 6m 1572M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:43:51.450 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (65s) 18s ago 8m 52.7M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:43:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:51 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:51 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:51 smithi163 ceph-mon[136964]: Reconfiguring osd.1 (monmap changed)... 2023-09-29T22:43:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:51 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T22:43:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:51 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:51.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:51 smithi163 ceph-mon[136964]: Reconfiguring daemon osd.1 on smithi060 2023-09-29T22:43:51.875 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:43:51.939 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:43:51.940 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:43:51.940 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:43:51.940 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:43:51.940 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:43:51.940 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:43:51.940 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:43:51.940 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T22:43:51.940 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:43:51.940 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:43:51.941 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:43:51.941 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:43:51.941 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:43:51.941 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2023-09-29T22:43:51.941 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 4 2023-09-29T22:43:51.941 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:43:51.941 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:43:52.004 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:52.234 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:43:52.234 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:43:52.234 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:43:52.234 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:43:52.235 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:43:52.235 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:43:52.235 INFO:teuthology.orchestra.run.smithi060.stdout: "mon" 2023-09-29T22:43:52.235 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:43:52.235 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "4/23 daemons upgraded", 2023-09-29T22:43:52.235 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading mon daemons", 2023-09-29T22:43:52.235 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:43:52.235 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:43:52.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:52 smithi060 ceph-mon[155919]: pgmap v14: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:52.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:52 smithi060 ceph-mon[155919]: from='client.34130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:43:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:52 smithi060 ceph-mon[155919]: from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:43:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:52 smithi060 ceph-mon[155919]: Reconfiguring osd.2 (monmap changed)... 2023-09-29T22:43:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T22:43:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:52 smithi060 ceph-mon[155919]: Reconfiguring daemon osd.2 on smithi060 2023-09-29T22:43:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:52 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/2310843870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:43:52.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:52 smithi163 ceph-mon[136964]: pgmap v14: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:52.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:52 smithi163 ceph-mon[136964]: from='client.34130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:43:52.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:52 smithi163 ceph-mon[136964]: from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:43:52.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:52.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:52.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:52 smithi163 ceph-mon[136964]: Reconfiguring osd.2 (monmap changed)... 2023-09-29T22:43:52.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T22:43:52.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:52.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:52 smithi163 ceph-mon[136964]: Reconfiguring daemon osd.2 on smithi060 2023-09-29T22:43:52.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:52 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/2310843870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:43:53.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:53 smithi060 ceph-mon[155919]: from='client.34138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:43:53.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:53.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:53.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T22:43:53.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:53.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:53 smithi163 ceph-mon[136964]: from='client.34138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:43:53.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:53.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:53.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T22:43:53.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:54.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:54 smithi060 ceph-mon[155919]: from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:43:54.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:54 smithi060 ceph-mon[155919]: Reconfiguring osd.3 (monmap changed)... 2023-09-29T22:43:54.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:54 smithi060 ceph-mon[155919]: Reconfiguring daemon osd.3 on smithi060 2023-09-29T22:43:54.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:54 smithi060 ceph-mon[155919]: pgmap v15: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:54.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:54.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:54.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.rekotv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:43:54.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:54.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:54 smithi163 ceph-mon[136964]: from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:43:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:54 smithi163 ceph-mon[136964]: Reconfiguring osd.3 (monmap changed)... 2023-09-29T22:43:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:54 smithi163 ceph-mon[136964]: Reconfiguring daemon osd.3 on smithi060 2023-09-29T22:43:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:54 smithi163 ceph-mon[136964]: pgmap v15: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.rekotv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:43:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:55.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:55 smithi060 ceph-mon[155919]: Reconfiguring mds.foofs.smithi060.rekotv (monmap changed)... 2023-09-29T22:43:55.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:55 smithi060 ceph-mon[155919]: Reconfiguring daemon mds.foofs.smithi060.rekotv on smithi060 2023-09-29T22:43:55.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:55.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:55.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:43:55.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:55.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:55 smithi163 ceph-mon[136964]: Reconfiguring mds.foofs.smithi060.rekotv (monmap changed)... 2023-09-29T22:43:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:55 smithi163 ceph-mon[136964]: Reconfiguring daemon mds.foofs.smithi060.rekotv on smithi060 2023-09-29T22:43:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:43:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:56.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:56 smithi060 ceph-mon[155919]: Reconfiguring crash.smithi163 (monmap changed)... 2023-09-29T22:43:56.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:56 smithi060 ceph-mon[155919]: Reconfiguring daemon crash.smithi163 on smithi163 2023-09-29T22:43:56.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:56 smithi060 ceph-mon[155919]: pgmap v16: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:56.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:56 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:56.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:56 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:56.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:56 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.bpdfjr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:43:56.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:56 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:43:56.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:56 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:56 smithi163 ceph-mon[136964]: Reconfiguring crash.smithi163 (monmap changed)... 2023-09-29T22:43:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:56 smithi163 ceph-mon[136964]: Reconfiguring daemon crash.smithi163 on smithi163 2023-09-29T22:43:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:56 smithi163 ceph-mon[136964]: pgmap v16: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:43:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:56 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:56 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:56 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.bpdfjr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T22:43:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:56 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T22:43:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:56 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:57.049 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:43:57.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:57 smithi060 ceph-mon[155919]: Reconfiguring mgr.smithi163.bpdfjr (monmap changed)... 2023-09-29T22:43:57.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:57 smithi060 ceph-mon[155919]: Reconfiguring daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:43:57.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:57.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:57.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:43:57.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:43:57.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:57.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:57 smithi163 ceph-mon[136964]: Reconfiguring mgr.smithi163.bpdfjr (monmap changed)... 2023-09-29T22:43:57.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:57 smithi163 ceph-mon[136964]: Reconfiguring daemon mgr.smithi163.bpdfjr on smithi163 2023-09-29T22:43:57.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:57.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:57.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T22:43:57.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T22:43:57.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:58.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:58 smithi060 ceph-mon[155919]: Reconfiguring mon.smithi163 (monmap changed)... 2023-09-29T22:43:58.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:58 smithi060 ceph-mon[155919]: Reconfiguring daemon mon.smithi163 on smithi163 2023-09-29T22:43:58.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:58 smithi060 ceph-mon[155919]: pgmap v17: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:58.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:58.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:58.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T22:43:58.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:58.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:58 smithi163 ceph-mon[136964]: Reconfiguring mon.smithi163 (monmap changed)... 2023-09-29T22:43:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:58 smithi163 ceph-mon[136964]: Reconfiguring daemon mon.smithi163 on smithi163 2023-09-29T22:43:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:58 smithi163 ceph-mon[136964]: pgmap v17: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:43:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T22:43:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:59.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:59 smithi060 ceph-mon[155919]: Reconfiguring osd.4 (monmap changed)... 2023-09-29T22:43:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:59 smithi060 ceph-mon[155919]: Reconfiguring daemon osd.4 on smithi163 2023-09-29T22:43:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T22:43:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:43:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:43:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:59 smithi163 ceph-mon[136964]: Reconfiguring osd.4 (monmap changed)... 2023-09-29T22:43:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:59 smithi163 ceph-mon[136964]: Reconfiguring daemon osd.4 on smithi163 2023-09-29T22:43:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:43:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T22:43:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:43:59.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:43:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:44:00.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:00 smithi163 ceph-mon[136964]: Reconfiguring osd.5 (monmap changed)... 2023-09-29T22:44:00.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:00 smithi163 ceph-mon[136964]: Reconfiguring daemon osd.5 on smithi163 2023-09-29T22:44:00.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:00 smithi163 ceph-mon[136964]: pgmap v18: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:00.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:00 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:00.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:00 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:00.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:00 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T22:44:00.270 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:00 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:00.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:00 smithi060 ceph-mon[155919]: Reconfiguring osd.5 (monmap changed)... 2023-09-29T22:44:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:00 smithi060 ceph-mon[155919]: Reconfiguring daemon osd.5 on smithi163 2023-09-29T22:44:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:00 smithi060 ceph-mon[155919]: pgmap v18: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:00 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:00 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:00 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T22:44:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:00 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:01.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:01 smithi163 ceph-mon[136964]: Reconfiguring osd.6 (monmap changed)... 2023-09-29T22:44:01.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:01 smithi163 ceph-mon[136964]: Reconfiguring daemon osd.6 on smithi163 2023-09-29T22:44:01.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:01 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:01.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:01 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:01.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:01 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T22:44:01.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:01 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:01.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:01 smithi060 ceph-mon[155919]: Reconfiguring osd.6 (monmap changed)... 2023-09-29T22:44:01.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:01 smithi060 ceph-mon[155919]: Reconfiguring daemon osd.6 on smithi163 2023-09-29T22:44:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:01 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:01 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:01 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T22:44:01.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:01 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:02.096 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:02.369 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:02 smithi163 ceph-mon[136964]: Reconfiguring osd.7 (monmap changed)... 2023-09-29T22:44:02.369 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:02 smithi163 ceph-mon[136964]: Reconfiguring daemon osd.7 on smithi163 2023-09-29T22:44:02.369 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:02 smithi163 ceph-mon[136964]: pgmap v19: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:02.370 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:02.370 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:02.370 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.avrbvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:44:02.370 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:02.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:02 smithi060 ceph-mon[155919]: Reconfiguring osd.7 (monmap changed)... 2023-09-29T22:44:02.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:02 smithi060 ceph-mon[155919]: Reconfiguring daemon osd.7 on smithi163 2023-09-29T22:44:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:02 smithi060 ceph-mon[155919]: pgmap v19: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.avrbvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:44:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:03.378 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: Reconfiguring mds.foofs.smithi163.avrbvr (monmap changed)... 2023-09-29T22:44:03.379 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: Reconfiguring daemon mds.foofs.smithi163.avrbvr on smithi163 2023-09-29T22:44:03.379 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:03.379 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:03.379 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:03.379 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:03.379 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:03.379 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:03.379 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi060"}]: dispatch 2023-09-29T22:44:03.379 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi060"}]': finished 2023-09-29T22:44:03.380 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi163"}]: dispatch 2023-09-29T22:44:03.380 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi163"}]': finished 2023-09-29T22:44:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: Reconfiguring mds.foofs.smithi163.avrbvr (monmap changed)... 2023-09-29T22:44:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: Reconfiguring daemon mds.foofs.smithi163.avrbvr on smithi163 2023-09-29T22:44:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:03.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:03.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi060"}]: dispatch 2023-09-29T22:44:03.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi060"}]': finished 2023-09-29T22:44:03.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi163"}]: dispatch 2023-09-29T22:44:03.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi163"}]': finished 2023-09-29T22:44:04.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:04 smithi060 ceph-mon[155919]: Upgrade: Setting container_image for all mon 2023-09-29T22:44:04.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:04 smithi060 ceph-mon[155919]: pgmap v20: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:04.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:04 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:04.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:04 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:44:04.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:04 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:04.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:04 smithi163 ceph-mon[136964]: Upgrade: Setting container_image for all mon 2023-09-29T22:44:04.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:04 smithi163 ceph-mon[136964]: pgmap v20: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:04.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:04 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:04.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:04 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:44:04.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:04 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:05.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:05 smithi060 ceph-mon[155919]: Upgrade: Updating crash.smithi060 (1/2) 2023-09-29T22:44:05.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:05 smithi060 ceph-mon[155919]: Deploying daemon crash.smithi060 on smithi060 2023-09-29T22:44:05.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:05 smithi163 ceph-mon[136964]: Upgrade: Updating crash.smithi060 (1/2) 2023-09-29T22:44:05.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:05 smithi163 ceph-mon[136964]: Deploying daemon crash.smithi060 on smithi060 2023-09-29T22:44:06.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:06 smithi060 ceph-mon[155919]: pgmap v21: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:06.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:06 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:06.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:06 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:06.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:06 smithi163 ceph-mon[136964]: pgmap v21: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:06.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:06 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:06.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:06 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:07.137 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:08.260 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:08 smithi163 ceph-mon[136964]: pgmap v22: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:08.260 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:08.260 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:44:08.260 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:08.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:08 smithi060 ceph-mon[155919]: pgmap v22: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:08.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:08.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T22:44:08.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:09.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:09 smithi163 ceph-mon[136964]: Upgrade: Updating crash.smithi163 (2/2) 2023-09-29T22:44:09.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:09 smithi163 ceph-mon[136964]: Deploying daemon crash.smithi163 on smithi163 2023-09-29T22:44:09.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:09 smithi060 ceph-mon[155919]: Upgrade: Updating crash.smithi163 (2/2) 2023-09-29T22:44:09.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:09 smithi060 ceph-mon[155919]: Deploying daemon crash.smithi163 on smithi163 2023-09-29T22:44:10.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:10 smithi060 ceph-mon[155919]: pgmap v23: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:10.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:10.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:10.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:10 smithi163 ceph-mon[136964]: pgmap v23: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:11.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:11 smithi060 ceph-mon[155919]: pgmap v24: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:11.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:11 smithi163 ceph-mon[136964]: pgmap v24: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:12.180 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:13.519 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:13.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:13.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:13 smithi060 ceph-mon[155919]: pgmap v25: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:13.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:13.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:13.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:13.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:13.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:13 smithi163 ceph-mon[136964]: pgmap v25: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:13.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:13.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:14.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:44:14.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:14.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:44:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:15.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:15 smithi060 ceph-mon[155919]: pgmap v26: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:15.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:15 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:15.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:15 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:15.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:15 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:15.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:15 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:16.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:15 smithi163 ceph-mon[136964]: pgmap v26: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:15 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:15 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:15 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:15 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:17.231 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: pgmap v27: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi060"}]: dispatch 2023-09-29T22:44:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi060"}]': finished 2023-09-29T22:44:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi163"}]: dispatch 2023-09-29T22:44:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi163"}]': finished 2023-09-29T22:44:18.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-29T22:44:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: pgmap v27: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:44:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:18.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:18.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:18.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:18.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:18.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi060"}]: dispatch 2023-09-29T22:44:18.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi060"}]': finished 2023-09-29T22:44:18.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi163"}]: dispatch 2023-09-29T22:44:18.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi163"}]': finished 2023-09-29T22:44:18.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-29T22:44:19.173 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:18 smithi060 ceph-mon[155919]: Upgrade: Setting container_image for all crash 2023-09-29T22:44:19.173 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:18 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-29T22:44:19.173 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:18 smithi060 ceph-mon[155919]: Upgrade: osd.0 is safe to restart 2023-09-29T22:44:19.173 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:18 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:19.174 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:18 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T22:44:19.174 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:18 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:19.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:18 smithi163 ceph-mon[136964]: Upgrade: Setting container_image for all crash 2023-09-29T22:44:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:18 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-29T22:44:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:18 smithi163 ceph-mon[136964]: Upgrade: osd.0 is safe to restart 2023-09-29T22:44:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:18 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:18 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T22:44:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:18 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:20.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:19 smithi060 ceph-mon[155919]: Upgrade: Updating osd.0 2023-09-29T22:44:20.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:19 smithi060 ceph-mon[155919]: Deploying daemon osd.0 on smithi060 2023-09-29T22:44:20.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:19 smithi060 ceph-mon[155919]: pgmap v28: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:20.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:19 smithi163 ceph-mon[136964]: Upgrade: Updating osd.0 2023-09-29T22:44:20.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:19 smithi163 ceph-mon[136964]: Deploying daemon osd.0 on smithi060 2023-09-29T22:44:20.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:19 smithi163 ceph-mon[136964]: pgmap v28: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:21.132 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:20 smithi060 systemd[1]: Stopping Ceph osd.0 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:44:21.132 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.0[118658]: debug 2023-09-29T22:44:20.941+0000 7f0312828700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-29T22:44:21.132 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.0[118658]: debug 2023-09-29T22:44:20.941+0000 7f0312828700 -1 osd.0 70 *** Got signal Terminated *** 2023-09-29T22:44:21.132 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.0[118658]: debug 2023-09-29T22:44:20.941+0000 7f0312828700 -1 osd.0 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:44:21.446 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:21 smithi060 bash[162638]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.0 2023-09-29T22:44:21.783 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: pgmap v29: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.7 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 failed (root=default,host=smithi060) (connection refused reported by osd.7) 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.5 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.4 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.6 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.5 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.4 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.6 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.3 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.7 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.2 2023-09-29T22:44:21.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.1 2023-09-29T22:44:21.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.3 2023-09-29T22:44:21.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.2 2023-09-29T22:44:21.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:21 smithi060 ceph-mon[155919]: osd.0 reported immediately failed by osd.1 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: pgmap v29: 129 pgs: 129 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.7 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 failed (root=default,host=smithi060) (connection refused reported by osd.7) 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.5 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.4 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.6 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.5 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.4 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.6 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.3 2023-09-29T22:44:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.7 2023-09-29T22:44:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.2 2023-09-29T22:44:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.1 2023-09-29T22:44:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.3 2023-09-29T22:44:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.2 2023-09-29T22:44:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:21 smithi163 ceph-mon[136964]: osd.0 reported immediately failed by osd.1 2023-09-29T22:44:22.278 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:22.628 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:44:22.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:22 smithi163 ceph-mon[136964]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:44:22.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:22 smithi163 ceph-mon[136964]: osdmap e71: 8 total, 7 up, 8 in 2023-09-29T22:44:22.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:22 smithi060 ceph-mon[155919]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:44:22.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:22 smithi060 ceph-mon[155919]: osdmap e71: 8 total, 7 up, 8 in 2023-09-29T22:44:22.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:22 smithi060 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.0.service: Succeeded. 2023-09-29T22:44:22.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:22 smithi060 systemd[1]: Stopped Ceph osd.0 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:44:22.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:22 smithi060 systemd[1]: Starting Ceph osd.0 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:44:23.323 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:44:23.323 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (8m) 9s ago 9m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:44:23.323 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (17s) 9s ago 9m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:44:23.323 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (14s) 11s ago 9m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:44:23.323 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (8m) 9s ago 9m 38.1M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:44:23.323 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (5m) 9s ago 5m 18.5M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:44:23.323 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (5m) 11s ago 5m 42.3M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:44:23.323 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (93s) 9s ago 10m 491M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (72s) 11s ago 9m 438M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (63s) 9s ago 10m 76.0M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (43s) 11s ago 8m 71.9M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (3m) 9s ago 3m 79.3M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (3m) 11s ago 3m 76.0M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (9m) 9s ago 9m 18.3M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (8m) 11s ago 8m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (8m) 9s ago 8m 1084M 1943M 16.2.5 6933c2a0b7dd 186231891ac7 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (8m) 9s ago 8m 914M 1943M 16.2.5 6933c2a0b7dd 17e4a0024a4a 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (7m) 9s ago 7m 641M 1943M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (7m) 9s ago 7m 1036M 1943M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:44:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (7m) 11s ago 7m 978M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:44:23.325 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (7m) 11s ago 7m 1274M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:44:23.325 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (7m) 11s ago 7m 994M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:44:23.325 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (6m) 11s ago 6m 1574M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:44:23.325 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (97s) 9s ago 9m 53.0M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:44:23.738 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:44:23.738 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:44:23.738 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:44:23.738 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:44:23.738 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:44:23.738 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:44:23.738 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 4 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:44:23.739 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:44:23.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:23 smithi163 ceph-mon[136964]: osdmap e72: 8 total, 7 up, 8 in 2023-09-29T22:44:23.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:23 smithi163 ceph-mon[136964]: from='client.34150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:23.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:23 smithi163 ceph-mon[136964]: pgmap v32: 129 pgs: 16 stale+active+clean, 113 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:44:23.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:23 smithi163 ceph-mon[136964]: from='client.34154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:23 smithi060 ceph-mon[155919]: osdmap e72: 8 total, 7 up, 8 in 2023-09-29T22:44:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:23 smithi060 ceph-mon[155919]: from='client.34150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:23 smithi060 ceph-mon[155919]: pgmap v32: 129 pgs: 16 stale+active+clean, 113 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:44:23.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:23 smithi060 ceph-mon[155919]: from='client.34154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:23.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:23 smithi060 bash[162980]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T22:44:23.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:23 smithi060 bash[162980]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-09-29T22:44:23.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:23 smithi060 bash[162980]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2023-09-29T22:44:23.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:23 smithi060 bash[162980]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-09-29T22:44:23.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:23 smithi060 bash[162980]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-09-29T22:44:23.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:23 smithi060 bash[162980]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-09-29T22:44:23.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:23 smithi060 bash[162980]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-09-29T22:44:23.947 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:23 smithi060 bash[162980]: --> ceph-volume lvm activate successful for osd ID: 0 2023-09-29T22:44:24.111 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:44:24.112 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:44:24.112 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:44:24.112 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:44:24.112 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:44:24.112 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:44:24.112 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:44:24.112 INFO:teuthology.orchestra.run.smithi060.stdout: "crash" 2023-09-29T22:44:24.112 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:44:24.113 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "6/23 daemons upgraded", 2023-09-29T22:44:24.113 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T22:44:24.113 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:44:24.113 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:44:24.446 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:24 smithi060 ceph-osd[163350]: -- 172.21.15.60:0/1797022194 <== mon.0 v2:172.21.15.60:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a659d5cb60 con 0x55a659d23000 2023-09-29T22:44:24.447 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:24 smithi060 bash[163309]: 083e272251302d2d22294690b2e81f86fc81cbe69e1776edb1d31d0d7a7e7b26 2023-09-29T22:44:24.447 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:24 smithi060 systemd[1]: Started Ceph osd.0 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:44:24.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:24 smithi163 ceph-mon[136964]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:24.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:24 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/2983257861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:24.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:24 smithi163 ceph-mon[136964]: from='client.34166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:24.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:24 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:24.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:24 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:24.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:24 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:24.946 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-0[163324]: 2023-09-29T22:44:24.676+0000 7f23125e8540 -1 Falling back to public interface 2023-09-29T22:44:24.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:24 smithi060 ceph-mon[155919]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:24.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:24 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/2983257861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:24.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:24 smithi060 ceph-mon[155919]: from='client.34166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:24.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:24 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:24.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:24 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:24.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:24 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:25 smithi060 ceph-mon[155919]: pgmap v33: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 202/1521 objects degraded (13.281%) 2023-09-29T22:44:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:25 smithi163 ceph-mon[136964]: pgmap v33: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 202/1521 objects degraded (13.281%) 2023-09-29T22:44:26.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:26 smithi060 ceph-mon[155919]: Health check failed: Degraded data redundancy: 202/1521 objects degraded (13.281%), 30 pgs degraded (PG_DEGRADED) 2023-09-29T22:44:27.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:26 smithi163 ceph-mon[136964]: Health check failed: Degraded data redundancy: 202/1521 objects degraded (13.281%), 30 pgs degraded (PG_DEGRADED) 2023-09-29T22:44:27.325 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:27.855 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:27 smithi060 ceph-mon[155919]: pgmap v34: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 202/1521 objects degraded (13.281%) 2023-09-29T22:44:28.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:27 smithi163 ceph-mon[136964]: pgmap v34: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 202/1521 objects degraded (13.281%) 2023-09-29T22:44:28.946 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-0[163324]: 2023-09-29T22:44:28.822+0000 7f23125e8540 -1 osd.0 70 log_to_monitors true 2023-09-29T22:44:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:29 smithi163 ceph-mon[136964]: pgmap v35: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 202/1521 objects degraded (13.281%) 2023-09-29T22:44:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:44:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:29 smithi163 ceph-mon[136964]: from='osd.0 [v2:172.21.15.60:6802/3387305346,v1:172.21.15.60:6803/3387305346]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-29T22:44:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:30.094 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:44:29 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-0[163324]: 2023-09-29T22:44:29.761+0000 7f23053cb700 -1 osd.0 70 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T22:44:30.094 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:29 smithi060 ceph-mon[155919]: pgmap v35: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 202/1521 objects degraded (13.281%) 2023-09-29T22:44:30.094 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:30.094 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:44:30.094 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:29 smithi060 ceph-mon[155919]: from='osd.0 [v2:172.21.15.60:6802/3387305346,v1:172.21.15.60:6803/3387305346]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-29T22:44:30.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:30.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:30.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:30.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:30 smithi163 ceph-mon[136964]: from='osd.0 [v2:172.21.15.60:6802/3387305346,v1:172.21.15.60:6803/3387305346]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-29T22:44:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:30 smithi163 ceph-mon[136964]: osdmap e73: 8 total, 7 up, 8 in 2023-09-29T22:44:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:30 smithi163 ceph-mon[136964]: from='osd.0 [v2:172.21.15.60:6802/3387305346,v1:172.21.15.60:6803/3387305346]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:44:31.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:30 smithi060 ceph-mon[155919]: from='osd.0 [v2:172.21.15.60:6802/3387305346,v1:172.21.15.60:6803/3387305346]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-29T22:44:31.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:30 smithi060 ceph-mon[155919]: osdmap e73: 8 total, 7 up, 8 in 2023-09-29T22:44:31.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:30 smithi060 ceph-mon[155919]: from='osd.0 [v2:172.21.15.60:6802/3387305346,v1:172.21.15.60:6803/3387305346]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:44:32.017 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:31 smithi060 ceph-mon[155919]: pgmap v37: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 251 B/s wr, 0 op/s; 202/1521 objects degraded (13.281%) 2023-09-29T22:44:32.017 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:31 smithi060 ceph-mon[155919]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:44:32.017 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:31 smithi060 ceph-mon[155919]: osd.0 [v2:172.21.15.60:6802/3387305346,v1:172.21.15.60:6803/3387305346] boot 2023-09-29T22:44:32.018 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:31 smithi060 ceph-mon[155919]: osdmap e74: 8 total, 8 up, 8 in 2023-09-29T22:44:32.018 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:31 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:44:32.018 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:31 smithi060 ceph-mon[155919]: osdmap e75: 8 total, 8 up, 8 in 2023-09-29T22:44:32.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:31 smithi163 ceph-mon[136964]: pgmap v37: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 251 B/s wr, 0 op/s; 202/1521 objects degraded (13.281%) 2023-09-29T22:44:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:31 smithi163 ceph-mon[136964]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:44:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:31 smithi163 ceph-mon[136964]: osd.0 [v2:172.21.15.60:6802/3387305346,v1:172.21.15.60:6803/3387305346] boot 2023-09-29T22:44:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:31 smithi163 ceph-mon[136964]: osdmap e74: 8 total, 8 up, 8 in 2023-09-29T22:44:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:31 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T22:44:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:31 smithi163 ceph-mon[136964]: osdmap e75: 8 total, 8 up, 8 in 2023-09-29T22:44:32.362 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:33.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:44:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:33.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:33.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:33 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T22:44:33.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:33.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:33.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:33.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:44:33.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:33.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:33.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:33.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:33.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:33.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:33.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:33 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T22:44:34.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:34 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T22:44:34.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:34 smithi060 ceph-mon[155919]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-29T22:44:34.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:34 smithi060 ceph-mon[155919]: pgmap v40: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 202/1521 objects degraded (13.281%) 2023-09-29T22:44:34.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:34 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T22:44:34.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:34 smithi163 ceph-mon[136964]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-29T22:44:34.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:34 smithi163 ceph-mon[136964]: pgmap v40: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 202/1521 objects degraded (13.281%) 2023-09-29T22:44:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:35 smithi163 ceph-mon[136964]: pgmap v41: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 82/1521 objects degraded (5.391%) 2023-09-29T22:44:35.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:35 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 82/1521 objects degraded (5.391%), 9 pgs degraded (PG_DEGRADED) 2023-09-29T22:44:35.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:35 smithi060 ceph-mon[155919]: pgmap v41: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 82/1521 objects degraded (5.391%) 2023-09-29T22:44:35.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:35 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 82/1521 objects degraded (5.391%), 9 pgs degraded (PG_DEGRADED) 2023-09-29T22:44:37.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:36 smithi163 ceph-mon[136964]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 82/1521 objects degraded (5.391%), 9 pgs degraded) 2023-09-29T22:44:37.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:36 smithi163 ceph-mon[136964]: Cluster is now healthy 2023-09-29T22:44:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:36 smithi060 ceph-mon[155919]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 82/1521 objects degraded (5.391%), 9 pgs degraded) 2023-09-29T22:44:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:36 smithi060 ceph-mon[155919]: Cluster is now healthy 2023-09-29T22:44:37.399 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:38.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:37 smithi163 ceph-mon[136964]: pgmap v42: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 294 B/s rd, 147 B/s wr, 0 op/s 2023-09-29T22:44:38.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:37 smithi060 ceph-mon[155919]: pgmap v42: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 294 B/s rd, 147 B/s wr, 0 op/s 2023-09-29T22:44:40.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:39 smithi163 ceph-mon[136964]: pgmap v43: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2023-09-29T22:44:40.094 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:39 smithi060 ceph-mon[155919]: pgmap v43: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2023-09-29T22:44:41.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:41 smithi163 ceph-mon[136964]: pgmap v44: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2023-09-29T22:44:41.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:41 smithi060 ceph-mon[155919]: pgmap v44: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2023-09-29T22:44:42.441 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:43.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:43 smithi060 ceph-mon[155919]: pgmap v45: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 187 B/s wr, 0 op/s 2023-09-29T22:44:44.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:43 smithi163 ceph-mon[136964]: pgmap v45: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 187 B/s wr, 0 op/s 2023-09-29T22:44:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:44 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:44 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:44:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:44 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:45.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:44 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:45.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:44 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:44:45.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:44 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:46.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:45 smithi163 ceph-mon[136964]: pgmap v46: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:45 smithi060 ceph-mon[155919]: pgmap v46: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:47.477 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:48.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:47 smithi163 ceph-mon[136964]: pgmap v47: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:48.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:47 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T22:44:48.095 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:47 smithi060 ceph-mon[155919]: pgmap v47: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:48.096 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:47 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T22:44:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:48 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T22:44:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:48 smithi163 ceph-mon[136964]: Upgrade: osd.1 is safe to restart 2023-09-29T22:44:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:48 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:48 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T22:44:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:48 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:49.066 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:48 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T22:44:49.066 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:48 smithi060 ceph-mon[155919]: Upgrade: osd.1 is safe to restart 2023-09-29T22:44:49.066 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:48 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:49.066 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:48 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T22:44:49.066 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:48 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:44:50.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:49 smithi163 ceph-mon[136964]: Upgrade: Updating osd.1 2023-09-29T22:44:50.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:49 smithi163 ceph-mon[136964]: Deploying daemon osd.1 on smithi060 2023-09-29T22:44:50.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:49 smithi163 ceph-mon[136964]: pgmap v48: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:50.097 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:49 smithi060 ceph-mon[155919]: Upgrade: Updating osd.1 2023-09-29T22:44:50.097 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:49 smithi060 ceph-mon[155919]: Deploying daemon osd.1 on smithi060 2023-09-29T22:44:50.097 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:49 smithi060 ceph-mon[155919]: pgmap v48: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:44:50.877 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:50 smithi060 systemd[1]: Stopping Ceph osd.1 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:44:51.196 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.1[121304]: debug 2023-09-29T22:44:50.876+0000 7f73651cf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-29T22:44:51.196 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.1[121304]: debug 2023-09-29T22:44:50.876+0000 7f73651cf700 -1 osd.1 75 *** Got signal Terminated *** 2023-09-29T22:44:51.196 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.1[121304]: debug 2023-09-29T22:44:50.876+0000 7f73651cf700 -1 osd.1 75 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:44:51.197 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:51 smithi060 bash[165945]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.1 2023-09-29T22:44:51.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: pgmap v49: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:51.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.6 2023-09-29T22:44:51.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 failed (root=default,host=smithi060) (connection refused reported by osd.6) 2023-09-29T22:44:51.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.3 2023-09-29T22:44:51.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.3 2023-09-29T22:44:51.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.2 2023-09-29T22:44:51.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.0 2023-09-29T22:44:51.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.5 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.4 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.6 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.3 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.7 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.2 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.0 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.5 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.4 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.6 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.7 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.6 2023-09-29T22:44:51.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:51 smithi163 ceph-mon[136964]: osd.1 reported immediately failed by osd.3 2023-09-29T22:44:51.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: pgmap v49: 129 pgs: 129 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:44:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.6 2023-09-29T22:44:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 failed (root=default,host=smithi060) (connection refused reported by osd.6) 2023-09-29T22:44:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.3 2023-09-29T22:44:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.3 2023-09-29T22:44:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.2 2023-09-29T22:44:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.0 2023-09-29T22:44:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.5 2023-09-29T22:44:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.4 2023-09-29T22:44:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.6 2023-09-29T22:44:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.3 2023-09-29T22:44:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.7 2023-09-29T22:44:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.2 2023-09-29T22:44:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.0 2023-09-29T22:44:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.5 2023-09-29T22:44:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.4 2023-09-29T22:44:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.6 2023-09-29T22:44:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.7 2023-09-29T22:44:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.6 2023-09-29T22:44:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:51 smithi060 ceph-mon[155919]: osd.1 reported immediately failed by osd.3 2023-09-29T22:44:52.519 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:52.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:52 smithi163 ceph-mon[136964]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:44:52.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:52 smithi163 ceph-mon[136964]: osdmap e76: 8 total, 7 up, 8 in 2023-09-29T22:44:52.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:52 smithi060 ceph-mon[155919]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:44:52.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:52 smithi060 ceph-mon[155919]: osdmap e76: 8 total, 7 up, 8 in 2023-09-29T22:44:52.937 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:52 smithi060 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.1.service: Succeeded. 2023-09-29T22:44:52.937 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:52 smithi060 systemd[1]: Stopped Ceph osd.1 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:44:52.938 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:52 smithi060 systemd[1]: Starting Ceph osd.1 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:44:53.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:53 smithi060 ceph-mon[155919]: osdmap e77: 8 total, 7 up, 8 in 2023-09-29T22:44:53.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:53 smithi060 ceph-mon[155919]: pgmap v52: 129 pgs: 18 stale+active+clean, 111 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:44:53.697 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:53 smithi060 bash[166240]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T22:44:53.697 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:53 smithi060 bash[166240]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-09-29T22:44:53.697 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:53 smithi060 bash[166240]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2023-09-29T22:44:53.697 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:53 smithi060 bash[166240]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-09-29T22:44:53.697 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:53 smithi060 bash[166240]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-09-29T22:44:53.697 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:53 smithi060 bash[166240]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-09-29T22:44:53.697 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:53 smithi060 bash[166240]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-09-29T22:44:53.698 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:53 smithi060 bash[166240]: --> ceph-volume lvm activate successful for osd ID: 1 2023-09-29T22:44:54.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:53 smithi163 ceph-mon[136964]: osdmap e77: 8 total, 7 up, 8 in 2023-09-29T22:44:54.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:53 smithi163 ceph-mon[136964]: pgmap v52: 129 pgs: 18 stale+active+clean, 111 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:44:54.446 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:54 smithi060 bash[166487]: 5539e7677a0a35e17c36b4b298411afb11ec0c120d6621de539cb6b028f05481 2023-09-29T22:44:54.446 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:54 smithi060 ceph-osd[166524]: -- 172.21.15.60:0/3120601855 <== mon.0 v2:172.21.15.60:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559c39a44b60 con 0x559c39a0ac00 2023-09-29T22:44:54.447 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:54 smithi060 systemd[1]: Started Ceph osd.1 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:44:54.484 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:44:54.947 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-1[166501]: 2023-09-29T22:44:54.646+0000 7fbb2670c540 -1 Falling back to public interface 2023-09-29T22:44:55.239 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:44:55.239 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (9m) 26s ago 10m 24.5M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:44:55.239 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (49s) 26s ago 10m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:44:55.240 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (46s) 42s ago 9m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:44:55.240 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (9m) 26s ago 9m 38.1M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:44:55.240 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (6m) 26s ago 6m 18.6M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:44:55.240 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (6m) 42s ago 6m 42.3M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:44:55.240 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (2m) 26s ago 11m 494M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:44:55.240 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (104s) 42s ago 9m 438M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:44:55.240 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (94s) 26s ago 11m 80.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:44:55.240 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (75s) 42s ago 9m 71.9M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:44:55.240 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (4m) 26s ago 4m 79.3M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:44:55.241 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (4m) 42s ago 4m 76.0M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:44:55.241 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (9m) 26s ago 9m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:44:55.241 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (9m) 42s ago 9m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:44:55.241 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (31s) 26s ago 9m 13.2M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:44:55.241 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 starting - - - 1943M 2023-09-29T22:44:55.241 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (8m) 26s ago 8m 641M 1943M 16.2.5 6933c2a0b7dd 4cf7a362dc9c 2023-09-29T22:44:55.241 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (8m) 26s ago 8m 1037M 1943M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:44:55.241 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (8m) 42s ago 8m 978M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:44:55.241 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (7m) 42s ago 7m 1274M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:44:55.241 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (7m) 42s ago 7m 994M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:44:55.242 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (7m) 42s ago 7m 1574M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:44:55.242 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (2m) 26s ago 9m 54.0M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:44:55.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:55.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:55.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:44:55.664 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:44:55.664 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:44:55.664 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:44:55.664 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:44:55.664 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:44:55.664 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:44:55.664 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 5 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:44:55.665 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:44:56.033 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:44:56.033 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:44:56.033 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:44:56.033 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:44:56.033 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:44:56.033 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:44:56.033 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:44:56.033 INFO:teuthology.orchestra.run.smithi060.stdout: "crash" 2023-09-29T22:44:56.034 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:44:56.034 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "7/23 daemons upgraded", 2023-09-29T22:44:56.034 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T22:44:56.034 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:44:56.034 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:44:56.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:56 smithi060 ceph-mon[155919]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:56.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:56 smithi060 ceph-mon[155919]: pgmap v53: 129 pgs: 23 active+undersized+degraded, 1 stale+active+clean, 25 active+undersized, 80 active+clean; 317 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 149/1521 objects degraded (9.796%) 2023-09-29T22:44:56.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:56 smithi060 ceph-mon[155919]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:56.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:56 smithi060 ceph-mon[155919]: Health check failed: Degraded data redundancy: 149/1521 objects degraded (9.796%), 23 pgs degraded (PG_DEGRADED) 2023-09-29T22:44:56.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:56 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/534108910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:56 smithi163 ceph-mon[136964]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:56 smithi163 ceph-mon[136964]: pgmap v53: 129 pgs: 23 active+undersized+degraded, 1 stale+active+clean, 25 active+undersized, 80 active+clean; 317 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 149/1521 objects degraded (9.796%) 2023-09-29T22:44:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:56 smithi163 ceph-mon[136964]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:56 smithi163 ceph-mon[136964]: Health check failed: Degraded data redundancy: 149/1521 objects degraded (9.796%), 23 pgs degraded (PG_DEGRADED) 2023-09-29T22:44:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:56 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/534108910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:44:57.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:57 smithi060 ceph-mon[155919]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:57.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:57 smithi060 ceph-mon[155919]: from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:57.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:57 smithi163 ceph-mon[136964]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:57.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:57 smithi163 ceph-mon[136964]: from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:44:57.567 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:44:58.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:58 smithi060 ceph-mon[155919]: pgmap v54: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 317 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 165/1521 objects degraded (10.848%) 2023-09-29T22:44:58.447 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-1[166501]: 2023-09-29T22:44:58.290+0000 7fbb2670c540 -1 osd.1 75 log_to_monitors true 2023-09-29T22:44:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:58 smithi163 ceph-mon[136964]: pgmap v54: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 317 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 165/1521 objects degraded (10.848%) 2023-09-29T22:44:59.446 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:44:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-1[166501]: 2023-09-29T22:44:59.207+0000 7fbb19cf0700 -1 osd.1 75 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T22:44:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:59 smithi060 ceph-mon[155919]: from='osd.1 [v2:172.21.15.60:6810/3866450050,v1:172.21.15.60:6811/3866450050]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-29T22:44:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:44:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:59.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:44:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:59 smithi163 ceph-mon[136964]: from='osd.1 [v2:172.21.15.60:6810/3866450050,v1:172.21.15.60:6811/3866450050]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-29T22:44:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:44:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:44:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:44:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:00 smithi060 ceph-mon[155919]: pgmap v55: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 317 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 165/1521 objects degraded (10.848%) 2023-09-29T22:45:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:00 smithi060 ceph-mon[155919]: from='osd.1 [v2:172.21.15.60:6810/3866450050,v1:172.21.15.60:6811/3866450050]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-29T22:45:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:00 smithi060 ceph-mon[155919]: osdmap e78: 8 total, 7 up, 8 in 2023-09-29T22:45:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:00 smithi060 ceph-mon[155919]: from='osd.1 [v2:172.21.15.60:6810/3866450050,v1:172.21.15.60:6811/3866450050]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:45:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:00 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:00.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:00 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:00.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:00 smithi060 ceph-mon[155919]: mgrmap e40: smithi060.njrpah(active, since 91s), standbys: smithi163.bpdfjr 2023-09-29T22:45:00.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:00 smithi163 ceph-mon[136964]: pgmap v55: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 317 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 165/1521 objects degraded (10.848%) 2023-09-29T22:45:00.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:00 smithi163 ceph-mon[136964]: from='osd.1 [v2:172.21.15.60:6810/3866450050,v1:172.21.15.60:6811/3866450050]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-29T22:45:00.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:00 smithi163 ceph-mon[136964]: osdmap e78: 8 total, 7 up, 8 in 2023-09-29T22:45:00.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:00 smithi163 ceph-mon[136964]: from='osd.1 [v2:172.21.15.60:6810/3866450050,v1:172.21.15.60:6811/3866450050]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:45:00.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:00 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:00.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:00 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:00.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:00 smithi163 ceph-mon[136964]: mgrmap e40: smithi060.njrpah(active, since 91s), standbys: smithi163.bpdfjr 2023-09-29T22:45:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:01 smithi163 ceph-mon[136964]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:45:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:01 smithi163 ceph-mon[136964]: osd.1 [v2:172.21.15.60:6810/3866450050,v1:172.21.15.60:6811/3866450050] boot 2023-09-29T22:45:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:01 smithi163 ceph-mon[136964]: osdmap e79: 8 total, 8 up, 8 in 2023-09-29T22:45:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:01 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:45:01.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:01 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 165/1521 objects degraded (10.848%), 26 pgs degraded (PG_DEGRADED) 2023-09-29T22:45:01.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:01 smithi060 ceph-mon[155919]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:45:01.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:01 smithi060 ceph-mon[155919]: osd.1 [v2:172.21.15.60:6810/3866450050,v1:172.21.15.60:6811/3866450050] boot 2023-09-29T22:45:01.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:01 smithi060 ceph-mon[155919]: osdmap e79: 8 total, 8 up, 8 in 2023-09-29T22:45:01.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:01 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T22:45:01.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:01 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 165/1521 objects degraded (10.848%), 26 pgs degraded (PG_DEGRADED) 2023-09-29T22:45:02.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:02 smithi060 ceph-mon[155919]: pgmap v58: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 639 B/s wr, 0 op/s; 165/1521 objects degraded (10.848%) 2023-09-29T22:45:02.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:02 smithi060 ceph-mon[155919]: osdmap e80: 8 total, 8 up, 8 in 2023-09-29T22:45:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:02.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:02 smithi163 ceph-mon[136964]: pgmap v58: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 639 B/s wr, 0 op/s; 165/1521 objects degraded (10.848%) 2023-09-29T22:45:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:02 smithi163 ceph-mon[136964]: osdmap e80: 8 total, 8 up, 8 in 2023-09-29T22:45:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:02.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:02.619 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:03.511 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:45:03.511 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:45:03.511 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:03.511 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:03.511 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:45:03.511 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:03.512 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:03.512 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:03.512 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T22:45:03.512 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T22:45:03.512 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-09-29T22:45:03.512 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:03 smithi060 ceph-mon[155919]: pgmap v60: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 682 B/s wr, 0 op/s; 165/1521 objects degraded (10.848%) 2023-09-29T22:45:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:45:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:45:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:45:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:03.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:03.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T22:45:03.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T22:45:03.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-09-29T22:45:03.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:03 smithi163 ceph-mon[136964]: pgmap v60: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 682 B/s wr, 0 op/s; 165/1521 objects degraded (10.848%) 2023-09-29T22:45:06.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:05 smithi163 ceph-mon[136964]: pgmap v61: 129 pgs: 2 active+undersized+degraded, 2 active+undersized, 125 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 853 B/s wr, 1 op/s; 13/1521 objects degraded (0.855%) 2023-09-29T22:45:06.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:05 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 13/1521 objects degraded (0.855%), 2 pgs degraded (PG_DEGRADED) 2023-09-29T22:45:06.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:05 smithi060 ceph-mon[155919]: pgmap v61: 129 pgs: 2 active+undersized+degraded, 2 active+undersized, 125 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 853 B/s wr, 1 op/s; 13/1521 objects degraded (0.855%) 2023-09-29T22:45:06.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:05 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 13/1521 objects degraded (0.855%), 2 pgs degraded (PG_DEGRADED) 2023-09-29T22:45:07.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:06 smithi060 ceph-mon[155919]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/1521 objects degraded (0.855%), 2 pgs degraded) 2023-09-29T22:45:07.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:06 smithi060 ceph-mon[155919]: Cluster is now healthy 2023-09-29T22:45:07.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:06 smithi163 ceph-mon[136964]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/1521 objects degraded (0.855%), 2 pgs degraded) 2023-09-29T22:45:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:06 smithi163 ceph-mon[136964]: Cluster is now healthy 2023-09-29T22:45:07.660 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:08.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:07 smithi060 ceph-mon[155919]: pgmap v62: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 272 B/s rd, 682 B/s wr, 1 op/s 2023-09-29T22:45:08.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:07 smithi163 ceph-mon[136964]: pgmap v62: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 272 B/s rd, 682 B/s wr, 1 op/s 2023-09-29T22:45:10.096 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:09 smithi060 ceph-mon[155919]: pgmap v63: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 120 B/s wr, 0 op/s 2023-09-29T22:45:10.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:09 smithi163 ceph-mon[136964]: pgmap v63: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 120 B/s wr, 0 op/s 2023-09-29T22:45:11.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:11 smithi163 ceph-mon[136964]: pgmap v64: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:45:11.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:11 smithi060 ceph-mon[155919]: pgmap v64: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:45:12.694 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:13.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:13 smithi060 ceph-mon[155919]: pgmap v65: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 178 B/s wr, 0 op/s 2023-09-29T22:45:13.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:13.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:45:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:13 smithi163 ceph-mon[136964]: pgmap v65: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 178 B/s wr, 0 op/s 2023-09-29T22:45:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:45:15.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:15.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:16.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:15 smithi163 ceph-mon[136964]: pgmap v66: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:45:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:15 smithi060 ceph-mon[155919]: pgmap v66: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:45:17.748 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:18.088 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:17 smithi060 ceph-mon[155919]: pgmap v67: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:45:18.089 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T22:45:18.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:17 smithi163 ceph-mon[136964]: pgmap v67: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:45:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T22:45:19.055 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:18 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T22:45:19.056 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:18 smithi060 ceph-mon[155919]: Upgrade: osd.2 is safe to restart 2023-09-29T22:45:19.056 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:18 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:19.056 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:18 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T22:45:19.056 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:18 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:45:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:18 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T22:45:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:18 smithi163 ceph-mon[136964]: Upgrade: osd.2 is safe to restart 2023-09-29T22:45:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:18 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:18 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T22:45:19.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:18 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:45:20.098 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:19 smithi060 ceph-mon[155919]: Upgrade: Updating osd.2 2023-09-29T22:45:20.098 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:19 smithi060 ceph-mon[155919]: Deploying daemon osd.2 on smithi060 2023-09-29T22:45:20.098 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:19 smithi060 ceph-mon[155919]: pgmap v68: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:45:20.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:19 smithi163 ceph-mon[136964]: Upgrade: Updating osd.2 2023-09-29T22:45:20.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:19 smithi163 ceph-mon[136964]: Deploying daemon osd.2 on smithi060 2023-09-29T22:45:20.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:19 smithi163 ceph-mon[136964]: pgmap v68: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:45:20.946 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:20 smithi060 systemd[1]: Stopping Ceph osd.2 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:45:21.364 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.2[125165]: debug 2023-09-29T22:45:20.947+0000 7f5f26e35700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-29T22:45:21.364 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.2[125165]: debug 2023-09-29T22:45:20.947+0000 7f5f26e35700 -1 osd.2 80 *** Got signal Terminated *** 2023-09-29T22:45:21.364 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:20 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.2[125165]: debug 2023-09-29T22:45:20.947+0000 7f5f26e35700 -1 osd.2 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:45:21.364 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:21 smithi060 bash[169157]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.2 2023-09-29T22:45:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: pgmap v69: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:45:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.6 2023-09-29T22:45:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 failed (root=default,host=smithi060) (connection refused reported by osd.6) 2023-09-29T22:45:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.5 2023-09-29T22:45:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.5 2023-09-29T22:45:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.7 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.7 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.3 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.0 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.1 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.4 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.6 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.3 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.0 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.1 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.4 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.3 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.4 2023-09-29T22:45:21.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.3 2023-09-29T22:45:21.802 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:21 smithi163 ceph-mon[136964]: osd.2 reported immediately failed by osd.4 2023-09-29T22:45:21.802 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: pgmap v69: 129 pgs: 129 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:45:21.802 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.6 2023-09-29T22:45:21.802 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 failed (root=default,host=smithi060) (connection refused reported by osd.6) 2023-09-29T22:45:21.802 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.5 2023-09-29T22:45:21.802 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.5 2023-09-29T22:45:21.802 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.7 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.7 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.3 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.0 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.1 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.4 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.6 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.3 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.0 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.1 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.4 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.3 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.4 2023-09-29T22:45:21.803 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.3 2023-09-29T22:45:21.804 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:21 smithi060 ceph-mon[155919]: osd.2 reported immediately failed by osd.4 2023-09-29T22:45:22.787 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:22.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:22 smithi163 ceph-mon[136964]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:45:22.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:22 smithi163 ceph-mon[136964]: osdmap e81: 8 total, 7 up, 8 in 2023-09-29T22:45:22.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:22 smithi060 ceph-mon[155919]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:45:22.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:22 smithi060 ceph-mon[155919]: osdmap e81: 8 total, 7 up, 8 in 2023-09-29T22:45:22.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:22 smithi060 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.2.service: Succeeded. 2023-09-29T22:45:22.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:22 smithi060 systemd[1]: Stopped Ceph osd.2 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:45:22.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:22 smithi060 systemd[1]: Starting Ceph osd.2 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:45:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:23 smithi060 ceph-mon[155919]: osdmap e82: 8 total, 7 up, 8 in 2023-09-29T22:45:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:23 smithi060 ceph-mon[155919]: pgmap v72: 129 pgs: 10 stale+active+clean, 119 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:45:23.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:23 smithi060 bash[169449]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T22:45:23.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:23 smithi060 bash[169449]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-09-29T22:45:23.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:23 smithi060 bash[169449]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2023-09-29T22:45:23.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:23 smithi060 bash[169449]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-09-29T22:45:23.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:23 smithi060 bash[169449]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-09-29T22:45:23.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:23 smithi060 bash[169449]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-09-29T22:45:23.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:23 smithi060 bash[169449]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-09-29T22:45:23.947 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:23 smithi060 bash[169449]: --> ceph-volume lvm activate successful for osd ID: 2 2023-09-29T22:45:24.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:23 smithi163 ceph-mon[136964]: osdmap e82: 8 total, 7 up, 8 in 2023-09-29T22:45:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:23 smithi163 ceph-mon[136964]: pgmap v72: 129 pgs: 10 stale+active+clean, 119 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:45:24.447 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:24 smithi060 ceph-osd[169755]: -- 172.21.15.60:0/197395138 <== mon.0 v2:172.21.15.60:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c207418b60 con 0x55c2073df000 2023-09-29T22:45:24.447 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:24 smithi060 bash[169718]: 6a91d654723bddca0dc112917511427591459089d7f950d33f37118447fee9c6 2023-09-29T22:45:24.447 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:24 smithi060 systemd[1]: Started Ceph osd.2 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:45:24.946 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:24 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-2[169732]: 2023-09-29T22:45:24.685+0000 7fede9517540 -1 Falling back to public interface 2023-09-29T22:45:25.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:25.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:45:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:25.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:25 smithi060 ceph-mon[155919]: pgmap v73: 129 pgs: 19 active+undersized+degraded, 2 stale+active+clean, 11 active+undersized, 97 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 118/1521 objects degraded (7.758%) 2023-09-29T22:45:25.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:25.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:25.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:45:25.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:25.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:25.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:25 smithi163 ceph-mon[136964]: pgmap v73: 129 pgs: 19 active+undersized+degraded, 2 stale+active+clean, 11 active+undersized, 97 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 118/1521 objects degraded (7.758%) 2023-09-29T22:45:26.418 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:45:26.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:26 smithi163 ceph-mon[136964]: Health check failed: Degraded data redundancy: 118/1521 objects degraded (7.758%), 19 pgs degraded (PG_DEGRADED) 2023-09-29T22:45:26.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:26 smithi060 ceph-mon[155919]: Health check failed: Degraded data redundancy: 118/1521 objects degraded (7.758%), 19 pgs degraded (PG_DEGRADED) 2023-09-29T22:45:27.125 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:45:27.125 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (9m) 28s ago 10m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:45:27.125 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (81s) 28s ago 10m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:45:27.125 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (77s) 74s ago 10m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:45:27.125 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (9m) 28s ago 10m 38.3M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:45:27.125 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (7m) 28s ago 7m 18.7M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (6m) 74s ago 6m 42.3M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (2m) 28s ago 11m 497M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (2m) 74s ago 10m 438M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (2m) 28s ago 11m 85.0M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (107s) 74s ago 10m 71.9M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (4m) 28s ago 4m 79.5M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (4m) 74s ago 4m 76.0M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (10m) 28s ago 10m 18.3M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (9m) 74s ago 9m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (63s) 28s ago 9m 321M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (33s) 28s ago 9m 11.9M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:45:27.126 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 starting - - - 1943M 2023-09-29T22:45:27.127 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (8m) 28s ago 8m 1044M 1943M 16.2.5 6933c2a0b7dd 5ddacac317ba 2023-09-29T22:45:27.127 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (8m) 74s ago 8m 978M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:45:27.127 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (8m) 74s ago 8m 1274M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:45:27.127 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (8m) 74s ago 8m 994M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:45:27.127 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (7m) 74s ago 7m 1574M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:45:27.127 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (2m) 28s ago 10m 60.5M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:45:27.592 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:45:27.593 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:45:27.593 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:45:27.593 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:45:27.593 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:45:27.593 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:45:27.593 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:45:27.594 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:45:27.594 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2023-09-29T22:45:27.594 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:45:27.594 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:45:27.594 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:45:27.594 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:45:27.594 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:45:27.594 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:45:27.594 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2023-09-29T22:45:27.595 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 6 2023-09-29T22:45:27.595 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:45:27.595 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:45:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:27 smithi163 ceph-mon[136964]: from='client.44161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:27 smithi163 ceph-mon[136964]: pgmap v74: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 132/1521 objects degraded (8.679%) 2023-09-29T22:45:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:27 smithi163 ceph-mon[136964]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:27.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:27 smithi163 ceph-mon[136964]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:27.843 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:27.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:27 smithi060 ceph-mon[155919]: from='client.44161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:27.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:27 smithi060 ceph-mon[155919]: pgmap v74: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 132/1521 objects degraded (8.679%) 2023-09-29T22:45:27.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:27 smithi060 ceph-mon[155919]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:27.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:27 smithi060 ceph-mon[155919]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:27.976 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:45:27.977 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:45:27.977 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:45:27.977 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:45:27.977 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:45:27.977 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:45:27.977 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:45:27.977 INFO:teuthology.orchestra.run.smithi060.stdout: "crash" 2023-09-29T22:45:27.977 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:45:27.978 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "8/23 daemons upgraded", 2023-09-29T22:45:27.978 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T22:45:27.978 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:45:27.978 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:45:28.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:28 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/1272108063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:28.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:28 smithi060 ceph-mon[155919]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:28.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:28 smithi060 ceph-mon[155919]: from='osd.2 [v2:172.21.15.60:6818/675579283,v1:172.21.15.60:6819/675579283]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-29T22:45:28.697 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-2[169732]: 2023-09-29T22:45:28.316+0000 7fede9517540 -1 osd.2 80 log_to_monitors true 2023-09-29T22:45:28.697 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:45:28 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-2[169732]: 2023-09-29T22:45:28.559+0000 7fedda2f6700 -1 osd.2 80 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T22:45:29.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:28 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/1272108063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:29.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:28 smithi163 ceph-mon[136964]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:29.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:28 smithi163 ceph-mon[136964]: from='osd.2 [v2:172.21.15.60:6818/675579283,v1:172.21.15.60:6819/675579283]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-29T22:45:29.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:29 smithi060 ceph-mon[155919]: from='osd.2 [v2:172.21.15.60:6818/675579283,v1:172.21.15.60:6819/675579283]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-29T22:45:29.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:29 smithi060 ceph-mon[155919]: osdmap e83: 8 total, 7 up, 8 in 2023-09-29T22:45:29.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:29 smithi060 ceph-mon[155919]: from='osd.2 [v2:172.21.15.60:6818/675579283,v1:172.21.15.60:6819/675579283]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:45:29.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:29 smithi060 ceph-mon[155919]: pgmap v76: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 286 B/s rd, 143 B/s wr, 0 op/s; 132/1521 objects degraded (8.679%) 2023-09-29T22:45:29.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:29.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:45:29.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:29.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:29.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:29 smithi163 ceph-mon[136964]: from='osd.2 [v2:172.21.15.60:6818/675579283,v1:172.21.15.60:6819/675579283]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-29T22:45:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:29 smithi163 ceph-mon[136964]: osdmap e83: 8 total, 7 up, 8 in 2023-09-29T22:45:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:29 smithi163 ceph-mon[136964]: from='osd.2 [v2:172.21.15.60:6818/675579283,v1:172.21.15.60:6819/675579283]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:45:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:29 smithi163 ceph-mon[136964]: pgmap v76: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 286 B/s rd, 143 B/s wr, 0 op/s; 132/1521 objects degraded (8.679%) 2023-09-29T22:45:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:45:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:30.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:30 smithi060 ceph-mon[155919]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:45:30.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:30 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:30.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:30 smithi060 ceph-mon[155919]: osd.2 [v2:172.21.15.60:6818/675579283,v1:172.21.15.60:6819/675579283] boot 2023-09-29T22:45:30.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:30 smithi060 ceph-mon[155919]: osdmap e84: 8 total, 8 up, 8 in 2023-09-29T22:45:30.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:30 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:45:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:30 smithi163 ceph-mon[136964]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:45:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:30 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:30 smithi163 ceph-mon[136964]: osd.2 [v2:172.21.15.60:6818/675579283,v1:172.21.15.60:6819/675579283] boot 2023-09-29T22:45:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:30 smithi163 ceph-mon[136964]: osdmap e84: 8 total, 8 up, 8 in 2023-09-29T22:45:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:30 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T22:45:31.901 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:31 smithi060 ceph-mon[155919]: osdmap e85: 8 total, 8 up, 8 in 2023-09-29T22:45:31.902 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:31 smithi060 ceph-mon[155919]: pgmap v79: 129 pgs: 21 peering, 7 active+undersized+degraded, 7 active+undersized, 94 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 40/1521 objects degraded (2.630%) 2023-09-29T22:45:32.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:31 smithi163 ceph-mon[136964]: osdmap e85: 8 total, 8 up, 8 in 2023-09-29T22:45:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:31 smithi163 ceph-mon[136964]: pgmap v79: 129 pgs: 21 peering, 7 active+undersized+degraded, 7 active+undersized, 94 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 40/1521 objects degraded (2.630%) 2023-09-29T22:45:32.892 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:32.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 40/1521 objects degraded (2.630%), 7 pgs degraded (PG_DEGRADED) 2023-09-29T22:45:32.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:32.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:32.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:45:32.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:45:32.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:32.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:32.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:45:32.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:32.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:32.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:32.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T22:45:32.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T22:45:32.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:32 smithi060 ceph-mon[155919]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-09-29T22:45:33.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 40/1521 objects degraded (2.630%), 7 pgs degraded (PG_DEGRADED) 2023-09-29T22:45:33.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:33.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:33.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:45:33.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:45:33.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:33.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:33.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:45:33.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:33.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:33.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:45:33.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T22:45:33.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T22:45:33.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:32 smithi163 ceph-mon[136964]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-09-29T22:45:33.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:33 smithi060 ceph-mon[155919]: pgmap v80: 129 pgs: 21 peering, 7 active+undersized+degraded, 7 active+undersized, 94 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 40/1521 objects degraded (2.630%) 2023-09-29T22:45:34.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:33 smithi163 ceph-mon[136964]: pgmap v80: 129 pgs: 21 peering, 7 active+undersized+degraded, 7 active+undersized, 94 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 40/1521 objects degraded (2.630%) 2023-09-29T22:45:35.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:34 smithi060 ceph-mon[155919]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/1521 objects degraded (2.630%), 7 pgs degraded) 2023-09-29T22:45:35.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:34 smithi060 ceph-mon[155919]: Cluster is now healthy 2023-09-29T22:45:35.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:34 smithi163 ceph-mon[136964]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/1521 objects degraded (2.630%), 7 pgs degraded) 2023-09-29T22:45:35.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:34 smithi163 ceph-mon[136964]: Cluster is now healthy 2023-09-29T22:45:36.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:35 smithi060 ceph-mon[155919]: pgmap v81: 129 pgs: 3 peering, 126 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 332 B/s rd, 332 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:35 smithi163 ceph-mon[136964]: pgmap v81: 129 pgs: 3 peering, 126 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 332 B/s rd, 332 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:37.926 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:38.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:37 smithi060 ceph-mon[155919]: pgmap v82: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:37 smithi163 ceph-mon[136964]: pgmap v82: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:40.098 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:39 smithi060 ceph-mon[155919]: pgmap v83: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 335 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:40.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:39 smithi163 ceph-mon[136964]: pgmap v83: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 335 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:41.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:41 smithi060 ceph-mon[155919]: pgmap v84: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 302 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:42.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:41 smithi163 ceph-mon[136964]: pgmap v84: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 302 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:42.970 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:43.762 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:43 smithi060 ceph-mon[155919]: pgmap v85: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:43.762 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:43.763 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:45:44.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:43 smithi163 ceph-mon[136964]: pgmap v85: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:44.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:44.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:45:45.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:44 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:45.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:44 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:45 smithi060 ceph-mon[155919]: pgmap v86: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:46.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:45 smithi163 ceph-mon[136964]: pgmap v86: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:45:47.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:47 smithi060 ceph-mon[155919]: pgmap v87: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:45:47.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:47 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T22:45:47.938 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:47 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T22:45:47.938 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:47 smithi060 ceph-mon[155919]: Upgrade: osd.3 is safe to restart 2023-09-29T22:45:48.013 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:47 smithi163 ceph-mon[136964]: pgmap v87: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:45:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:47 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T22:45:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:47 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T22:45:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:47 smithi163 ceph-mon[136964]: Upgrade: osd.3 is safe to restart 2023-09-29T22:45:49.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:49 smithi060 ceph-mon[155919]: Upgrade: Updating osd.3 2023-09-29T22:45:49.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:49.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T22:45:49.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:45:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:49 smithi060 ceph-mon[155919]: Deploying daemon osd.3 on smithi060 2023-09-29T22:45:49.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:49 smithi060 ceph-mon[155919]: pgmap v88: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:45:49.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:49 smithi163 ceph-mon[136964]: Upgrade: Updating osd.3 2023-09-29T22:45:49.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:49.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T22:45:49.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:45:49.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:49 smithi163 ceph-mon[136964]: Deploying daemon osd.3 on smithi060 2023-09-29T22:45:49.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:49 smithi163 ceph-mon[136964]: pgmap v88: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:45:51.037 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:50 smithi060 systemd[1]: Stopping Ceph osd.3 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:45:51.037 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.3[128850]: debug 2023-09-29T22:45:50.859+0000 7f98ddc6b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-29T22:45:51.037 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.3[128850]: debug 2023-09-29T22:45:50.859+0000 7f98ddc6b700 -1 osd.3 85 *** Got signal Terminated *** 2023-09-29T22:45:51.038 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:50 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.3[128850]: debug 2023-09-29T22:45:50.859+0000 7f98ddc6b700 -1 osd.3 85 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:45:51.446 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:51 smithi060 bash[172356]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.3 2023-09-29T22:45:51.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: pgmap v89: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:45:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.2 2023-09-29T22:45:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 failed (root=default,host=smithi060) (connection refused reported by osd.2) 2023-09-29T22:45:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.0 2023-09-29T22:45:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.1 2023-09-29T22:45:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.2 2023-09-29T22:45:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.0 2023-09-29T22:45:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.1 2023-09-29T22:45:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.4 2023-09-29T22:45:51.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.6 2023-09-29T22:45:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.7 2023-09-29T22:45:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.5 2023-09-29T22:45:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.4 2023-09-29T22:45:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.6 2023-09-29T22:45:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.7 2023-09-29T22:45:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.5 2023-09-29T22:45:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.2 2023-09-29T22:45:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.0 2023-09-29T22:45:51.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.1 2023-09-29T22:45:51.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.2 2023-09-29T22:45:51.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.5 2023-09-29T22:45:51.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.4 2023-09-29T22:45:51.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.6 2023-09-29T22:45:51.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.7 2023-09-29T22:45:51.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.0 2023-09-29T22:45:51.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.1 2023-09-29T22:45:51.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.5 2023-09-29T22:45:51.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.4 2023-09-29T22:45:51.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.6 2023-09-29T22:45:51.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:51 smithi060 ceph-mon[155919]: osd.3 reported immediately failed by osd.7 2023-09-29T22:45:52.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: pgmap v89: 129 pgs: 129 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:45:52.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.2 2023-09-29T22:45:52.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 failed (root=default,host=smithi060) (connection refused reported by osd.2) 2023-09-29T22:45:52.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.0 2023-09-29T22:45:52.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.1 2023-09-29T22:45:52.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.2 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.0 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.1 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.4 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.6 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.7 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.5 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.4 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.6 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.7 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.5 2023-09-29T22:45:52.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.2 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.0 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.1 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.2 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.5 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.4 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.6 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.7 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.0 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.1 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.5 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.4 2023-09-29T22:45:52.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.6 2023-09-29T22:45:52.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:51 smithi163 ceph-mon[136964]: osd.3 reported immediately failed by osd.7 2023-09-29T22:45:52.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:52 smithi060 ceph-mon[155919]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:45:52.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:52 smithi060 ceph-mon[155919]: osdmap e86: 8 total, 7 up, 8 in 2023-09-29T22:45:52.697 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:52 smithi060 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.3.service: Succeeded. 2023-09-29T22:45:52.697 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:52 smithi060 systemd[1]: Stopped Ceph osd.3 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:45:52.697 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:52 smithi060 systemd[1]: Starting Ceph osd.3 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:45:53.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:52 smithi163 ceph-mon[136964]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:45:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:52 smithi163 ceph-mon[136964]: osdmap e86: 8 total, 7 up, 8 in 2023-09-29T22:45:53.060 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:53.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:53 smithi060 ceph-mon[155919]: osdmap e87: 8 total, 7 up, 8 in 2023-09-29T22:45:53.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:53 smithi060 ceph-mon[155919]: pgmap v92: 129 pgs: 20 stale+active+clean, 109 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:45:53.697 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:53 smithi060 bash[172634]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T22:45:53.697 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:53 smithi060 bash[172634]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-09-29T22:45:53.697 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:53 smithi060 bash[172634]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2023-09-29T22:45:53.697 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:53 smithi060 bash[172634]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-09-29T22:45:53.698 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:53 smithi060 bash[172634]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-09-29T22:45:53.698 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:53 smithi060 bash[172634]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-09-29T22:45:53.698 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:53 smithi060 bash[172634]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-09-29T22:45:53.698 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:53 smithi060 bash[172634]: --> ceph-volume lvm activate successful for osd ID: 3 2023-09-29T22:45:54.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:53 smithi163 ceph-mon[136964]: osdmap e87: 8 total, 7 up, 8 in 2023-09-29T22:45:54.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:53 smithi163 ceph-mon[136964]: pgmap v92: 129 pgs: 20 stale+active+clean, 109 active+clean; 317 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:45:54.446 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:54 smithi060 bash[172901]: e9558c7a83ae23f29ad58b11040d69435896088a592176e467934db324ae7030 2023-09-29T22:45:54.446 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:54 smithi060 ceph-osd[172938]: -- 172.21.15.60:0/3413057678 <== mon.0 v2:172.21.15.60:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c59d5d8b60 con 0x55c59d59f000 2023-09-29T22:45:54.447 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:54 smithi060 systemd[1]: Started Ceph osd.3 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:45:54.868 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:54 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-3[172915]: 2023-09-29T22:45:54.616+0000 7f4f8bab3540 -1 Falling back to public interface 2023-09-29T22:45:55.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:55.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:55.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:45:55.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:55.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:55.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:45:56.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:56 smithi060 ceph-mon[155919]: pgmap v93: 129 pgs: 23 active+undersized+degraded, 4 stale+active+clean, 17 active+undersized, 85 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 135/1521 objects degraded (8.876%) 2023-09-29T22:45:56.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:56 smithi060 ceph-mon[155919]: Health check failed: Degraded data redundancy: 135/1521 objects degraded (8.876%), 23 pgs degraded (PG_DEGRADED) 2023-09-29T22:45:56.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:56 smithi163 ceph-mon[136964]: pgmap v93: 129 pgs: 23 active+undersized+degraded, 4 stale+active+clean, 17 active+undersized, 85 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 135/1521 objects degraded (8.876%) 2023-09-29T22:45:56.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:56 smithi163 ceph-mon[136964]: Health check failed: Degraded data redundancy: 135/1521 objects degraded (8.876%), 23 pgs degraded (PG_DEGRADED) 2023-09-29T22:45:58.100 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:45:58.418 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:45:58.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:58 smithi060 ceph-mon[155919]: pgmap v94: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 191/1521 objects degraded (12.558%) 2023-09-29T22:45:58.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:58 smithi163 ceph-mon[136964]: pgmap v94: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 191/1521 objects degraded (12.558%) 2023-09-29T22:45:59.173 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:45:59.173 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (10m) 0s ago 11m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:45:59.173 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (113s) 0s ago 11m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:45:59.173 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (109s) 106s ago 10m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:45:59.173 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (10m) 0s ago 10m 38.2M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:45:59.173 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (7m) 0s ago 7m 18.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (7m) 106s ago 7m 42.3M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (3m) 0s ago 12m 501M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (2m) 106s ago 10m 438M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (2m) 0s ago 12m 93.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (2m) 106s ago 10m 71.9M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (5m) 0s ago 5m 81.1M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (5m) 106s ago 5m 76.0M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (10m) 0s ago 10m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (10m) 106s ago 10m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (95s) 0s ago 10m 334M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:45:59.174 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (65s) 0s ago 9m 265M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:45:59.175 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (35s) 0s ago 9m 224M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:45:59.175 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (5s) 0s ago 9m 14.2M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:45:59.175 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (9m) 106s ago 9m 978M 2710M 16.2.5 6933c2a0b7dd 0cda5eb03819 2023-09-29T22:45:59.175 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (8m) 106s ago 8m 1274M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:45:59.175 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (8m) 106s ago 8m 994M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:45:59.175 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (8m) 106s ago 8m 1574M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:45:59.175 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (3m) 0s ago 10m 60.9M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:45:59.196 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:58 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-3[172915]: 2023-09-29T22:45:58.831+0000 7f4f8bab3540 -1 osd.3 85 log_to_monitors true 2023-09-29T22:45:59.593 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:45:59.593 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:45:59.593 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:45:59.593 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:45:59.593 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:45:59.593 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:45:59.593 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:45:59.593 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:45:59.593 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2023-09-29T22:45:59.594 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 3 2023-09-29T22:45:59.594 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:45:59.594 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:45:59.594 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:45:59.594 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:45:59.594 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:45:59.594 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2023-09-29T22:45:59.594 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 7 2023-09-29T22:45:59.594 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:45:59.594 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:45:59.766 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:59.766 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:59.767 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:59.767 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: pgmap v95: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 191/1521 objects degraded (12.558%) 2023-09-29T22:45:59.767 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:59.767 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:45:59.767 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:59.767 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: from='osd.3 [v2:172.21.15.60:6826/2373794206,v1:172.21.15.60:6827/2373794206]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-29T22:45:59.767 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:59.767 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:59.767 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: pgmap v95: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 191/1521 objects degraded (12.558%) 2023-09-29T22:45:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:45:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: from='osd.3 [v2:172.21.15.60:6826/2373794206,v1:172.21.15.60:6827/2373794206]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-29T22:45:59.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:45:59.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:59.801 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:45:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:45:59.985 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:45:59.986 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:45:59.986 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:45:59.986 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:45:59.986 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:45:59.986 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:45:59.986 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:45:59.986 INFO:teuthology.orchestra.run.smithi060.stdout: "crash" 2023-09-29T22:45:59.986 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:45:59.987 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "10/23 daemons upgraded", 2023-09-29T22:45:59.987 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T22:45:59.987 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:45:59.987 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:46:00.168 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:45:59 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-3[172915]: 2023-09-29T22:45:59.765+0000 7f4f7d093700 -1 osd.3 85 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T22:46:00.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:00 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/3197272281' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:00.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:00 smithi163 ceph-mon[136964]: from='osd.3 [v2:172.21.15.60:6826/2373794206,v1:172.21.15.60:6827/2373794206]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-29T22:46:00.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:00 smithi163 ceph-mon[136964]: osdmap e88: 8 total, 7 up, 8 in 2023-09-29T22:46:00.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:00 smithi163 ceph-mon[136964]: from='osd.3 [v2:172.21.15.60:6826/2373794206,v1:172.21.15.60:6827/2373794206]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:46:00.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:00 smithi163 ceph-mon[136964]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:46:00.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:00 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/3197272281' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:00.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:00 smithi060 ceph-mon[155919]: from='osd.3 [v2:172.21.15.60:6826/2373794206,v1:172.21.15.60:6827/2373794206]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-29T22:46:00.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:00 smithi060 ceph-mon[155919]: osdmap e88: 8 total, 7 up, 8 in 2023-09-29T22:46:00.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:00 smithi060 ceph-mon[155919]: from='osd.3 [v2:172.21.15.60:6826/2373794206,v1:172.21.15.60:6827/2373794206]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-29T22:46:00.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:00 smithi060 ceph-mon[155919]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:46:01.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:01 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 191/1521 objects degraded (12.558%), 30 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:01.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:01 smithi060 ceph-mon[155919]: pgmap v97: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 251 B/s wr, 0 op/s; 191/1521 objects degraded (12.558%) 2023-09-29T22:46:01.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:01 smithi060 ceph-mon[155919]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:46:01.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:01 smithi060 ceph-mon[155919]: osd.3 [v2:172.21.15.60:6826/2373794206,v1:172.21.15.60:6827/2373794206] boot 2023-09-29T22:46:01.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:01 smithi060 ceph-mon[155919]: osdmap e89: 8 total, 8 up, 8 in 2023-09-29T22:46:01.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:01 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:46:01.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:01 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 191/1521 objects degraded (12.558%), 30 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:01.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:01 smithi163 ceph-mon[136964]: pgmap v97: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 251 B/s wr, 0 op/s; 191/1521 objects degraded (12.558%) 2023-09-29T22:46:01.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:01 smithi163 ceph-mon[136964]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:46:01.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:01 smithi163 ceph-mon[136964]: osd.3 [v2:172.21.15.60:6826/2373794206,v1:172.21.15.60:6827/2373794206] boot 2023-09-29T22:46:01.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:01 smithi163 ceph-mon[136964]: osdmap e89: 8 total, 8 up, 8 in 2023-09-29T22:46:01.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:01 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T22:46:03.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: osdmap e90: 8 total, 8 up, 8 in 2023-09-29T22:46:03.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:03.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:03.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:46:03.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:46:03.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:03.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:03.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:46:03.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:03.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:03.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:03.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T22:46:03.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T22:46:03.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:02 smithi163 ceph-mon[136964]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-29T22:46:03.143 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: osdmap e90: 8 total, 8 up, 8 in 2023-09-29T22:46:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:46:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:46:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:46:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T22:46:03.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T22:46:03.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:02 smithi060 ceph-mon[155919]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-29T22:46:04.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:03 smithi060 ceph-mon[155919]: pgmap v100: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 191/1521 objects degraded (12.558%) 2023-09-29T22:46:04.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:03 smithi163 ceph-mon[136964]: pgmap v100: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 191/1521 objects degraded (12.558%) 2023-09-29T22:46:06.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:05 smithi060 ceph-mon[155919]: pgmap v101: 129 pgs: 18 active+undersized+degraded, 8 active+undersized, 103 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 109/1521 objects degraded (7.166%); 0 B/s, 0 objects/s recovering 2023-09-29T22:46:06.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:05 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 109/1521 objects degraded (7.166%), 18 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:06.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:05 smithi163 ceph-mon[136964]: pgmap v101: 129 pgs: 18 active+undersized+degraded, 8 active+undersized, 103 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 109/1521 objects degraded (7.166%); 0 B/s, 0 objects/s recovering 2023-09-29T22:46:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:05 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 109/1521 objects degraded (7.166%), 18 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:07.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:06 smithi060 ceph-mon[155919]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 109/1521 objects degraded (7.166%), 18 pgs degraded) 2023-09-29T22:46:07.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:06 smithi060 ceph-mon[155919]: Cluster is now healthy 2023-09-29T22:46:07.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:06 smithi163 ceph-mon[136964]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 109/1521 objects degraded (7.166%), 18 pgs degraded) 2023-09-29T22:46:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:06 smithi163 ceph-mon[136964]: Cluster is now healthy 2023-09-29T22:46:08.181 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:08.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:07 smithi060 ceph-mon[155919]: pgmap v102: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 147 B/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:08.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:07 smithi163 ceph-mon[136964]: pgmap v102: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 147 B/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:10.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:09 smithi060 ceph-mon[155919]: pgmap v103: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 255 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:10.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:09 smithi163 ceph-mon[136964]: pgmap v103: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 255 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:11.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:11 smithi060 ceph-mon[155919]: pgmap v104: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 205 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:12.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:11 smithi163 ceph-mon[136964]: pgmap v104: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 205 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:13.228 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:13 smithi163 ceph-mon[136964]: pgmap v105: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 186 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:14.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:46:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:13 smithi060 ceph-mon[155919]: pgmap v105: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 186 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:46:15.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:15.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:15 smithi060 ceph-mon[155919]: pgmap v106: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 255 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:15 smithi163 ceph-mon[136964]: pgmap v106: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 255 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:18.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:17 smithi163 ceph-mon[136964]: pgmap v107: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 170 B/s wr, 5 op/s 2023-09-29T22:46:18.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T22:46:18.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:17 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T22:46:18.000 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:17 smithi163 ceph-mon[136964]: Upgrade: osd.4 is safe to restart 2023-09-29T22:46:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:17 smithi060 ceph-mon[155919]: pgmap v107: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 170 B/s wr, 5 op/s 2023-09-29T22:46:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T22:46:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:17 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T22:46:18.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:17 smithi060 ceph-mon[155919]: Upgrade: osd.4 is safe to restart 2023-09-29T22:46:18.269 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:19.272 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:19 smithi163 ceph-mon[136964]: Upgrade: Updating osd.4 2023-09-29T22:46:19.272 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:19.272 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T22:46:19.272 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:46:19.273 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:19 smithi163 ceph-mon[136964]: Deploying daemon osd.4 on smithi163 2023-09-29T22:46:19.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:19 smithi060 ceph-mon[155919]: Upgrade: Updating osd.4 2023-09-29T22:46:19.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:19.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T22:46:19.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:46:19.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:19 smithi060 ceph-mon[155919]: Deploying daemon osd.4 on smithi163 2023-09-29T22:46:20.209 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:20 smithi163 ceph-mon[136964]: pgmap v108: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:46:20.209 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:20 smithi163 systemd[1]: Stopping Ceph osd.4 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:46:20.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:20 smithi060 ceph-mon[155919]: pgmap v108: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:46:20.550 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.4[113335]: debug 2023-09-29T22:46:20.208+0000 7f62df892700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-29T22:46:20.550 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.4[113335]: debug 2023-09-29T22:46:20.208+0000 7f62df892700 -1 osd.4 90 *** Got signal Terminated *** 2023-09-29T22:46:20.550 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.4[113335]: debug 2023-09-29T22:46:20.208+0000 7f62df892700 -1 osd.4 90 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:46:20.550 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:20 smithi163 bash[142315]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.4 2023-09-29T22:46:21.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.1 2023-09-29T22:46:21.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 failed (root=default,host=smithi163) (connection refused reported by osd.1) 2023-09-29T22:46:21.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.3 2023-09-29T22:46:21.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.0 2023-09-29T22:46:21.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.2 2023-09-29T22:46:21.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.3 2023-09-29T22:46:21.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.5 2023-09-29T22:46:21.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.6 2023-09-29T22:46:21.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.7 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.0 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.1 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.2 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.5 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.6 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.7 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.3 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.3 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.7 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.0 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.1 2023-09-29T22:46:21.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.2 2023-09-29T22:46:21.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.5 2023-09-29T22:46:21.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.6 2023-09-29T22:46:21.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.7 2023-09-29T22:46:21.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.0 2023-09-29T22:46:21.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.1 2023-09-29T22:46:21.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.2 2023-09-29T22:46:21.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.5 2023-09-29T22:46:21.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:21 smithi163 ceph-mon[136964]: osd.4 reported immediately failed by osd.6 2023-09-29T22:46:21.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.1 2023-09-29T22:46:21.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 failed (root=default,host=smithi163) (connection refused reported by osd.1) 2023-09-29T22:46:21.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.3 2023-09-29T22:46:21.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.0 2023-09-29T22:46:21.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.2 2023-09-29T22:46:21.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.3 2023-09-29T22:46:21.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.5 2023-09-29T22:46:21.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.6 2023-09-29T22:46:21.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.7 2023-09-29T22:46:21.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.0 2023-09-29T22:46:21.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.1 2023-09-29T22:46:21.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.2 2023-09-29T22:46:21.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.5 2023-09-29T22:46:21.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.6 2023-09-29T22:46:21.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.7 2023-09-29T22:46:21.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.3 2023-09-29T22:46:21.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.3 2023-09-29T22:46:21.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.7 2023-09-29T22:46:21.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.0 2023-09-29T22:46:21.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.1 2023-09-29T22:46:21.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.2 2023-09-29T22:46:21.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.5 2023-09-29T22:46:21.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.6 2023-09-29T22:46:21.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.7 2023-09-29T22:46:21.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.0 2023-09-29T22:46:21.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.1 2023-09-29T22:46:21.451 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.2 2023-09-29T22:46:21.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.5 2023-09-29T22:46:21.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:21 smithi060 ceph-mon[155919]: osd.4 reported immediately failed by osd.6 2023-09-29T22:46:22.050 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:21 smithi163 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.4.service: Succeeded. 2023-09-29T22:46:22.050 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:21 smithi163 systemd[1]: Stopped Ceph osd.4 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:46:22.050 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:21 smithi163 systemd[1]: Starting Ceph osd.4 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:46:22.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:22 smithi060 ceph-mon[155919]: pgmap v109: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:46:22.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:22 smithi060 ceph-mon[155919]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:46:22.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:22 smithi060 ceph-mon[155919]: osdmap e91: 8 total, 7 up, 8 in 2023-09-29T22:46:22.533 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:22 smithi163 ceph-mon[136964]: pgmap v109: 129 pgs: 129 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:46:22.533 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:22 smithi163 ceph-mon[136964]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:46:22.533 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:22 smithi163 ceph-mon[136964]: osdmap e91: 8 total, 7 up, 8 in 2023-09-29T22:46:22.799 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:22 smithi163 bash[142596]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T22:46:22.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:22 smithi163 bash[142596]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-09-29T22:46:22.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:22 smithi163 bash[142596]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2023-09-29T22:46:22.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:22 smithi163 bash[142596]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-09-29T22:46:22.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:22 smithi163 bash[142596]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-09-29T22:46:22.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:22 smithi163 bash[142596]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-09-29T22:46:22.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:22 smithi163 bash[142596]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-09-29T22:46:22.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:22 smithi163 bash[142596]: --> ceph-volume lvm activate successful for osd ID: 4 2023-09-29T22:46:23.310 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:23.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:23 smithi060 ceph-mon[155919]: osdmap e92: 8 total, 7 up, 8 in 2023-09-29T22:46:23.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:23 smithi163 ceph-mon[136964]: osdmap e92: 8 total, 7 up, 8 in 2023-09-29T22:46:23.550 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:23 smithi163 ceph-osd[142897]: -- 172.21.15.163:0/3276856390 <== mon.1 v2:172.21.15.163:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562fd9c30b60 con 0x562fd9bf6c00 2023-09-29T22:46:23.550 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:23 smithi163 bash[142859]: 9947025cc63089164f9de828e77ed09d77fea0b9b85781ca2a346c78295465ae 2023-09-29T22:46:23.550 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:23 smithi163 systemd[1]: Started Ceph osd.4 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:46:24.050 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:46:23.775+0000 7f9b2af33540 -1 Falling back to public interface 2023-09-29T22:46:24.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:24 smithi060 ceph-mon[155919]: pgmap v112: 129 pgs: 18 stale+active+clean, 111 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2023-09-29T22:46:24.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:24 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:24 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:24.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:24 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:46:24.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:24 smithi163 ceph-mon[136964]: pgmap v112: 129 pgs: 18 stale+active+clean, 111 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2023-09-29T22:46:24.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:24 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:24.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:24 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:24.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:24 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:46:25.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:25 smithi060 ceph-mon[155919]: Health check failed: Degraded data redundancy: 179/1521 objects degraded (11.769%), 21 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:25.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:25 smithi163 ceph-mon[136964]: Health check failed: Degraded data redundancy: 179/1521 objects degraded (11.769%), 21 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:26.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:26 smithi060 ceph-mon[155919]: pgmap v113: 129 pgs: 21 active+undersized+degraded, 7 stale+active+clean, 18 active+undersized, 83 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 179/1521 objects degraded (11.769%) 2023-09-29T22:46:26.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:26 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:26.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:26 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:26.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:26 smithi163 ceph-mon[136964]: pgmap v113: 129 pgs: 21 active+undersized+degraded, 7 stale+active+clean, 18 active+undersized, 83 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 179/1521 objects degraded (11.769%) 2023-09-29T22:46:26.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:26 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:26.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:26 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:27.988 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:27 smithi163 ceph-mon[136964]: pgmap v114: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 253/1521 objects degraded (16.634%) 2023-09-29T22:46:27.988 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:27.988 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:28.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:27 smithi060 ceph-mon[155919]: pgmap v114: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 253/1521 objects degraded (16.634%) 2023-09-29T22:46:28.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:28.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:28.299 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:46:28.204+0000 7f9b2af33540 -1 osd.4 90 log_to_monitors true 2023-09-29T22:46:28.357 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:29.050 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:46:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:46:28.793+0000 7f9b1a50f700 -1 osd.4 90 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T22:46:29.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:28 smithi163 ceph-mon[136964]: from='osd.4 [v2:172.21.15.163:6800/3810342411,v1:172.21.15.163:6801/3810342411]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T22:46:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:28 smithi163 ceph-mon[136964]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T22:46:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:28 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:29.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:28 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:46:29.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:28 smithi060 ceph-mon[155919]: from='osd.4 [v2:172.21.15.163:6800/3810342411,v1:172.21.15.163:6801/3810342411]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T22:46:29.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:28 smithi060 ceph-mon[155919]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T22:46:29.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:28 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:29.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:28 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:46:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: pgmap v115: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 253/1521 objects degraded (16.634%) 2023-09-29T22:46:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-29T22:46:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: osdmap e93: 8 total, 7 up, 8 in 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='osd.4 [v2:172.21.15.163:6800/3810342411,v1:172.21.15.163:6801/3810342411]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:30.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:30.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T22:46:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: pgmap v115: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 317 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 253/1521 objects degraded (16.634%) 2023-09-29T22:46:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-29T22:46:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: osdmap e93: 8 total, 7 up, 8 in 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='osd.4 [v2:172.21.15.163:6800/3810342411,v1:172.21.15.163:6801/3810342411]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:30.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:30.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T22:46:30.356 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:46:31.047 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:46:31.047 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (10m) 32s ago 11m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:46:31.047 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (2m) 32s ago 11m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:46:31.047 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (2m) 5s ago 11m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:46:31.047 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (10m) 32s ago 11m 38.2M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:46:31.047 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (8m) 32s ago 8m 18.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:46:31.047 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (8m) 5s ago 8m 42.2M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (3m) 32s ago 12m 501M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (3m) 5s ago 11m 440M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (3m) 32s ago 12m 93.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (2m) 5s ago 11m 79.1M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (6m) 32s ago 6m 81.1M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (5m) 5s ago 5m 79.5M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (11m) 32s ago 11m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (10m) 5s ago 10m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (2m) 32s ago 10m 334M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (97s) 32s ago 10m 265M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (67s) 32s ago 10m 224M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:46:31.048 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (37s) 32s ago 9m 14.2M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:46:31.049 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (8s) 5s ago 9m 14.4M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:46:31.049 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (9m) 5s ago 9m 1295M 2710M 16.2.5 6933c2a0b7dd 2c4f611c14a0 2023-09-29T22:46:31.049 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (9m) 5s ago 9m 1035M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:46:31.049 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (8m) 5s ago 8m 1596M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:46:31.049 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (3m) 32s ago 11m 60.9M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:46:31.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:30 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T22:46:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:30 smithi163 ceph-mon[136964]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2023-09-29T22:46:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:30 smithi163 ceph-mon[136964]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:46:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:30 smithi163 ceph-mon[136964]: osd.4 [v2:172.21.15.163:6800/3810342411,v1:172.21.15.163:6801/3810342411] boot 2023-09-29T22:46:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:30 smithi163 ceph-mon[136964]: osdmap e94: 8 total, 8 up, 8 in 2023-09-29T22:46:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:30 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:46:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:30 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 253/1521 objects degraded (16.634%), 31 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:31.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:30 smithi163 ceph-mon[136964]: osdmap e95: 8 total, 8 up, 8 in 2023-09-29T22:46:31.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:30 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T22:46:31.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:30 smithi060 ceph-mon[155919]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2023-09-29T22:46:31.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:30 smithi060 ceph-mon[155919]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:46:31.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:30 smithi060 ceph-mon[155919]: osd.4 [v2:172.21.15.163:6800/3810342411,v1:172.21.15.163:6801/3810342411] boot 2023-09-29T22:46:31.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:30 smithi060 ceph-mon[155919]: osdmap e94: 8 total, 8 up, 8 in 2023-09-29T22:46:31.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:30 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T22:46:31.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:30 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 253/1521 objects degraded (16.634%), 31 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:31.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:30 smithi060 ceph-mon[155919]: osdmap e95: 8 total, 8 up, 8 in 2023-09-29T22:46:31.451 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:46:31.452 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:46:31.452 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:46:31.452 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:46:31.452 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:46:31.452 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:46:31.452 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:46:31.452 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:46:31.452 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2023-09-29T22:46:31.452 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 5 2023-09-29T22:46:31.453 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:46:31.453 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:46:31.453 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:46:31.453 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:46:31.453 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:46:31.453 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2023-09-29T22:46:31.453 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 9 2023-09-29T22:46:31.453 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:46:31.453 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:46:31.798 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:46:31.798 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:46:31.798 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:46:31.798 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:46:31.798 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:46:31.798 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:46:31.798 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:46:31.798 INFO:teuthology.orchestra.run.smithi060.stdout: "crash" 2023-09-29T22:46:31.798 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:46:31.799 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "11/23 daemons upgraded", 2023-09-29T22:46:31.799 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T22:46:31.799 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:46:31.799 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:46:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:31 smithi163 ceph-mon[136964]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:46:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:31 smithi163 ceph-mon[136964]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:46:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:31 smithi163 ceph-mon[136964]: pgmap v118: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 253/1521 objects degraded (16.634%) 2023-09-29T22:46:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:31 smithi163 ceph-mon[136964]: from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:46:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:31 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/173405168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:31 smithi060 ceph-mon[155919]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:46:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:31 smithi060 ceph-mon[155919]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:46:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:31 smithi060 ceph-mon[155919]: pgmap v118: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 253/1521 objects degraded (16.634%) 2023-09-29T22:46:32.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:31 smithi060 ceph-mon[155919]: from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:46:32.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:31 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/173405168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:33.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:32 smithi163 ceph-mon[136964]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:46:33.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:32 smithi060 ceph-mon[155919]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:46:33.393 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:34.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:33 smithi163 ceph-mon[136964]: pgmap v120: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 253/1521 objects degraded (16.634%) 2023-09-29T22:46:34.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:33 smithi060 ceph-mon[155919]: pgmap v120: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 253/1521 objects degraded (16.634%) 2023-09-29T22:46:36.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:35 smithi060 ceph-mon[155919]: pgmap v121: 129 pgs: 8 active+undersized+degraded, 2 active+undersized, 119 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 63/1521 objects degraded (4.142%); 0 B/s, 0 objects/s recovering 2023-09-29T22:46:36.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:35 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 63/1521 objects degraded (4.142%), 8 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:36.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:35 smithi163 ceph-mon[136964]: pgmap v121: 129 pgs: 8 active+undersized+degraded, 2 active+undersized, 119 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 63/1521 objects degraded (4.142%); 0 B/s, 0 objects/s recovering 2023-09-29T22:46:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:35 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 63/1521 objects degraded (4.142%), 8 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:36 smithi060 ceph-mon[155919]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 63/1521 objects degraded (4.142%), 8 pgs degraded) 2023-09-29T22:46:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:36 smithi060 ceph-mon[155919]: Cluster is now healthy 2023-09-29T22:46:37.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:36 smithi163 ceph-mon[136964]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 63/1521 objects degraded (4.142%), 8 pgs degraded) 2023-09-29T22:46:37.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:36 smithi163 ceph-mon[136964]: Cluster is now healthy 2023-09-29T22:46:38.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:37 smithi060 ceph-mon[155919]: pgmap v122: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 257 B/s rd, 128 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:38.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:37 smithi163 ceph-mon[136964]: pgmap v122: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 257 B/s rd, 128 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:38.426 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:39 smithi060 ceph-mon[155919]: pgmap v123: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 228 B/s rd, 228 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:40.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:39 smithi163 ceph-mon[136964]: pgmap v123: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 228 B/s rd, 228 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:41.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:41 smithi060 ceph-mon[155919]: pgmap v124: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:42.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:41 smithi163 ceph-mon[136964]: pgmap v124: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:43.466 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:44.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:43 smithi163 ceph-mon[136964]: pgmap v125: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:44.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:44.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:46:44.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:43 smithi060 ceph-mon[155919]: pgmap v125: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:44.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:44.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:46:45.143 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:44 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:45.144 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:44 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T22:46:45.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:44 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:45.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:44 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T22:46:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:45 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T22:46:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:45 smithi060 ceph-mon[155919]: Upgrade: osd.5 is safe to restart 2023-09-29T22:46:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:45 smithi060 ceph-mon[155919]: pgmap v126: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:45 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:46.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:45 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T22:46:46.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:45 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:46:46.277 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:45 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T22:46:46.277 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:45 smithi163 ceph-mon[136964]: Upgrade: osd.5 is safe to restart 2023-09-29T22:46:46.277 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:45 smithi163 ceph-mon[136964]: pgmap v126: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T22:46:46.277 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:45 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:46.277 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:45 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T22:46:46.277 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:45 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:46:46.892 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:46 smithi163 ceph-mon[136964]: Upgrade: Updating osd.5 2023-09-29T22:46:46.892 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:46 smithi163 ceph-mon[136964]: Deploying daemon osd.5 on smithi163 2023-09-29T22:46:47.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:46 smithi060 ceph-mon[155919]: Upgrade: Updating osd.5 2023-09-29T22:46:47.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:46 smithi060 ceph-mon[155919]: Deploying daemon osd.5 on smithi163 2023-09-29T22:46:47.802 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:47 smithi163 systemd[1]: Stopping Ceph osd.5 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:46:48.107 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:47 smithi163 ceph-mon[136964]: pgmap v127: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:46:48.107 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.5[116189]: debug 2023-09-29T22:46:47.889+0000 7f304f632700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-29T22:46:48.107 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.5[116189]: debug 2023-09-29T22:46:47.889+0000 7f304f632700 -1 osd.5 95 *** Got signal Terminated *** 2023-09-29T22:46:48.107 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.5[116189]: debug 2023-09-29T22:46:47.889+0000 7f304f632700 -1 osd.5 95 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:46:48.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:47 smithi060 ceph-mon[155919]: pgmap v127: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:46:48.502 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:48.550 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:48 smithi163 bash[145010]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.5 2023-09-29T22:46:48.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.6 2023-09-29T22:46:48.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 failed (root=default,host=smithi163) (connection refused reported by osd.6) 2023-09-29T22:46:48.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.1 2023-09-29T22:46:48.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.1 2023-09-29T22:46:48.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.2 2023-09-29T22:46:48.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.3 2023-09-29T22:46:48.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.6 2023-09-29T22:46:48.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:48.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.0 2023-09-29T22:46:48.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.2 2023-09-29T22:46:48.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.3 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.4 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.0 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.4 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.6 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.3 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.2 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.3 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.0 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.1 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.2 2023-09-29T22:46:48.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.6 2023-09-29T22:46:48.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:48.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.0 2023-09-29T22:46:48.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.1 2023-09-29T22:46:48.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.4 2023-09-29T22:46:48.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:48.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.4 2023-09-29T22:46:48.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:48.949 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:48 smithi060 ceph-mon[155919]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.6 2023-09-29T22:46:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 failed (root=default,host=smithi163) (connection refused reported by osd.6) 2023-09-29T22:46:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.1 2023-09-29T22:46:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.1 2023-09-29T22:46:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.2 2023-09-29T22:46:49.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.3 2023-09-29T22:46:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.6 2023-09-29T22:46:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.0 2023-09-29T22:46:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.2 2023-09-29T22:46:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.3 2023-09-29T22:46:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.4 2023-09-29T22:46:49.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:49.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.0 2023-09-29T22:46:49.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.4 2023-09-29T22:46:49.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.6 2023-09-29T22:46:49.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.3 2023-09-29T22:46:49.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.2 2023-09-29T22:46:49.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.3 2023-09-29T22:46:49.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.0 2023-09-29T22:46:49.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.1 2023-09-29T22:46:49.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.2 2023-09-29T22:46:49.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.6 2023-09-29T22:46:49.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:49.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.0 2023-09-29T22:46:49.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.1 2023-09-29T22:46:49.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.4 2023-09-29T22:46:49.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:49.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.4 2023-09-29T22:46:49.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:49.053 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:48 smithi163 ceph-mon[136964]: osd.5 reported immediately failed by osd.7 2023-09-29T22:46:49.800 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:49 smithi163 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.5.service: Succeeded. 2023-09-29T22:46:49.800 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:49 smithi163 systemd[1]: Stopped Ceph osd.5 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:46:49.800 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:49 smithi163 systemd[1]: Starting Ceph osd.5 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:46:50.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:49 smithi060 ceph-mon[155919]: pgmap v128: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:46:50.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:49 smithi060 ceph-mon[155919]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:46:50.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:49 smithi060 ceph-mon[155919]: osdmap e96: 8 total, 7 up, 8 in 2023-09-29T22:46:50.286 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:49 smithi163 ceph-mon[136964]: pgmap v128: 129 pgs: 129 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:46:50.286 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:49 smithi163 ceph-mon[136964]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:46:50.287 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:49 smithi163 ceph-mon[136964]: osdmap e96: 8 total, 7 up, 8 in 2023-09-29T22:46:50.550 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 bash[145289]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T22:46:50.550 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 bash[145289]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-09-29T22:46:50.550 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 bash[145289]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-09-29T22:46:50.550 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 bash[145289]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-09-29T22:46:50.551 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 bash[145289]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-09-29T22:46:50.551 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 bash[145289]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-09-29T22:46:50.551 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 bash[145289]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-09-29T22:46:50.551 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 bash[145289]: --> ceph-volume lvm activate successful for osd ID: 5 2023-09-29T22:46:51.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:50 smithi060 ceph-mon[155919]: osdmap e97: 8 total, 7 up, 8 in 2023-09-29T22:46:51.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:50 smithi163 ceph-mon[136964]: osdmap e97: 8 total, 7 up, 8 in 2023-09-29T22:46:51.300 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 ceph-osd[145563]: -- 172.21.15.163:0/223389976 <== mon.1 v2:172.21.15.163:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557bb07e6b60 con 0x557bb07acc00 2023-09-29T22:46:51.300 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 bash[145525]: b05cdc6ccab374bcc7f9664bf561ed2535023861ab2dbddb06817194bc3ec81c 2023-09-29T22:46:51.300 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:50 smithi163 systemd[1]: Started Ceph osd.5 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:46:51.758 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:46:51.478+0000 7fa64426e540 -1 Falling back to public interface 2023-09-29T22:46:52.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:52 smithi163 ceph-mon[136964]: pgmap v131: 129 pgs: 34 peering, 5 stale+active+clean, 90 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-09-29T22:46:52.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:52.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:52.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:46:52.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:52 smithi163 ceph-mon[136964]: Health check failed: Reduced data availability: 4 pgs inactive, 10 pgs peering (PG_AVAILABILITY) 2023-09-29T22:46:52.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:52 smithi060 ceph-mon[155919]: pgmap v131: 129 pgs: 34 peering, 5 stale+active+clean, 90 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-09-29T22:46:52.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:46:52.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:52 smithi060 ceph-mon[155919]: Health check failed: Reduced data availability: 4 pgs inactive, 10 pgs peering (PG_AVAILABILITY) 2023-09-29T22:46:53.537 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:54.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:54 smithi163 ceph-mon[136964]: pgmap v132: 129 pgs: 34 peering, 5 stale+active+clean, 90 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:46:54.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:54.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:54.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:54 smithi060 ceph-mon[155919]: pgmap v132: 129 pgs: 34 peering, 5 stale+active+clean, 90 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:46:54.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:55 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:55 smithi163 ceph-mon[136964]: pgmap v133: 129 pgs: 17 active+undersized+degraded, 12 peering, 16 active+undersized, 84 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 108/1521 objects degraded (7.101%) 2023-09-29T22:46:55.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:55.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:55 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:55.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:55 smithi060 ceph-mon[155919]: pgmap v133: 129 pgs: 17 active+undersized+degraded, 12 peering, 16 active+undersized, 84 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 108/1521 objects degraded (7.101%) 2023-09-29T22:46:56.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:55 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:46:55.726+0000 7fa64426e540 -1 osd.5 95 log_to_monitors true 2023-09-29T22:46:56.777 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:46:56 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:46:56.577+0000 7fa63584e700 -1 osd.5 95 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T22:46:56.777 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:56 smithi163 ceph-mon[136964]: Health check failed: Degraded data redundancy: 108/1521 objects degraded (7.101%), 17 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:56.777 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:56 smithi163 ceph-mon[136964]: from='osd.5 [v2:172.21.15.163:6808/2651213558,v1:172.21.15.163:6809/2651213558]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T22:46:56.777 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:56 smithi163 ceph-mon[136964]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T22:46:56.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:56 smithi060 ceph-mon[155919]: Health check failed: Degraded data redundancy: 108/1521 objects degraded (7.101%), 17 pgs degraded (PG_DEGRADED) 2023-09-29T22:46:56.984 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:56 smithi060 ceph-mon[155919]: from='osd.5 [v2:172.21.15.163:6808/2651213558,v1:172.21.15.163:6809/2651213558]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T22:46:56.984 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:56 smithi060 ceph-mon[155919]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T22:46:57.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-29T22:46:57.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: osdmap e98: 8 total, 7 up, 8 in 2023-09-29T22:46:57.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='osd.5 [v2:172.21.15.163:6808/2651213558,v1:172.21.15.163:6809/2651213558]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:46:57.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:46:57.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: pgmap v135: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 129 B/s wr, 0 op/s; 175/1521 objects degraded (11.506%) 2023-09-29T22:46:57.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:57.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:57.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:46:57.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:46:57.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:57.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:57.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:46:57.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:57.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:57.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:57.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T22:46:57.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T22:46:57.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:57 smithi060 ceph-mon[155919]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-29T22:46:58.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-29T22:46:58.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: osdmap e98: 8 total, 7 up, 8 in 2023-09-29T22:46:58.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='osd.5 [v2:172.21.15.163:6808/2651213558,v1:172.21.15.163:6809/2651213558]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:46:58.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:46:58.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: pgmap v135: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 129 B/s wr, 0 op/s; 175/1521 objects degraded (11.506%) 2023-09-29T22:46:58.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:58.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:58.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:46:58.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:46:58.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:58.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:46:58.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:46:58.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:58.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:58.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:46:58.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T22:46:58.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T22:46:58.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:57 smithi163 ceph-mon[136964]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-29T22:46:58.593 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:46:58.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:58 smithi060 ceph-mon[155919]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:46:58.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:58 smithi060 ceph-mon[155919]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 5 pgs peering) 2023-09-29T22:46:58.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:58 smithi060 ceph-mon[155919]: osd.5 [v2:172.21.15.163:6808/2651213558,v1:172.21.15.163:6809/2651213558] boot 2023-09-29T22:46:58.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:58 smithi060 ceph-mon[155919]: osdmap e99: 8 total, 8 up, 8 in 2023-09-29T22:46:58.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:46:58.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:58 smithi060 ceph-mon[155919]: osdmap e100: 8 total, 8 up, 8 in 2023-09-29T22:46:59.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:58 smithi163 ceph-mon[136964]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:46:59.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:58 smithi163 ceph-mon[136964]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 5 pgs peering) 2023-09-29T22:46:59.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:58 smithi163 ceph-mon[136964]: osd.5 [v2:172.21.15.163:6808/2651213558,v1:172.21.15.163:6809/2651213558] boot 2023-09-29T22:46:59.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:58 smithi163 ceph-mon[136964]: osdmap e99: 8 total, 8 up, 8 in 2023-09-29T22:46:59.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T22:46:59.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:58 smithi163 ceph-mon[136964]: osdmap e100: 8 total, 8 up, 8 in 2023-09-29T22:47:00.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:59 smithi163 ceph-mon[136964]: pgmap v138: 129 pgs: 4 peering, 23 active+undersized+degraded, 18 active+undersized, 84 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 173/1521 objects degraded (11.374%) 2023-09-29T22:47:00.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:00.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:46:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:47:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:59 smithi060 ceph-mon[155919]: pgmap v138: 129 pgs: 4 peering, 23 active+undersized+degraded, 18 active+undersized, 84 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 173/1521 objects degraded (11.374%) 2023-09-29T22:47:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:46:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:47:01.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:00 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 173/1521 objects degraded (11.374%), 23 pgs degraded (PG_DEGRADED) 2023-09-29T22:47:01.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:00 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 173/1521 objects degraded (11.374%), 23 pgs degraded (PG_DEGRADED) 2023-09-29T22:47:02.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:01 smithi163 ceph-mon[136964]: pgmap v139: 129 pgs: 4 peering, 10 active+undersized+degraded, 7 active+undersized, 108 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 77/1521 objects degraded (5.062%) 2023-09-29T22:47:02.162 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:47:02.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:01 smithi060 ceph-mon[155919]: pgmap v139: 129 pgs: 4 peering, 10 active+undersized+degraded, 7 active+undersized, 108 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 77/1521 objects degraded (5.062%) 2023-09-29T22:47:02.830 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:47:02.830 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (11m) 64s ago 12m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:47:02.830 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (2m) 64s ago 12m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (2m) 9s ago 11m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (11m) 64s ago 11m 38.2M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (8m) 64s ago 8m 18.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (8m) 9s ago 8m 42.2M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (4m) 64s ago 13m 501M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (3m) 9s ago 11m 440M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (3m) 64s ago 13m 93.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (3m) 9s ago 11m 81.9M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (6m) 64s ago 6m 81.1M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (6m) 9s ago 6m 79.5M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (11m) 64s ago 11m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:47:02.831 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (11m) 9s ago 11m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:47:02.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (2m) 64s ago 11m 334M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:47:02.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (2m) 64s ago 10m 265M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:47:02.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (98s) 64s ago 10m 224M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:47:02.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (68s) 64s ago 10m 14.2M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:47:02.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (39s) 9s ago 10m 333M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:47:02.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (12s) 9s ago 9m 14.2M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b b05cdc6ccab3 2023-09-29T22:47:02.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (9m) 9s ago 9m 1040M 2710M 16.2.5 6933c2a0b7dd 6697ffe86406 2023-09-29T22:47:02.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (9m) 9s ago 9m 1603M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:47:02.832 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (4m) 64s ago 11m 60.9M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:47:03.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:02 smithi163 ceph-mon[136964]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:02 smithi060 ceph-mon[155919]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:03.232 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:47:03.233 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:47:03.233 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:47:03.233 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:47:03.233 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:47:03.233 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:47:03.233 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:47:03.233 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:47:03.233 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2023-09-29T22:47:03.233 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 6 2023-09-29T22:47:03.233 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:47:03.234 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:47:03.234 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:47:03.234 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:47:03.234 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:47:03.234 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2023-09-29T22:47:03.234 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 10 2023-09-29T22:47:03.234 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:47:03.234 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:47:03.574 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:47:03.574 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:47:03.574 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:47:03.574 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:47:03.574 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:47:03.575 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:47:03.575 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:47:03.575 INFO:teuthology.orchestra.run.smithi060.stdout: "crash" 2023-09-29T22:47:03.575 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:47:03.575 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "12/23 daemons upgraded", 2023-09-29T22:47:03.575 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T22:47:03.575 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:47:03.575 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:47:03.634 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:03.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:03 smithi060 ceph-mon[155919]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:03.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:03 smithi060 ceph-mon[155919]: pgmap v140: 129 pgs: 4 peering, 125 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 165 B/s wr, 0 op/s 2023-09-29T22:47:03.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:03 smithi060 ceph-mon[155919]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/1521 objects degraded (5.062%), 10 pgs degraded) 2023-09-29T22:47:03.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:03 smithi060 ceph-mon[155919]: Cluster is now healthy 2023-09-29T22:47:03.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:03 smithi060 ceph-mon[155919]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:03.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:03 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/2455098261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:04.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:03 smithi163 ceph-mon[136964]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:04.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:03 smithi163 ceph-mon[136964]: pgmap v140: 129 pgs: 4 peering, 125 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 165 B/s wr, 0 op/s 2023-09-29T22:47:04.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:03 smithi163 ceph-mon[136964]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/1521 objects degraded (5.062%), 10 pgs degraded) 2023-09-29T22:47:04.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:03 smithi163 ceph-mon[136964]: Cluster is now healthy 2023-09-29T22:47:04.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:03 smithi163 ceph-mon[136964]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:04.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:03 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/2455098261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:05.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:04 smithi060 ceph-mon[155919]: from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:05.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:04 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:05.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:04 smithi163 ceph-mon[136964]: from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:05.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:04 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:06.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:05 smithi060 ceph-mon[155919]: pgmap v141: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:47:06.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:05 smithi163 ceph-mon[136964]: pgmap v141: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-29T22:47:08.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:07 smithi060 ceph-mon[155919]: pgmap v142: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 223 B/s rd, 111 B/s wr, 0 op/s 2023-09-29T22:47:08.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:07 smithi163 ceph-mon[136964]: pgmap v142: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 223 B/s rd, 111 B/s wr, 0 op/s 2023-09-29T22:47:08.673 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:10.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:09 smithi060 ceph-mon[155919]: pgmap v143: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2023-09-29T22:47:10.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:09 smithi163 ceph-mon[136964]: pgmap v143: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2023-09-29T22:47:11.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:11 smithi060 ceph-mon[155919]: pgmap v144: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-29T22:47:12.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:11 smithi163 ceph-mon[136964]: pgmap v144: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-29T22:47:12.833 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:12 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T22:47:12.833 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:12 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T22:47:12.833 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:12 smithi163 ceph-mon[136964]: Upgrade: osd.6 is safe to restart 2023-09-29T22:47:12.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:12 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T22:47:12.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:12 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T22:47:12.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:12 smithi060 ceph-mon[155919]: Upgrade: osd.6 is safe to restart 2023-09-29T22:47:13.707 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:14 smithi163 ceph-mon[136964]: pgmap v145: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-29T22:47:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:14 smithi163 ceph-mon[136964]: Upgrade: Updating osd.6 2023-09-29T22:47:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T22:47:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:47:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:14 smithi163 ceph-mon[136964]: Deploying daemon osd.6 on smithi163 2023-09-29T22:47:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:14.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:47:14.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:14 smithi060 ceph-mon[155919]: pgmap v145: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-29T22:47:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:14 smithi060 ceph-mon[155919]: Upgrade: Updating osd.6 2023-09-29T22:47:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T22:47:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:47:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:14 smithi060 ceph-mon[155919]: Deploying daemon osd.6 on smithi163 2023-09-29T22:47:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:47:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:15.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:15 smithi163 systemd[1]: Stopping Ceph osd.6 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:47:15.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.6[119039]: debug 2023-09-29T22:47:15.391+0000 7f28c583c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-29T22:47:15.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.6[119039]: debug 2023-09-29T22:47:15.391+0000 7f28c583c700 -1 osd.6 100 *** Got signal Terminated *** 2023-09-29T22:47:15.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.6[119039]: debug 2023-09-29T22:47:15.391+0000 7f28c583c700 -1 osd.6 100 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:47:16.050 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:15 smithi163 bash[147667]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.6 2023-09-29T22:47:16.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: pgmap v146: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:47:16.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.0 2023-09-29T22:47:16.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 failed (root=default,host=smithi163) (connection refused reported by osd.0) 2023-09-29T22:47:16.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.3 2023-09-29T22:47:16.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.0 2023-09-29T22:47:16.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.1 2023-09-29T22:47:16.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.2 2023-09-29T22:47:16.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.3 2023-09-29T22:47:16.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.7 2023-09-29T22:47:16.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.1 2023-09-29T22:47:16.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.2 2023-09-29T22:47:16.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.4 2023-09-29T22:47:16.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.7 2023-09-29T22:47:16.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.5 2023-09-29T22:47:16.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.4 2023-09-29T22:47:16.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.5 2023-09-29T22:47:16.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.2 2023-09-29T22:47:16.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.2 2023-09-29T22:47:16.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.3 2023-09-29T22:47:16.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.0 2023-09-29T22:47:16.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.1 2023-09-29T22:47:16.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.3 2023-09-29T22:47:16.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.5 2023-09-29T22:47:16.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.7 2023-09-29T22:47:16.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.0 2023-09-29T22:47:16.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.1 2023-09-29T22:47:16.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.4 2023-09-29T22:47:16.536 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.7 2023-09-29T22:47:16.537 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.5 2023-09-29T22:47:16.537 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:16 smithi163 ceph-mon[136964]: osd.6 reported immediately failed by osd.4 2023-09-29T22:47:16.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: pgmap v146: 129 pgs: 129 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:47:16.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.0 2023-09-29T22:47:16.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 failed (root=default,host=smithi163) (connection refused reported by osd.0) 2023-09-29T22:47:16.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.3 2023-09-29T22:47:16.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.0 2023-09-29T22:47:16.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.1 2023-09-29T22:47:16.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.2 2023-09-29T22:47:16.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.3 2023-09-29T22:47:16.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.7 2023-09-29T22:47:16.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.1 2023-09-29T22:47:16.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.2 2023-09-29T22:47:16.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.4 2023-09-29T22:47:16.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.7 2023-09-29T22:47:16.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.5 2023-09-29T22:47:16.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.4 2023-09-29T22:47:16.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.5 2023-09-29T22:47:16.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.2 2023-09-29T22:47:16.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.2 2023-09-29T22:47:16.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.3 2023-09-29T22:47:16.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.0 2023-09-29T22:47:16.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.1 2023-09-29T22:47:16.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.3 2023-09-29T22:47:16.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.5 2023-09-29T22:47:16.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.7 2023-09-29T22:47:16.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.0 2023-09-29T22:47:16.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.1 2023-09-29T22:47:16.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.4 2023-09-29T22:47:16.699 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.7 2023-09-29T22:47:16.700 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.5 2023-09-29T22:47:16.700 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:16 smithi060 ceph-mon[155919]: osd.6 reported immediately failed by osd.4 2023-09-29T22:47:17.226 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:16 smithi163 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.6.service: Succeeded. 2023-09-29T22:47:17.226 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:16 smithi163 systemd[1]: Stopped Ceph osd.6 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:47:17.226 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:16 smithi163 systemd[1]: Starting Ceph osd.6 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:47:17.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:17 smithi060 ceph-mon[155919]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:47:17.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:17 smithi060 ceph-mon[155919]: osdmap e101: 8 total, 7 up, 8 in 2023-09-29T22:47:17.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:17 smithi163 ceph-mon[136964]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:47:17.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:17 smithi163 ceph-mon[136964]: osdmap e101: 8 total, 7 up, 8 in 2023-09-29T22:47:18.228 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:17 smithi163 bash[147978]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T22:47:18.228 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:17 smithi163 bash[147978]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-09-29T22:47:18.228 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:17 smithi163 bash[147978]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2023-09-29T22:47:18.228 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:17 smithi163 bash[147978]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-09-29T22:47:18.228 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:17 smithi163 bash[147978]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-09-29T22:47:18.229 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:17 smithi163 bash[147978]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-09-29T22:47:18.230 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:17 smithi163 bash[147978]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-09-29T22:47:18.230 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:17 smithi163 bash[147978]: --> ceph-volume lvm activate successful for osd ID: 6 2023-09-29T22:47:18.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:18 smithi163 ceph-mon[136964]: pgmap v148: 129 pgs: 8 peering, 11 stale+active+clean, 110 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:47:18.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:18 smithi163 ceph-mon[136964]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-09-29T22:47:18.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:18 smithi163 ceph-mon[136964]: osdmap e102: 8 total, 7 up, 8 in 2023-09-29T22:47:18.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:18 smithi060 ceph-mon[155919]: pgmap v148: 129 pgs: 8 peering, 11 stale+active+clean, 110 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:47:18.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:18 smithi060 ceph-mon[155919]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-09-29T22:47:18.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:18 smithi060 ceph-mon[155919]: osdmap e102: 8 total, 7 up, 8 in 2023-09-29T22:47:18.744 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:18.800 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:18 smithi163 ceph-osd[148280]: -- 172.21.15.163:0/995552887 <== mon.1 v2:172.21.15.163:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562fd25d4b60 con 0x562fd259ac00 2023-09-29T22:47:18.800 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:18 smithi163 bash[148243]: 6c4e5c308cc060b1d643d98b58ff65da264780aacfd26d2a382eee1f68b3852a 2023-09-29T22:47:18.800 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:18 smithi163 systemd[1]: Started Ceph osd.6 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:47:19.435 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:47:19.162+0000 7f7bdbf58540 -1 Falling back to public interface 2023-09-29T22:47:19.982 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:19.983 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:19.983 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:19 smithi163 ceph-mon[136964]: pgmap v150: 129 pgs: 8 peering, 11 stale+active+clean, 110 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:47:19.983 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:47:20.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:20.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:20.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:19 smithi060 ceph-mon[155919]: pgmap v150: 129 pgs: 8 peering, 11 stale+active+clean, 110 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:47:20.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:47:21.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:21 smithi060 ceph-mon[155919]: pgmap v151: 129 pgs: 20 active+undersized+degraded, 8 peering, 15 active+undersized, 86 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 129/1521 objects degraded (8.481%) 2023-09-29T22:47:21.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:21.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:22.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:21 smithi163 ceph-mon[136964]: pgmap v151: 129 pgs: 20 active+undersized+degraded, 8 peering, 15 active+undersized, 86 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 129/1521 objects degraded (8.481%) 2023-09-29T22:47:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:22.852 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:22 smithi163 ceph-mon[136964]: Health check failed: Degraded data redundancy: 129/1521 objects degraded (8.481%), 20 pgs degraded (PG_DEGRADED) 2023-09-29T22:47:22.852 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:22.852 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:22.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:22 smithi060 ceph-mon[155919]: Health check failed: Degraded data redundancy: 129/1521 objects degraded (8.481%), 20 pgs degraded (PG_DEGRADED) 2023-09-29T22:47:22.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:22.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:23.789 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:23.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:23 smithi163 ceph-mon[136964]: pgmap v152: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 167/1521 objects degraded (10.980%) 2023-09-29T22:47:23.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:23 smithi163 ceph-mon[136964]: from='osd.6 [v2:172.21.15.163:6816/2932079675,v1:172.21.15.163:6817/2932079675]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T22:47:23.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:23 smithi163 ceph-mon[136964]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T22:47:23.800 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:47:23.432+0000 7f7bdbf58540 -1 osd.6 100 log_to_monitors true 2023-09-29T22:47:23.800 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:47:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:47:23.595+0000 7f7bccd37700 -1 osd.6 100 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T22:47:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:23 smithi060 ceph-mon[155919]: pgmap v152: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 317 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 167/1521 objects degraded (10.980%) 2023-09-29T22:47:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:23 smithi060 ceph-mon[155919]: from='osd.6 [v2:172.21.15.163:6816/2932079675,v1:172.21.15.163:6817/2932079675]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T22:47:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:23 smithi060 ceph-mon[155919]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T22:47:24.622 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:24 smithi163 ceph-mon[136964]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-09-29T22:47:24.622 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:24 smithi163 ceph-mon[136964]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-29T22:47:24.622 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:24 smithi163 ceph-mon[136964]: osdmap e103: 8 total, 7 up, 8 in 2023-09-29T22:47:24.622 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:24 smithi163 ceph-mon[136964]: from='osd.6 [v2:172.21.15.163:6816/2932079675,v1:172.21.15.163:6817/2932079675]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:47:24.622 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:24 smithi163 ceph-mon[136964]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:47:24.922 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:24 smithi060 ceph-mon[155919]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-09-29T22:47:24.922 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:24 smithi060 ceph-mon[155919]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-29T22:47:24.922 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:24 smithi060 ceph-mon[155919]: osdmap e103: 8 total, 7 up, 8 in 2023-09-29T22:47:24.922 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:24 smithi060 ceph-mon[155919]: from='osd.6 [v2:172.21.15.163:6816/2932079675,v1:172.21.15.163:6817/2932079675]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:47:24.922 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:24 smithi060 ceph-mon[155919]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:47:25.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: osd.6 [v2:172.21.15.163:6816/2932079675,v1:172.21.15.163:6817/2932079675] boot 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: osdmap e104: 8 total, 8 up, 8 in 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: pgmap v155: 129 pgs: 6 peering, 20 active+undersized+degraded, 17 active+undersized, 86 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 285 B/s wr, 0 op/s; 139/1521 objects degraded (9.139%) 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:25.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:47:25.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:25.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:25.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:25.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T22:47:25.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T22:47:25.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-29T22:47:25.948 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:25 smithi060 ceph-mon[155919]: osdmap e105: 8 total, 8 up, 8 in 2023-09-29T22:47:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:47:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: osd.6 [v2:172.21.15.163:6816/2932079675,v1:172.21.15.163:6817/2932079675] boot 2023-09-29T22:47:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: osdmap e104: 8 total, 8 up, 8 in 2023-09-29T22:47:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T22:47:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: pgmap v155: 129 pgs: 6 peering, 20 active+undersized+degraded, 17 active+undersized, 86 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 285 B/s wr, 0 op/s; 139/1521 objects degraded (9.139%) 2023-09-29T22:47:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:26.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-29T22:47:26.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:25 smithi163 ceph-mon[136964]: osdmap e105: 8 total, 8 up, 8 in 2023-09-29T22:47:27.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:26 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 76/1521 objects degraded (4.997%), 12 pgs degraded (PG_DEGRADED) 2023-09-29T22:47:27.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:26 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 76/1521 objects degraded (4.997%), 12 pgs degraded (PG_DEGRADED) 2023-09-29T22:47:28.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:27 smithi060 ceph-mon[155919]: pgmap v157: 129 pgs: 13 peering, 12 active+undersized+degraded, 12 active+undersized, 92 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 76/1521 objects degraded (4.997%) 2023-09-29T22:47:28.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:27 smithi163 ceph-mon[136964]: pgmap v157: 129 pgs: 13 peering, 12 active+undersized+degraded, 12 active+undersized, 92 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 76/1521 objects degraded (4.997%) 2023-09-29T22:47:28.822 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:29 smithi163 ceph-mon[136964]: pgmap v158: 129 pgs: 13 peering, 5 active+undersized+degraded, 6 active+undersized, 105 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 36/1521 objects degraded (2.367%) 2023-09-29T22:47:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:47:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:29 smithi060 ceph-mon[155919]: pgmap v158: 129 pgs: 13 peering, 5 active+undersized+degraded, 6 active+undersized, 105 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 36/1521 objects degraded (2.367%) 2023-09-29T22:47:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:47:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:31.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:31 smithi060 ceph-mon[155919]: pgmap v159: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 285 B/s rd, 142 B/s wr, 0 op/s 2023-09-29T22:47:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:31 smithi163 ceph-mon[136964]: pgmap v159: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 285 B/s rd, 142 B/s wr, 0 op/s 2023-09-29T22:47:32.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:32 smithi060 ceph-mon[155919]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/1521 objects degraded (2.367%), 5 pgs degraded) 2023-09-29T22:47:32.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:32 smithi060 ceph-mon[155919]: Cluster is now healthy 2023-09-29T22:47:33.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:32 smithi163 ceph-mon[136964]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/1521 objects degraded (2.367%), 5 pgs degraded) 2023-09-29T22:47:33.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:32 smithi163 ceph-mon[136964]: Cluster is now healthy 2023-09-29T22:47:33.862 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:33.941 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:47:33.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:33 smithi060 ceph-mon[155919]: pgmap v160: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 250 B/s rd, 125 B/s wr, 0 op/s 2023-09-29T22:47:34.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:33 smithi163 ceph-mon[136964]: pgmap v160: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 250 B/s rd, 125 B/s wr, 0 op/s 2023-09-29T22:47:34.612 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (11m) 96s ago 12m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (3m) 96s ago 12m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (3m) 13s ago 12m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (11m) 96s ago 12m 38.2M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (9m) 96s ago 9m 18.9M - 16.2.5 6933c2a0b7dd 43a2176d9671 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (9m) 13s ago 9m 42.2M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (4m) 96s ago 13m 501M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (4m) 13s ago 12m 440M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (4m) 96s ago 13m 93.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (3m) 13s ago 12m 85.0M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:47:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (7m) 96s ago 7m 81.1M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (7m) 13s ago 7m 81.5M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (12m) 96s ago 12m 18.2M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (12m) 13s ago 12m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (3m) 96s ago 11m 334M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (2m) 96s ago 11m 265M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (2m) 96s ago 11m 224M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (100s) 96s ago 10m 14.2M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (71s) 13s ago 10m 340M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (43s) 13s ago 10m 354M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b b05cdc6ccab3 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (16s) 13s ago 10m 14.2M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6c4e5c308cc0 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (10m) 13s ago 10m 1607M 2710M 16.2.5 6933c2a0b7dd 7ca2968e88c2 2023-09-29T22:47:34.614 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (4m) 96s ago 12m 60.9M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:47:34.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:34 smithi060 ceph-mon[155919]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:35.019 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:47:35.020 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:47:35.020 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:47:35.020 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:47:35.020 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:47:35.020 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:47:35.020 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:47:35.020 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:47:35.020 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T22:47:35.020 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 7 2023-09-29T22:47:35.021 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:47:35.021 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:47:35.021 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T22:47:35.021 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:47:35.021 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:47:35.021 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2023-09-29T22:47:35.021 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 11 2023-09-29T22:47:35.021 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:47:35.021 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:47:35.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:34 smithi163 ceph-mon[136964]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:35.362 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:47:35.362 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:47:35.362 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:47:35.362 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:47:35.362 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:47:35.362 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:47:35.363 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:47:35.363 INFO:teuthology.orchestra.run.smithi060.stdout: "crash" 2023-09-29T22:47:35.363 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:47:35.363 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "13/23 daemons upgraded", 2023-09-29T22:47:35.363 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T22:47:35.363 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:47:35.363 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:47:35.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:35 smithi060 ceph-mon[155919]: from='client.34294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:35.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:35 smithi060 ceph-mon[155919]: from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:35.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:35 smithi060 ceph-mon[155919]: pgmap v161: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:47:35.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:35 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/3809578369' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:36.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:35 smithi163 ceph-mon[136964]: from='client.34294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:36.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:35 smithi163 ceph-mon[136964]: from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:36.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:35 smithi163 ceph-mon[136964]: pgmap v161: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:47:36.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:35 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/3809578369' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:36.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:36 smithi060 ceph-mon[155919]: from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:37.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:36 smithi163 ceph-mon[136964]: from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:47:37.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:37 smithi060 ceph-mon[155919]: pgmap v162: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 183 B/s rd, 183 B/s wr, 0 op/s 2023-09-29T22:47:38.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:37 smithi163 ceph-mon[136964]: pgmap v162: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 183 B/s rd, 183 B/s wr, 0 op/s 2023-09-29T22:47:38.904 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:39 smithi060 ceph-mon[155919]: pgmap v163: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:47:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:39 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:40.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:39 smithi163 ceph-mon[136964]: pgmap v163: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:47:40.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:39 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:40.977 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:40 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T22:47:40.978 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:40 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T22:47:40.978 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:40 smithi163 ceph-mon[136964]: Upgrade: osd.7 is safe to restart 2023-09-29T22:47:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:40 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T22:47:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:40 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T22:47:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:40 smithi060 ceph-mon[155919]: Upgrade: osd.7 is safe to restart 2023-09-29T22:47:42.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:42 smithi060 ceph-mon[155919]: pgmap v164: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:47:42.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:42 smithi060 ceph-mon[155919]: Upgrade: Updating osd.7 2023-09-29T22:47:42.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:42 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:42.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:42 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T22:47:42.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:42 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:47:42.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:42 smithi060 ceph-mon[155919]: Deploying daemon osd.7 on smithi163 2023-09-29T22:47:42.513 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:42 smithi163 ceph-mon[136964]: pgmap v164: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:47:42.514 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:42 smithi163 ceph-mon[136964]: Upgrade: Updating osd.7 2023-09-29T22:47:42.514 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:42 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:42.514 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:42 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T22:47:42.514 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:42 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:47:42.514 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:42 smithi163 ceph-mon[136964]: Deploying daemon osd.7 on smithi163 2023-09-29T22:47:43.195 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:43 smithi163 systemd[1]: Stopping Ceph osd.7 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:47:43.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.7[121910]: debug 2023-09-29T22:47:43.193+0000 7f4f256b3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-29T22:47:43.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.7[121910]: debug 2023-09-29T22:47:43.193+0000 7f4f256b3700 -1 osd.7 105 *** Got signal Terminated *** 2023-09-29T22:47:43.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.7[121910]: debug 2023-09-29T22:47:43.193+0000 7f4f256b3700 -1 osd.7 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:47:43.945 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:44.049 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:43 smithi163 bash[150365]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd.7 2023-09-29T22:47:44.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: pgmap v165: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.5 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 failed (root=default,host=smithi163) (connection refused reported by osd.5) 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.6 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.0 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.1 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.2 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.3 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.4 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.0 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.1 2023-09-29T22:47:44.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.2 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.3 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.5 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.6 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.4 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.6 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.6 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.4 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.5 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.4 2023-09-29T22:47:44.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.5 2023-09-29T22:47:44.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.3 2023-09-29T22:47:44.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.1 2023-09-29T22:47:44.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.1 2023-09-29T22:47:44.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.2 2023-09-29T22:47:44.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.3 2023-09-29T22:47:44.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.0 2023-09-29T22:47:44.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.2 2023-09-29T22:47:44.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:44 smithi060 ceph-mon[155919]: osd.7 reported immediately failed by osd.0 2023-09-29T22:47:44.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: pgmap v165: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T22:47:44.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.5 2023-09-29T22:47:44.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 failed (root=default,host=smithi163) (connection refused reported by osd.5) 2023-09-29T22:47:44.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.6 2023-09-29T22:47:44.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.0 2023-09-29T22:47:44.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.1 2023-09-29T22:47:44.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.2 2023-09-29T22:47:44.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.3 2023-09-29T22:47:44.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.4 2023-09-29T22:47:44.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.0 2023-09-29T22:47:44.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.1 2023-09-29T22:47:44.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.2 2023-09-29T22:47:44.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.3 2023-09-29T22:47:44.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.5 2023-09-29T22:47:44.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.6 2023-09-29T22:47:44.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.4 2023-09-29T22:47:44.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:44.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:47:44.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.6 2023-09-29T22:47:44.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.6 2023-09-29T22:47:44.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.4 2023-09-29T22:47:44.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.5 2023-09-29T22:47:44.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.4 2023-09-29T22:47:44.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.5 2023-09-29T22:47:44.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.3 2023-09-29T22:47:44.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.1 2023-09-29T22:47:44.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.1 2023-09-29T22:47:44.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.2 2023-09-29T22:47:44.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.3 2023-09-29T22:47:44.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.0 2023-09-29T22:47:44.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.2 2023-09-29T22:47:44.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:44 smithi163 ceph-mon[136964]: osd.7 reported immediately failed by osd.0 2023-09-29T22:47:45.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:45 smithi163 ceph-mon[136964]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:47:45.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:45 smithi163 ceph-mon[136964]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2023-09-29T22:47:45.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:45 smithi163 ceph-mon[136964]: osdmap e106: 8 total, 7 up, 8 in 2023-09-29T22:47:45.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:44 smithi163 systemd[1]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.7.service: Succeeded. 2023-09-29T22:47:45.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:44 smithi163 systemd[1]: Stopped Ceph osd.7 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:47:45.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:45 smithi163 systemd[1]: Starting Ceph osd.7 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:47:45.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:45 smithi060 ceph-mon[155919]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T22:47:45.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:45 smithi060 ceph-mon[155919]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2023-09-29T22:47:45.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:45 smithi060 ceph-mon[155919]: osdmap e106: 8 total, 7 up, 8 in 2023-09-29T22:47:46.050 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:45 smithi163 bash[150641]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T22:47:46.050 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:45 smithi163 bash[150641]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-09-29T22:47:46.050 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:45 smithi163 bash[150641]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2023-09-29T22:47:46.050 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:45 smithi163 bash[150641]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2023-09-29T22:47:46.050 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:45 smithi163 bash[150641]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2023-09-29T22:47:46.050 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:45 smithi163 bash[150641]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-09-29T22:47:46.051 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:45 smithi163 bash[150641]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-09-29T22:47:46.051 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:45 smithi163 bash[150641]: --> ceph-volume lvm activate successful for osd ID: 7 2023-09-29T22:47:46.344 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:46 smithi163 ceph-mon[136964]: pgmap v167: 129 pgs: 5 peering, 16 stale+active+clean, 108 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:47:46.344 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:46 smithi163 ceph-mon[136964]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-09-29T22:47:46.344 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:46 smithi163 ceph-mon[136964]: osdmap e107: 8 total, 7 up, 8 in 2023-09-29T22:47:46.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:46 smithi060 ceph-mon[155919]: pgmap v167: 129 pgs: 5 peering, 16 stale+active+clean, 108 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:47:46.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:46 smithi060 ceph-mon[155919]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-09-29T22:47:46.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:46 smithi060 ceph-mon[155919]: osdmap e107: 8 total, 7 up, 8 in 2023-09-29T22:47:46.800 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:46 smithi163 ceph-osd[150915]: -- 172.21.15.163:0/400634627 <== mon.1 v2:172.21.15.163:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56269b932b60 con 0x56269b8f9000 2023-09-29T22:47:46.800 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:46 smithi163 bash[150877]: 028f809941ba3fb56d2fac86e8335729183b8d7af8b21edd3fe8a3411760a58d 2023-09-29T22:47:46.800 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:46 smithi163 systemd[1]: Started Ceph osd.7 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7. 2023-09-29T22:47:47.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:46 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:47:46.954+0000 7fda0cc34540 -1 Falling back to public interface 2023-09-29T22:47:47.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:47 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:47.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:47 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:47.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:47 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:47:47.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:47 smithi163 ceph-mon[136964]: pgmap v169: 129 pgs: 5 active+undersized+degraded, 25 peering, 10 stale+active+clean, 3 active+undersized, 86 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 31/1521 objects degraded (2.038%) 2023-09-29T22:47:47.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:47 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:47.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:47 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:47.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:47 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:47:47.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:47 smithi060 ceph-mon[155919]: pgmap v169: 129 pgs: 5 active+undersized+degraded, 25 peering, 10 stale+active+clean, 3 active+undersized, 86 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 31/1521 objects degraded (2.038%) 2023-09-29T22:47:48.763 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:48 smithi163 ceph-mon[136964]: Health check failed: Degraded data redundancy: 31/1521 objects degraded (2.038%), 5 pgs degraded (PG_DEGRADED) 2023-09-29T22:47:48.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:48 smithi060 ceph-mon[155919]: Health check failed: Degraded data redundancy: 31/1521 objects degraded (2.038%), 5 pgs degraded (PG_DEGRADED) 2023-09-29T22:47:48.983 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:50.246 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:49 smithi163 ceph-mon[136964]: pgmap v170: 129 pgs: 11 active+undersized+degraded, 25 peering, 7 stale+active+clean, 9 active+undersized, 77 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 52/1521 objects degraded (3.419%) 2023-09-29T22:47:50.246 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:50.246 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:50.247 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:50.247 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:50.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:49 smithi060 ceph-mon[155919]: pgmap v170: 129 pgs: 11 active+undersized+degraded, 25 peering, 7 stale+active+clean, 9 active+undersized, 77 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 52/1521 objects degraded (3.419%) 2023-09-29T22:47:50.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:50.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:50.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:50.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:51.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:50 smithi163 ceph-mon[136964]: Health check update: Reduced data availability: 5 pgs peering (PG_AVAILABILITY) 2023-09-29T22:47:51.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:50 smithi060 ceph-mon[155919]: Health check update: Reduced data availability: 5 pgs peering (PG_AVAILABILITY) 2023-09-29T22:47:51.859 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:51 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:47:51.588+0000 7fda0cc34540 -1 osd.7 105 log_to_monitors true 2023-09-29T22:47:52.142 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:51 smithi163 ceph-mon[136964]: pgmap v171: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 236/1521 objects degraded (15.516%) 2023-09-29T22:47:52.142 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:51 smithi163 ceph-mon[136964]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs peering) 2023-09-29T22:47:52.142 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:51 smithi163 ceph-mon[136964]: from='osd.7 [v2:172.21.15.163:6824/1275503871,v1:172.21.15.163:6825/1275503871]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T22:47:52.142 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:51 smithi163 ceph-mon[136964]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T22:47:52.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:51 smithi060 ceph-mon[155919]: pgmap v171: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 236/1521 objects degraded (15.516%) 2023-09-29T22:47:52.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:51 smithi060 ceph-mon[155919]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs peering) 2023-09-29T22:47:52.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:51 smithi060 ceph-mon[155919]: from='osd.7 [v2:172.21.15.163:6824/1275503871,v1:172.21.15.163:6825/1275503871]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T22:47:52.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:51 smithi060 ceph-mon[155919]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T22:47:53.049 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:47:52 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:47:52.592+0000 7fd9fd212700 -1 osd.7 105 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T22:47:53.330 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:53.330 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:53.330 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:47:53.330 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:47:53.330 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:53.330 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:53.330 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: Upgrade: Setting container_image for all osd 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-09-29T22:47:53.331 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: Upgrade: Setting require_osd_release to 17 quincy 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2023-09-29T22:47:53.332 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2023-09-29T22:47:53.333 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-29T22:47:53.333 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2023-09-29T22:47:53.333 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: osdmap e108: 8 total, 7 up, 8 in 2023-09-29T22:47:53.333 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='osd.7 [v2:172.21.15.163:6824/1275503871,v1:172.21.15.163:6825/1275503871]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:47:53.333 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:47:53.333 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi060.rekotv"]}]: dispatch 2023-09-29T22:47:53.333 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: Upgrade: It appears safe to stop mds.foofs.smithi060.rekotv 2023-09-29T22:47:53.333 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:53 smithi060 ceph-mon[155919]: pgmap v173: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 236/1521 objects degraded (15.516%) 2023-09-29T22:47:53.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:53.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:53.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:47:53.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:47:53.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:53.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:53.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:47:53.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:53.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:53.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:53.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:47:53.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: Upgrade: Setting container_image for all osd 2023-09-29T22:47:53.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:53.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-09-29T22:47:53.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-09-29T22:47:53.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-09-29T22:47:53.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-09-29T22:47:53.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-09-29T22:47:53.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-09-29T22:47:53.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-09-29T22:47:53.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-09-29T22:47:53.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-09-29T22:47:53.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-09-29T22:47:53.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-09-29T22:47:53.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-09-29T22:47:53.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-09-29T22:47:53.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-09-29T22:47:53.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-09-29T22:47:53.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-09-29T22:47:53.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: Upgrade: Setting require_osd_release to 17 quincy 2023-09-29T22:47:53.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2023-09-29T22:47:53.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2023-09-29T22:47:53.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-29T22:47:53.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2023-09-29T22:47:53.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: osdmap e108: 8 total, 7 up, 8 in 2023-09-29T22:47:53.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='osd.7 [v2:172.21.15.163:6824/1275503871,v1:172.21.15.163:6825/1275503871]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:47:53.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-09-29T22:47:53.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi060.rekotv"]}]: dispatch 2023-09-29T22:47:53.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: Upgrade: It appears safe to stop mds.foofs.smithi060.rekotv 2023-09-29T22:47:53.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:53 smithi163 ceph-mon[136964]: pgmap v173: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 236/1521 objects degraded (15.516%) 2023-09-29T22:47:54.019 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:47:54.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:54 smithi060 ceph-mon[155919]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:47:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:54 smithi060 ceph-mon[155919]: osd.7 [v2:172.21.15.163:6824/1275503871,v1:172.21.15.163:6825/1275503871] boot 2023-09-29T22:47:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:54 smithi060 ceph-mon[155919]: osdmap e109: 8 total, 8 up, 8 in 2023-09-29T22:47:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:47:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:54 smithi060 ceph-mon[155919]: Upgrade: Updating mds.foofs.smithi060.rekotv 2023-09-29T22:47:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:54.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.rekotv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:47:54.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:47:54.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:54 smithi060 ceph-mon[155919]: Deploying daemon mds.foofs.smithi060.rekotv on smithi060 2023-09-29T22:47:54.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:54 smithi163 ceph-mon[136964]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T22:47:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:54 smithi163 ceph-mon[136964]: osd.7 [v2:172.21.15.163:6824/1275503871,v1:172.21.15.163:6825/1275503871] boot 2023-09-29T22:47:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:54 smithi163 ceph-mon[136964]: osdmap e109: 8 total, 8 up, 8 in 2023-09-29T22:47:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T22:47:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:54 smithi163 ceph-mon[136964]: Upgrade: Updating mds.foofs.smithi060.rekotv 2023-09-29T22:47:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:47:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.rekotv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:47:54.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:47:54.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:54 smithi163 ceph-mon[136964]: Deploying daemon mds.foofs.smithi060.rekotv on smithi060 2023-09-29T22:47:55.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:55 smithi060 ceph-mon[155919]: osdmap e110: 8 total, 8 up, 8 in 2023-09-29T22:47:55.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:55 smithi060 ceph-mon[155919]: pgmap v176: 129 pgs: 14 peering, 26 active+undersized+degraded, 16 active+undersized, 73 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 188/1521 objects degraded (12.360%) 2023-09-29T22:47:55.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:55 smithi060 ceph-mon[155919]: daemon mds.foofs.smithi060.rekotv compat changed unexpectedly 2023-09-29T22:47:55.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:55 smithi060 ceph-mon[155919]: osdmap e111: 8 total, 8 up, 8 in 2023-09-29T22:47:55.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:55 smithi060 ceph-mon[155919]: Health check update: Degraded data redundancy: 236/1521 objects degraded (15.516%), 37 pgs degraded (PG_DEGRADED) 2023-09-29T22:47:56.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:55 smithi163 ceph-mon[136964]: osdmap e110: 8 total, 8 up, 8 in 2023-09-29T22:47:56.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:55 smithi163 ceph-mon[136964]: pgmap v176: 129 pgs: 14 peering, 26 active+undersized+degraded, 16 active+undersized, 73 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 188/1521 objects degraded (12.360%) 2023-09-29T22:47:56.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:55 smithi163 ceph-mon[136964]: daemon mds.foofs.smithi060.rekotv compat changed unexpectedly 2023-09-29T22:47:56.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:55 smithi163 ceph-mon[136964]: osdmap e111: 8 total, 8 up, 8 in 2023-09-29T22:47:56.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:55 smithi163 ceph-mon[136964]: Health check update: Degraded data redundancy: 236/1521 objects degraded (15.516%), 37 pgs degraded (PG_DEGRADED) 2023-09-29T22:47:56.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:56 smithi060 ceph-mon[155919]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-29T22:47:56.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:56 smithi060 ceph-mon[155919]: fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 2023-09-29T22:47:57.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:56 smithi163 ceph-mon[136964]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-29T22:47:57.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:56 smithi163 ceph-mon[136964]: fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 2023-09-29T22:47:57.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:57 smithi060 ceph-mon[155919]: pgmap v178: 129 pgs: 14 peering, 14 active+undersized+degraded, 6 active+undersized, 95 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 245 B/s wr, 0 op/s; 111/1521 objects degraded (7.298%) 2023-09-29T22:47:58.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:57 smithi163 ceph-mon[136964]: pgmap v178: 129 pgs: 14 peering, 14 active+undersized+degraded, 6 active+undersized, 95 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 245 B/s wr, 0 op/s; 111/1521 objects degraded (7.298%) 2023-09-29T22:47:59.060 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:48:00.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:59 smithi163 ceph-mon[136964]: pgmap v179: 129 pgs: 8 peering, 121 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-09-29T22:48:00.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:00.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:48:00.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:47:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:59 smithi060 ceph-mon[155919]: pgmap v179: 129 pgs: 8 peering, 121 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-09-29T22:48:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:48:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:47:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:01.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:00 smithi163 ceph-mon[136964]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 111/1521 objects degraded (7.298%), 14 pgs degraded) 2023-09-29T22:48:01.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:00 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:01.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:00 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:01.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:00 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:48:01.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:00 smithi060 ceph-mon[155919]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 111/1521 objects degraded (7.298%), 14 pgs degraded) 2023-09-29T22:48:01.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:00 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:01.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:00 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:01.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:00 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:48:02.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:01 smithi163 ceph-mon[136964]: pgmap v180: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 285 B/s rd, 142 B/s wr, 0 op/s 2023-09-29T22:48:02.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:01 smithi163 ceph-mon[136964]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-29T22:48:02.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:01 smithi163 ceph-mon[136964]: Cluster is now healthy 2023-09-29T22:48:02.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:01 smithi163 ceph-mon[136964]: mds.? [v2:172.21.15.60:6834/1493162164,v1:172.21.15.60:6835/1493162164] up:boot 2023-09-29T22:48:02.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:01 smithi163 ceph-mon[136964]: fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:48:02.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:01 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:48:02.161 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:01 smithi060 ceph-mon[155919]: pgmap v180: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 285 B/s rd, 142 B/s wr, 0 op/s 2023-09-29T22:48:02.161 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:01 smithi060 ceph-mon[155919]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-29T22:48:02.162 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:01 smithi060 ceph-mon[155919]: Cluster is now healthy 2023-09-29T22:48:02.162 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:01 smithi060 ceph-mon[155919]: mds.? [v2:172.21.15.60:6834/1493162164,v1:172.21.15.60:6835/1493162164] up:boot 2023-09-29T22:48:02.162 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:01 smithi060 ceph-mon[155919]: fsmap foofs:1 {0=foofs.smithi163.avrbvr=up:active} 1 up:standby 2023-09-29T22:48:02.162 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:01 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:48:03.838 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:03 smithi060 ceph-mon[155919]: pgmap v181: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 250 B/s rd, 125 B/s wr, 0 op/s 2023-09-29T22:48:04.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:03 smithi163 ceph-mon[136964]: pgmap v181: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 250 B/s rd, 125 B/s wr, 0 op/s 2023-09-29T22:48:04.108 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:48:05.426 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:05 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:05.427 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:05 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:05.427 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:05 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:05.427 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:05 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:05.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:05 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:05.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:05 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:05.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:05 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:05.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:05 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:05.734 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:48:06.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:06 smithi060 ceph-mon[155919]: pgmap v182: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:48:06.449 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:48:06.449 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (12m) 2s ago 13m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:48:06.449 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (4m) 2s ago 13m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:48:06.449 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (3m) 17s ago 12m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:48:06.449 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (12m) 2s ago 13m 38.4M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:48:06.449 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (6s) 2s ago 9m 13.2M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 481e1c014942 2023-09-29T22:48:06.449 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (9m) 17s ago 9m 42.2M - 16.2.5 6933c2a0b7dd 91ed100dc3bc 2023-09-29T22:48:06.449 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (5m) 2s ago 14m 511M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:48:06.449 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (4m) 17s ago 12m 441M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (4m) 2s ago 14m 102M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (4m) 17s ago 12m 73.1M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (7m) 2s ago 7m 81.3M - 3.5 6933c2a0b7dd 5ff326b80a0b 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (7m) 17s ago 7m 81.6M - 3.5 6933c2a0b7dd 29a5bae8b51b 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (12m) 2s ago 12m 18.3M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (12m) 17s ago 12m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (3m) 2s ago 12m 366M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (3m) 2s ago 11m 295M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (2m) 2s ago 11m 248M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (2m) 2s ago 11m 316M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:48:06.450 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (103s) 17s ago 11m 348M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:48:06.451 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (75s) 17s ago 11m 361M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b b05cdc6ccab3 2023-09-29T22:48:06.451 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (48s) 17s ago 10m 298M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6c4e5c308cc0 2023-09-29T22:48:06.451 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (20s) 17s ago 10m 10.9M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 028f809941ba 2023-09-29T22:48:06.451 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (5m) 2s ago 12m 74.9M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:48:06.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:06 smithi163 ceph-mon[136964]: pgmap v182: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:48:06.903 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:48:06.903 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:48:06.903 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:48:06.903 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:48:06.903 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:48:06.903 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:48:06.903 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 13 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:48:06.904 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:48:07.287 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:48:07.288 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:48:07.288 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:48:07.288 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:48:07.288 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:48:07.288 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:48:07.288 INFO:teuthology.orchestra.run.smithi060.stdout: "osd", 2023-09-29T22:48:07.288 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:48:07.288 INFO:teuthology.orchestra.run.smithi060.stdout: "crash" 2023-09-29T22:48:07.288 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:48:07.288 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "15/23 daemons upgraded", 2023-09-29T22:48:07.289 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading mds daemons", 2023-09-29T22:48:07.289 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:48:07.289 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:48:07.373 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:07 smithi060 ceph-mon[155919]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:07.373 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:07 smithi060 ceph-mon[155919]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:07.373 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:07 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/2240216240' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:07.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:07 smithi163 ceph-mon[136964]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:07.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:07 smithi163 ceph-mon[136964]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:07.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:07 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/2240216240' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:08.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: pgmap v183: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:08.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:08.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:08.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:08 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi163.avrbvr"]}]: dispatch 2023-09-29T22:48:08.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:08.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: pgmap v183: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2023-09-29T22:48:08.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:08.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:08.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:08.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:48:08.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:08.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:08.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:48:08.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:08.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:08.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:08.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:08.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:08 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi163.avrbvr"]}]: dispatch 2023-09-29T22:48:09.152 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:48:09.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:09 smithi163 ceph-mon[136964]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:09.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:09 smithi163 ceph-mon[136964]: Detected new or changed devices on smithi060 2023-09-29T22:48:09.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:09 smithi163 ceph-mon[136964]: Upgrade: It appears safe to stop mds.foofs.smithi163.avrbvr 2023-09-29T22:48:09.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:09 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:09.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:09 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:09.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:09 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.avrbvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:48:09.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:09 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:09.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:09 smithi060 ceph-mon[155919]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:09.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:09 smithi060 ceph-mon[155919]: Detected new or changed devices on smithi060 2023-09-29T22:48:09.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:09 smithi060 ceph-mon[155919]: Upgrade: It appears safe to stop mds.foofs.smithi163.avrbvr 2023-09-29T22:48:09.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:09 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:09.447 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:09 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:09.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:09 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.avrbvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T22:48:09.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:09 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:10.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:10 smithi060 ceph-mon[155919]: pgmap v184: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:48:10.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:10 smithi060 ceph-mon[155919]: Upgrade: Updating mds.foofs.smithi163.avrbvr 2023-09-29T22:48:10.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:10 smithi060 ceph-mon[155919]: Deploying daemon mds.foofs.smithi163.avrbvr on smithi163 2023-09-29T22:48:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:10 smithi163 ceph-mon[136964]: pgmap v184: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T22:48:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:10 smithi163 ceph-mon[136964]: Upgrade: Updating mds.foofs.smithi163.avrbvr 2023-09-29T22:48:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:10 smithi163 ceph-mon[136964]: Deploying daemon mds.foofs.smithi163.avrbvr on smithi163 2023-09-29T22:48:11.049 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:48:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:48:10.593+0000 7fd9e89e9700 -1 bdev(0x56269c6f4400 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 2 2023-09-29T22:48:11.050 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:48:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:48:10.595+0000 7fd9e91ea700 -1 bdev(0x56269c6f4400 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 8 2023-09-29T22:48:11.050 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:48:10 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:48:10.596+0000 7fd9eb1ee700 -1 bdev(0x56269c6f4400 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 10 2023-09-29T22:48:11.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:11 smithi163 ceph-mon[136964]: daemon mds.foofs.smithi163.avrbvr compat changed unexpectedly 2023-09-29T22:48:11.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:11 smithi163 ceph-mon[136964]: osdmap e112: 8 total, 8 up, 8 in 2023-09-29T22:48:11.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:11 smithi163 ceph-mon[136964]: Standby daemon mds.foofs.smithi060.rekotv assigned to filesystem foofs as rank 0 2023-09-29T22:48:11.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:11 smithi163 ceph-mon[136964]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-29T22:48:11.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:11 smithi163 ceph-mon[136964]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-29T22:48:11.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:11 smithi163 ceph-mon[136964]: fsmap foofs:1/1 {0=foofs.smithi060.rekotv=up:replay} 2023-09-29T22:48:11.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:11 smithi060 ceph-mon[155919]: daemon mds.foofs.smithi163.avrbvr compat changed unexpectedly 2023-09-29T22:48:11.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:11 smithi060 ceph-mon[155919]: osdmap e112: 8 total, 8 up, 8 in 2023-09-29T22:48:11.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:11 smithi060 ceph-mon[155919]: Standby daemon mds.foofs.smithi060.rekotv assigned to filesystem foofs as rank 0 2023-09-29T22:48:11.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:11 smithi060 ceph-mon[155919]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-29T22:48:11.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:11 smithi060 ceph-mon[155919]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-29T22:48:11.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:11 smithi060 ceph-mon[155919]: fsmap foofs:1/1 {0=foofs.smithi060.rekotv=up:replay} 2023-09-29T22:48:12.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:12 smithi163 ceph-mon[136964]: pgmap v186: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:48:12.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:12 smithi060 ceph-mon[155919]: pgmap v186: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T22:48:13.519 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:13 smithi060 ceph-mon[155919]: mds.? [v2:172.21.15.60:6834/1493162164,v1:172.21.15.60:6835/1493162164] up:reconnect 2023-09-29T22:48:13.519 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:13 smithi060 ceph-mon[155919]: fsmap foofs:1/1 {0=foofs.smithi060.rekotv=up:reconnect} 2023-09-29T22:48:13.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:13 smithi163 ceph-mon[136964]: mds.? [v2:172.21.15.60:6834/1493162164,v1:172.21.15.60:6835/1493162164] up:reconnect 2023-09-29T22:48:13.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:13 smithi163 ceph-mon[136964]: fsmap foofs:1/1 {0=foofs.smithi060.rekotv=up:reconnect} 2023-09-29T22:48:14.196 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:48:14.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:14 smithi163 ceph-mon[136964]: pgmap v187: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 204 B/s wr, 3 op/s 2023-09-29T22:48:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:14 smithi163 ceph-mon[136964]: mds.? [v2:172.21.15.60:6834/1493162164,v1:172.21.15.60:6835/1493162164] up:rejoin 2023-09-29T22:48:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:14 smithi163 ceph-mon[136964]: fsmap foofs:1/1 {0=foofs.smithi060.rekotv=up:rejoin} 2023-09-29T22:48:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:14 smithi163 ceph-mon[136964]: daemon mds.foofs.smithi060.rekotv is now active in filesystem foofs as rank 0 2023-09-29T22:48:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:14.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:14 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:48:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:14 smithi060 ceph-mon[155919]: pgmap v187: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 204 B/s wr, 3 op/s 2023-09-29T22:48:14.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:14 smithi060 ceph-mon[155919]: mds.? [v2:172.21.15.60:6834/1493162164,v1:172.21.15.60:6835/1493162164] up:rejoin 2023-09-29T22:48:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:14 smithi060 ceph-mon[155919]: fsmap foofs:1/1 {0=foofs.smithi060.rekotv=up:rejoin} 2023-09-29T22:48:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:14 smithi060 ceph-mon[155919]: daemon mds.foofs.smithi060.rekotv is now active in filesystem foofs as rank 0 2023-09-29T22:48:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:14.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:14 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:48:15.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:15 smithi163 ceph-mon[136964]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-29T22:48:15.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:15 smithi163 ceph-mon[136964]: mds.? [v2:172.21.15.60:6834/1493162164,v1:172.21.15.60:6835/1493162164] up:active 2023-09-29T22:48:15.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:15 smithi163 ceph-mon[136964]: fsmap foofs:1 {0=foofs.smithi060.rekotv=up:active} 2023-09-29T22:48:15.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:15 smithi060 ceph-mon[155919]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-29T22:48:15.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:15 smithi060 ceph-mon[155919]: mds.? [v2:172.21.15.60:6834/1493162164,v1:172.21.15.60:6835/1493162164] up:active 2023-09-29T22:48:15.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:15 smithi060 ceph-mon[155919]: fsmap foofs:1 {0=foofs.smithi060.rekotv=up:active} 2023-09-29T22:48:16.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:16 smithi163 ceph-mon[136964]: pgmap v188: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 204 B/s wr, 6 op/s 2023-09-29T22:48:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:16 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:16 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:16 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:48:16.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:16 smithi060 ceph-mon[155919]: pgmap v188: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 204 B/s wr, 6 op/s 2023-09-29T22:48:16.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:16 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:16.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:16 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:16.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:16 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:48:17.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:17 smithi060 ceph-mon[155919]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-29T22:48:17.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:17 smithi060 ceph-mon[155919]: Cluster is now healthy 2023-09-29T22:48:17.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:17 smithi060 ceph-mon[155919]: mds.? [v2:172.21.15.163:6832/3931043048,v1:172.21.15.163:6833/3931043048] up:boot 2023-09-29T22:48:17.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:17 smithi060 ceph-mon[155919]: fsmap foofs:1 {0=foofs.smithi060.rekotv=up:active} 1 up:standby 2023-09-29T22:48:17.450 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:48:17.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:17 smithi163 ceph-mon[136964]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-29T22:48:17.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:17 smithi163 ceph-mon[136964]: Cluster is now healthy 2023-09-29T22:48:17.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:17 smithi163 ceph-mon[136964]: mds.? [v2:172.21.15.163:6832/3931043048,v1:172.21.15.163:6833/3931043048] up:boot 2023-09-29T22:48:17.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:17 smithi163 ceph-mon[136964]: fsmap foofs:1 {0=foofs.smithi060.rekotv=up:active} 1 up:standby 2023-09-29T22:48:17.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:48:18.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:18 smithi163 ceph-mon[136964]: pgmap v189: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 8 op/s 2023-09-29T22:48:18.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:18 smithi060 ceph-mon[155919]: pgmap v189: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 8 op/s 2023-09-29T22:48:19.235 INFO:teuthology.orchestra.run.smithi060.stderr:mount.nfs: mounting smithi060:/fake failed, reason given by server: No such file or directory 2023-09-29T22:48:19.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:19.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:19.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:19 smithi163 ceph-mon[136964]: pgmap v190: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2023-09-29T22:48:19.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:19.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:19.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:19.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:19.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:19 smithi060 ceph-mon[155919]: pgmap v190: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2023-09-29T22:48:19.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:19.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:21 smithi163 ceph-mon[136964]: pgmap v191: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 194 B/s wr, 10 op/s 2023-09-29T22:48:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:48:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:21.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:21.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:21 smithi060 ceph-mon[155919]: pgmap v191: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 194 B/s wr, 10 op/s 2023-09-29T22:48:21.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:21.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:21.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:21.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:48:21.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:21.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:22.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: Detected new or changed devices on smithi163 2023-09-29T22:48:22.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:48:22.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:22.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:22.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:22.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: Upgrade: Setting container_image for all mds 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi060.rekotv"}]': finished 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi163.avrbvr"}]': finished 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: Upgrade: Setting container_image for all rgw 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:22.672 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:22.673 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: Upgrade: Setting container_image for all rbd-mirror 2023-09-29T22:48:22.673 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:22.673 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:22.673 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:22.673 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: Upgrade: Setting container_image for all iscsi 2023-09-29T22:48:22.673 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:22 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: Detected new or changed devices on smithi163 2023-09-29T22:48:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:48:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: Upgrade: Setting container_image for all mds 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi060.rekotv"}]: dispatch 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi060.rekotv"}]': finished 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi163.avrbvr"}]: dispatch 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi163.avrbvr"}]': finished 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: Upgrade: Setting container_image for all rgw 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:23.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:23.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: Upgrade: Setting container_image for all rbd-mirror 2023-09-29T22:48:23.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:23.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:23.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:23.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: Upgrade: Setting container_image for all iscsi 2023-09-29T22:48:23.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:22 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:23.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: Upgrade: Updating nfs.foo.0.1.smithi060.wmowsx (1/2) 2023-09-29T22:48:23.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:23.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: Creating key for client.nfs.foo.0.1.smithi060.wmowsx 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: pgmap v192: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 170 B/s wr, 9 op/s 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: Rados config object exists: conf-nfs.foo 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: Creating key for client.nfs.foo.0.1.smithi060.wmowsx-rgw 2023-09-29T22:48:23.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:48:23.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: Bind address in nfs.foo.0.1.smithi060.wmowsx's ganesha conf is defaulting to empty 2023-09-29T22:48:23.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:23.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:23 smithi060 ceph-mon[155919]: Deploying daemon nfs.foo.0.1.smithi060.wmowsx on smithi060 2023-09-29T22:48:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: Upgrade: Updating nfs.foo.0.1.smithi060.wmowsx (1/2) 2023-09-29T22:48:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: Creating key for client.nfs.foo.0.1.smithi060.wmowsx 2023-09-29T22:48:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:48:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T22:48:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:48:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T22:48:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:24.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: pgmap v192: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 170 B/s wr, 9 op/s 2023-09-29T22:48:24.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:48:24.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:48:24.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: Rados config object exists: conf-nfs.foo 2023-09-29T22:48:24.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: Creating key for client.nfs.foo.0.1.smithi060.wmowsx-rgw 2023-09-29T22:48:24.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi060.wmowsx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:48:24.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: Bind address in nfs.foo.0.1.smithi060.wmowsx's ganesha conf is defaulting to empty 2023-09-29T22:48:24.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:24.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:23 smithi163 ceph-mon[136964]: Deploying daemon nfs.foo.0.1.smithi060.wmowsx on smithi060 2023-09-29T22:48:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:26 smithi163 ceph-mon[136964]: pgmap v193: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 7.3 KiB/s wr, 10 op/s 2023-09-29T22:48:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:26 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:26 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:26.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:26 smithi060 ceph-mon[155919]: pgmap v193: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 7.3 KiB/s wr, 10 op/s 2023-09-29T22:48:26.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:26 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:26.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:26 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:27.507 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: Upgrade: Updating nfs.foo.1.1.smithi163.kleznb (2/2) 2023-09-29T22:48:27.507 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:27.507 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: Creating key for client.nfs.foo.1.1.smithi163.kleznb 2023-09-29T22:48:27.507 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:48:27.507 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T22:48:27.507 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:48:27.507 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T22:48:27.507 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:27.508 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:48:27.508 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:48:27.508 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: Rados config object exists: conf-nfs.foo 2023-09-29T22:48:27.508 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: Creating key for client.nfs.foo.1.1.smithi163.kleznb-rgw 2023-09-29T22:48:27.508 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:48:27.508 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: Bind address in nfs.foo.1.1.smithi163.kleznb's ganesha conf is defaulting to empty 2023-09-29T22:48:27.508 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:27.508 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: Deploying daemon nfs.foo.1.1.smithi163.kleznb on smithi163 2023-09-29T22:48:27.508 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:27 smithi163 ceph-mon[136964]: pgmap v194: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.7 MiB/s rd, 7.5 KiB/s wr, 8 op/s 2023-09-29T22:48:27.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: Upgrade: Updating nfs.foo.1.1.smithi163.kleznb (2/2) 2023-09-29T22:48:27.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:27.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: Creating key for client.nfs.foo.1.1.smithi163.kleznb 2023-09-29T22:48:27.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T22:48:27.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T22:48:27.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T22:48:27.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T22:48:27.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:27.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T22:48:27.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T22:48:27.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: Rados config object exists: conf-nfs.foo 2023-09-29T22:48:27.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: Creating key for client.nfs.foo.1.1.smithi163.kleznb-rgw 2023-09-29T22:48:27.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi163.kleznb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T22:48:27.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: Bind address in nfs.foo.1.1.smithi163.kleznb's ganesha conf is defaulting to empty 2023-09-29T22:48:27.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:48:27.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: Deploying daemon nfs.foo.1.1.smithi163.kleznb on smithi163 2023-09-29T22:48:27.698 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:27 smithi060 ceph-mon[155919]: pgmap v194: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.7 MiB/s rd, 7.5 KiB/s wr, 8 op/s 2023-09-29T22:48:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:48:30.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:29 smithi163 ceph-mon[136964]: pgmap v195: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.3 KiB/s rd, 7.7 KiB/s wr, 7 op/s 2023-09-29T22:48:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:30.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:48:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:48:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:29 smithi060 ceph-mon[155919]: pgmap v195: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.3 KiB/s rd, 7.7 KiB/s wr, 7 op/s 2023-09-29T22:48:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:30.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:48:32.195 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-09-29T22:48:32.263 INFO:teuthology.orchestra.run.smithi060.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-29T22:48:32.264 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:48:32.264 INFO:teuthology.orchestra.run.smithi060.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-09-29T22:48:32.264 INFO:teuthology.orchestra.run.smithi060.stdout:3 of 5 processes prepared for launch 0 sec 2023-09-29T22:48:32.365 INFO:teuthology.orchestra.run.smithi060.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-29T22:48:32.365 INFO:teuthology.orchestra.run.smithi060.stdout:releasing clients 2023-09-29T22:48:32.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:32 smithi060 ceph-mon[155919]: pgmap v196: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 9.1 KiB/s wr, 11 op/s 2023-09-29T22:48:32.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:32.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:32.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:32.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:32.422 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:32 smithi163 ceph-mon[136964]: pgmap v196: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 9.1 KiB/s wr, 11 op/s 2023-09-29T22:48:32.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:32.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:32.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:32.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:34.371 INFO:teuthology.orchestra.run.smithi060.stdout: 5 349 29.41 MB/sec execute 1 sec latency 103.520 ms 2023-09-29T22:48:34.411 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:34 smithi060 ceph-mon[155919]: pgmap v197: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 9.1 KiB/s wr, 14 op/s 2023-09-29T22:48:34.411 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:34 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:34.411 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:34 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:34.493 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:34 smithi163 ceph-mon[136964]: pgmap v197: 129 pgs: 129 active+clean; 317 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 9.1 KiB/s wr, 14 op/s 2023-09-29T22:48:34.494 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:34 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:34.494 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:34 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:35.372 INFO:teuthology.orchestra.run.smithi060.stdout: 5 473 24.56 MB/sec execute 2 sec latency 138.730 ms 2023-09-29T22:48:35.742 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:35.742 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:35.742 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:35 smithi060 ceph-mon[155919]: pgmap v198: 129 pgs: 129 active+clean; 329 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 1.1 MiB/s wr, 55 op/s 2023-09-29T22:48:35.742 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:35.742 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:35.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:35.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:35.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:35 smithi163 ceph-mon[136964]: pgmap v198: 129 pgs: 129 active+clean; 329 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 1.1 MiB/s wr, 55 op/s 2023-09-29T22:48:35.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:35.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:48:36.373 INFO:teuthology.orchestra.run.smithi060.stdout: 5 712 24.14 MB/sec execute 3 sec latency 102.329 ms 2023-09-29T22:48:37.373 INFO:teuthology.orchestra.run.smithi060.stdout: 5 945 19.03 MB/sec execute 4 sec latency 96.394 ms 2023-09-29T22:48:37.825 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:48:38.069 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:37 smithi060 ceph-mon[155919]: pgmap v199: 129 pgs: 129 active+clean; 334 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 4.9 MiB/s wr, 87 op/s 2023-09-29T22:48:38.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:37 smithi163 ceph-mon[136964]: pgmap v199: 129 pgs: 129 active+clean; 334 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 4.9 MiB/s wr, 87 op/s 2023-09-29T22:48:38.375 INFO:teuthology.orchestra.run.smithi060.stdout: 5 cleanup 5 sec 2023-09-29T22:48:38.885 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:48:38.885 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (12m) 5s ago 13m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:48:38.886 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (4m) 5s ago 13m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:48:38.886 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (4m) 7s ago 13m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:48:38.886 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (12m) 5s ago 13m 38.4M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:48:38.886 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (39s) 5s ago 10m 29.0M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 481e1c014942 2023-09-29T22:48:38.886 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (22s) 7s ago 10m 13.0M - 17.2.6-1144-ga552a72f 294e5d7ccd3b df7c1c112efc 2023-09-29T22:48:38.886 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (5m) 5s ago 14m 514M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:48:38.886 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (5m) 7s ago 13m 441M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:48:38.886 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (5m) 5s ago 15m 107M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:48:38.886 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (4m) 7s ago 13m 78.1M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:48:38.886 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (14s) 5s ago 8m 56.0M - 4.0 294e5d7ccd3b 2c6dbf87ef35 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (10s) 7s ago 8m 20.2M - 4.0 294e5d7ccd3b a8f539c4b4f7 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (13m) 5s ago 13m 18.3M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (13m) 7s ago 13m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (4m) 5s ago 12m 372M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (3m) 5s ago 12m 302M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (3m) 5s ago 12m 256M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (2m) 5s ago 11m 323M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (2m) 7s ago 11m 357M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (108s) 7s ago 11m 371M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b b05cdc6ccab3 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (80s) 7s ago 11m 307M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6c4e5c308cc0 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (52s) 7s ago 11m 416M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 028f809941ba 2023-09-29T22:48:38.887 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (5m) 5s ago 13m 75.0M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:48:39.202 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:38 smithi060 ceph-mon[155919]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:39.295 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:48:39.295 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:48:39.296 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T22:48:39.297 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:48:39.297 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:48:39.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:38 smithi163 ceph-mon[136964]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:39.373 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 6 sec 2023-09-29T22:48:39.650 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:48:39.650 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:48:39.650 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:48:39.650 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:48:39.650 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:48:39.650 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:48:39.650 INFO:teuthology.orchestra.run.smithi060.stdout: "nfs", 2023-09-29T22:48:39.651 INFO:teuthology.orchestra.run.smithi060.stdout: "osd", 2023-09-29T22:48:39.651 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:48:39.651 INFO:teuthology.orchestra.run.smithi060.stdout: "crash", 2023-09-29T22:48:39.651 INFO:teuthology.orchestra.run.smithi060.stdout: "mds" 2023-09-29T22:48:39.651 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:48:39.651 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "18/23 daemons upgraded", 2023-09-29T22:48:39.651 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading nfs daemons", 2023-09-29T22:48:39.651 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:48:39.651 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:48:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:39 smithi060 ceph-mon[155919]: from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:39 smithi060 ceph-mon[155919]: pgmap v200: 129 pgs: 129 active+clean; 324 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 38 KiB/s rd, 6.7 MiB/s wr, 148 op/s 2023-09-29T22:48:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:39 smithi060 ceph-mon[155919]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:39 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/1551460235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:40.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:39 smithi163 ceph-mon[136964]: from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:40.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:39 smithi163 ceph-mon[136964]: pgmap v200: 129 pgs: 129 active+clean; 324 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 38 KiB/s rd, 6.7 MiB/s wr, 148 op/s 2023-09-29T22:48:40.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:39 smithi163 ceph-mon[136964]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:40.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:39 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/1551460235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:48:40.373 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 7 sec 2023-09-29T22:48:41.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:40 smithi060 ceph-mon[155919]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:41.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:40 smithi163 ceph-mon[136964]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:48:41.373 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 8 sec 2023-09-29T22:48:42.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:41 smithi060 ceph-mon[155919]: pgmap v201: 129 pgs: 129 active+clean; 319 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 38 KiB/s rd, 9.7 MiB/s wr, 273 op/s 2023-09-29T22:48:42.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:41 smithi163 ceph-mon[136964]: pgmap v201: 129 pgs: 129 active+clean; 319 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 38 KiB/s rd, 9.7 MiB/s wr, 273 op/s 2023-09-29T22:48:42.373 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 9 sec 2023-09-29T22:48:43.373 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 10 sec 2023-09-29T22:48:44.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:43 smithi060 ceph-mon[155919]: pgmap v202: 129 pgs: 129 active+clean; 288 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 9.8 MiB/s wr, 281 op/s 2023-09-29T22:48:44.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:48:44.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:43 smithi163 ceph-mon[136964]: pgmap v202: 129 pgs: 129 active+clean; 288 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 9.8 MiB/s wr, 281 op/s 2023-09-29T22:48:44.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:48:44.373 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 11 sec 2023-09-29T22:48:45.373 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 12 sec 2023-09-29T22:48:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:45 smithi060 ceph-mon[155919]: pgmap v203: 129 pgs: 129 active+clean; 264 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 29 KiB/s rd, 9.8 MiB/s wr, 287 op/s 2023-09-29T22:48:46.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:45 smithi163 ceph-mon[136964]: pgmap v203: 129 pgs: 129 active+clean; 264 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 29 KiB/s rd, 9.8 MiB/s wr, 287 op/s 2023-09-29T22:48:46.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 13 sec 2023-09-29T22:48:47.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 14 sec 2023-09-29T22:48:48.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:47 smithi060 ceph-mon[155919]: pgmap v204: 129 pgs: 129 active+clean; 221 MiB data, 928 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 8.8 MiB/s wr, 256 op/s 2023-09-29T22:48:48.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:47 smithi163 ceph-mon[136964]: pgmap v204: 129 pgs: 129 active+clean; 221 MiB data, 928 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 8.8 MiB/s wr, 256 op/s 2023-09-29T22:48:48.373 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 15 sec 2023-09-29T22:48:49.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 16 sec 2023-09-29T22:48:50.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:49 smithi060 ceph-mon[155919]: pgmap v205: 129 pgs: 129 active+clean; 217 MiB data, 924 MiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 220 op/s 2023-09-29T22:48:50.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:49 smithi163 ceph-mon[136964]: pgmap v205: 129 pgs: 129 active+clean; 217 MiB data, 924 MiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 220 op/s 2023-09-29T22:48:50.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 17 sec 2023-09-29T22:48:51.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 18 sec 2023-09-29T22:48:51.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:51 smithi060 ceph-mon[155919]: pgmap v206: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.2 MiB/s wr, 159 op/s 2023-09-29T22:48:52.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:51 smithi163 ceph-mon[136964]: pgmap v206: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.2 MiB/s wr, 159 op/s 2023-09-29T22:48:52.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 19 sec 2023-09-29T22:48:53.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 20 sec 2023-09-29T22:48:54.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:53 smithi060 ceph-mon[155919]: pgmap v207: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 3.5 KiB/s rd, 107 KiB/s wr, 33 op/s 2023-09-29T22:48:54.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:53 smithi163 ceph-mon[136964]: pgmap v207: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 3.5 KiB/s rd, 107 KiB/s wr, 33 op/s 2023-09-29T22:48:54.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 21 sec 2023-09-29T22:48:55.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 22 sec 2023-09-29T22:48:56.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:55 smithi060 ceph-mon[155919]: pgmap v208: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 3.5 KiB/s rd, 32 KiB/s wr, 19 op/s 2023-09-29T22:48:56.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:55 smithi163 ceph-mon[136964]: pgmap v208: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 3.5 KiB/s rd, 32 KiB/s wr, 19 op/s 2023-09-29T22:48:56.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 23 sec 2023-09-29T22:48:57.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 24 sec 2023-09-29T22:48:58.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:57 smithi060 ceph-mon[155919]: pgmap v209: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 17 KiB/s wr, 10 op/s 2023-09-29T22:48:58.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:57 smithi163 ceph-mon[136964]: pgmap v209: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 17 KiB/s wr, 10 op/s 2023-09-29T22:48:58.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 25 sec 2023-09-29T22:48:59.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:48:59.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:48:59.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 26 sec 2023-09-29T22:49:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:48:59 smithi060 ceph-mon[155919]: pgmap v210: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 17 KiB/s wr, 0 op/s 2023-09-29T22:49:00.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:48:59 smithi163 ceph-mon[136964]: pgmap v210: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 17 KiB/s wr, 0 op/s 2023-09-29T22:49:00.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 27 sec 2023-09-29T22:49:01.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 28 sec 2023-09-29T22:49:01.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:01 smithi060 ceph-mon[155919]: pgmap v211: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-09-29T22:49:02.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:01 smithi163 ceph-mon[136964]: pgmap v211: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-09-29T22:49:02.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 29 sec 2023-09-29T22:49:03.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 30 sec 2023-09-29T22:49:04.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:03 smithi060 ceph-mon[155919]: pgmap v212: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-09-29T22:49:04.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:03 smithi163 ceph-mon[136964]: pgmap v212: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-09-29T22:49:04.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 31 sec 2023-09-29T22:49:05.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 32 sec 2023-09-29T22:49:06.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:05 smithi060 ceph-mon[155919]: pgmap v213: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:06.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:05 smithi163 ceph-mon[136964]: pgmap v213: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:06.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 33 sec 2023-09-29T22:49:07.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 34 sec 2023-09-29T22:49:08.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:07 smithi060 ceph-mon[155919]: pgmap v214: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:49:08.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:07 smithi163 ceph-mon[136964]: pgmap v214: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:49:08.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 35 sec 2023-09-29T22:49:09.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 36 sec 2023-09-29T22:49:10.191 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:49:10.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:09 smithi060 ceph-mon[155919]: pgmap v215: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:10.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:09 smithi163 ceph-mon[136964]: pgmap v215: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:10.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 37 sec 2023-09-29T22:49:11.048 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:49:11.049 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (13m) 37s ago 14m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:49:11.049 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (5m) 37s ago 14m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:49:11.049 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (5m) 39s ago 13m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:49:11.049 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (13m) 37s ago 14m 38.4M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:49:11.049 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (71s) 37s ago 10m 29.0M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 481e1c014942 2023-09-29T22:49:11.049 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (55s) 39s ago 10m 13.0M - 17.2.6-1144-ga552a72f 294e5d7ccd3b df7c1c112efc 2023-09-29T22:49:11.049 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (6m) 37s ago 15m 514M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:49:11.049 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (6m) 39s ago 13m 441M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:49:11.049 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (5m) 37s ago 15m 107M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:49:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (5m) 39s ago 13m 78.1M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:49:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (46s) 37s ago 8m 56.0M - 4.0 294e5d7ccd3b 2c6dbf87ef35 2023-09-29T22:49:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (42s) 39s ago 8m 20.2M - 4.0 294e5d7ccd3b a8f539c4b4f7 2023-09-29T22:49:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (14m) 37s ago 14m 18.3M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:49:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (13m) 39s ago 13m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:49:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (4m) 37s ago 13m 372M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:49:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (4m) 37s ago 13m 302M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:49:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (3m) 37s ago 12m 256M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:49:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (3m) 37s ago 12m 323M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:49:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (2m) 39s ago 12m 357M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:49:11.051 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (2m) 39s ago 12m 371M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b b05cdc6ccab3 2023-09-29T22:49:11.051 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (112s) 39s ago 11m 307M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6c4e5c308cc0 2023-09-29T22:49:11.051 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (84s) 39s ago 11m 416M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 028f809941ba 2023-09-29T22:49:11.051 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (6m) 37s ago 13m 75.0M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:49:11.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:10 smithi060 ceph-mon[155919]: from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:11.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:10 smithi163 ceph-mon[136964]: from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:11.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 38 sec 2023-09-29T22:49:11.452 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:49:11.452 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:49:11.452 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:49:11.452 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:49:11.452 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:49:11.452 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:49:11.453 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:49:11.453 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:49:11.453 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T22:49:11.453 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:49:11.453 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:49:11.453 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:49:11.453 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:49:11.453 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:49:11.453 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T22:49:11.453 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:49:11.454 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:49:11.801 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:49:11.801 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:49:11.801 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:49:11.801 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:49:11.801 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:49:11.801 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:49:11.801 INFO:teuthology.orchestra.run.smithi060.stdout: "nfs", 2023-09-29T22:49:11.801 INFO:teuthology.orchestra.run.smithi060.stdout: "osd", 2023-09-29T22:49:11.802 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:49:11.802 INFO:teuthology.orchestra.run.smithi060.stdout: "crash", 2023-09-29T22:49:11.802 INFO:teuthology.orchestra.run.smithi060.stdout: "mds" 2023-09-29T22:49:11.802 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:49:11.802 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "18/23 daemons upgraded", 2023-09-29T22:49:11.802 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading nfs daemons", 2023-09-29T22:49:11.802 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:49:11.802 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:49:12.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:11 smithi060 ceph-mon[155919]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:12.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:11 smithi060 ceph-mon[155919]: pgmap v216: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:12.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:11 smithi060 ceph-mon[155919]: from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:12.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:11 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/1633464971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:12.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:11 smithi163 ceph-mon[136964]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:12.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:11 smithi163 ceph-mon[136964]: pgmap v216: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:12.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:11 smithi163 ceph-mon[136964]: from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:12.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:11 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/1633464971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:12.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 39 sec 2023-09-29T22:49:13.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:12 smithi163 ceph-mon[136964]: from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:13.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:12 smithi060 ceph-mon[155919]: from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:13.374 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 40 sec 2023-09-29T22:49:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:13 smithi060 ceph-mon[155919]: pgmap v217: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:49:14.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:13 smithi163 ceph-mon[136964]: pgmap v217: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:49:14.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 41 sec 2023-09-29T22:49:15.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 42 sec 2023-09-29T22:49:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:15 smithi060 ceph-mon[155919]: pgmap v218: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:16.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:15 smithi163 ceph-mon[136964]: pgmap v218: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:16.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 43 sec 2023-09-29T22:49:17.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 44 sec 2023-09-29T22:49:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:17 smithi060 ceph-mon[155919]: pgmap v219: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:49:18.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:17 smithi163 ceph-mon[136964]: pgmap v219: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:49:18.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 45 sec 2023-09-29T22:49:19.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 46 sec 2023-09-29T22:49:20.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:19 smithi060 ceph-mon[155919]: pgmap v220: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:20.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:19 smithi163 ceph-mon[136964]: pgmap v220: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:20.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 47 sec 2023-09-29T22:49:21.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 48 sec 2023-09-29T22:49:21.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:21 smithi060 ceph-mon[155919]: pgmap v221: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:21 smithi163 ceph-mon[136964]: pgmap v221: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:22.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 49 sec 2023-09-29T22:49:23.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 50 sec 2023-09-29T22:49:24.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:23 smithi060 ceph-mon[155919]: pgmap v222: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:24.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:23 smithi163 ceph-mon[136964]: pgmap v222: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:24.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 51 sec 2023-09-29T22:49:25.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 52 sec 2023-09-29T22:49:26.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:25 smithi060 ceph-mon[155919]: pgmap v223: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:26.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:25 smithi163 ceph-mon[136964]: pgmap v223: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:26.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 53 sec 2023-09-29T22:49:27.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 54 sec 2023-09-29T22:49:28.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:27 smithi060 ceph-mon[155919]: pgmap v224: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:49:28.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:27 smithi163 ceph-mon[136964]: pgmap v224: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:49:28.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 55 sec 2023-09-29T22:49:29.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:28 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:49:29.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:28 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:49:29.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 56 sec 2023-09-29T22:49:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:29 smithi060 ceph-mon[155919]: pgmap v225: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:30.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:29 smithi163 ceph-mon[136964]: pgmap v225: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:30.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 57 sec 2023-09-29T22:49:31.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 58 sec 2023-09-29T22:49:31.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:31 smithi060 ceph-mon[155919]: pgmap v226: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:32.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:31 smithi163 ceph-mon[136964]: pgmap v226: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:32.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 59 sec 2023-09-29T22:49:33.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 60 sec 2023-09-29T22:49:34.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:33 smithi060 ceph-mon[155919]: pgmap v227: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:34.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:33 smithi163 ceph-mon[136964]: pgmap v227: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:34.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 61 sec 2023-09-29T22:49:35.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 62 sec 2023-09-29T22:49:36.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:35 smithi060 ceph-mon[155919]: pgmap v228: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:36.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:35 smithi163 ceph-mon[136964]: pgmap v228: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:36.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 63 sec 2023-09-29T22:49:37.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 64 sec 2023-09-29T22:49:38.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:37 smithi060 ceph-mon[155919]: pgmap v229: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:49:38.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:37 smithi163 ceph-mon[136964]: pgmap v229: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:49:38.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 65 sec 2023-09-29T22:49:39.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 66 sec 2023-09-29T22:49:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:39 smithi060 ceph-mon[155919]: pgmap v230: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:40.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:39 smithi163 ceph-mon[136964]: pgmap v230: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:40.375 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 67 sec 2023-09-29T22:49:41.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 68 sec 2023-09-29T22:49:41.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:41 smithi060 ceph-mon[155919]: pgmap v231: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:42.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:41 smithi163 ceph-mon[136964]: pgmap v231: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:49:42.156 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:49:42.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 69 sec 2023-09-29T22:49:42.829 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:49:42.829 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (13m) 69s ago 14m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:49:42.830 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (5m) 69s ago 14m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:49:42.830 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (5m) 71s ago 14m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:49:42.830 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (13m) 69s ago 14m 38.4M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:49:42.830 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (103s) 69s ago 11m 29.0M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 481e1c014942 2023-09-29T22:49:42.830 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (86s) 71s ago 11m 13.0M - 17.2.6-1144-ga552a72f 294e5d7ccd3b df7c1c112efc 2023-09-29T22:49:42.830 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (6m) 69s ago 15m 514M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:49:42.830 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (6m) 71s ago 14m 441M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:49:42.831 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (6m) 69s ago 16m 107M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:49:42.831 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (6m) 71s ago 14m 78.1M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:49:42.831 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (77s) 69s ago 9m 56.0M - 4.0 294e5d7ccd3b 2c6dbf87ef35 2023-09-29T22:49:42.831 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (73s) 71s ago 9m 20.2M - 4.0 294e5d7ccd3b a8f539c4b4f7 2023-09-29T22:49:42.831 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (14m) 69s ago 14m 18.3M - 0.18.1 e5a616e4b9cf 26a41ca721dd 2023-09-29T22:49:42.831 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (14m) 71s ago 14m 18.1M - 0.18.1 e5a616e4b9cf d35ba4146693 2023-09-29T22:49:42.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (5m) 69s ago 13m 372M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:49:42.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (4m) 69s ago 13m 302M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:49:42.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (4m) 69s ago 13m 256M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:49:42.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (3m) 69s ago 13m 323M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:49:42.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (3m) 71s ago 12m 357M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:49:42.832 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (2m) 71s ago 12m 371M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b b05cdc6ccab3 2023-09-29T22:49:42.833 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (2m) 71s ago 12m 307M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6c4e5c308cc0 2023-09-29T22:49:42.833 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (116s) 71s ago 12m 416M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 028f809941ba 2023-09-29T22:49:42.833 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (6m) 69s ago 14m 75.0M - 2.18.1 de242295e225 35f53932b2ce 2023-09-29T22:49:42.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:42 smithi060 ceph-mon[155919]: from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:43.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:42 smithi163 ceph-mon[136964]: from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:43.233 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:49:43.233 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:49:43.233 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:49:43.233 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:49:43.233 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:49:43.233 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:49:43.233 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:49:43.233 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:49:43.233 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T22:49:43.233 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:49:43.234 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:49:43.234 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:49:43.234 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:49:43.234 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:49:43.234 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T22:49:43.234 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:49:43.234 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:49:43.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 70 sec 2023-09-29T22:49:43.579 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:49:43.579 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:49:43.580 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:49:43.580 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:49:43.580 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:49:43.580 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:49:43.580 INFO:teuthology.orchestra.run.smithi060.stdout: "nfs", 2023-09-29T22:49:43.580 INFO:teuthology.orchestra.run.smithi060.stdout: "osd", 2023-09-29T22:49:43.581 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:49:43.581 INFO:teuthology.orchestra.run.smithi060.stdout: "crash", 2023-09-29T22:49:43.581 INFO:teuthology.orchestra.run.smithi060.stdout: "mds" 2023-09-29T22:49:43.581 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:49:43.581 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "18/23 daemons upgraded", 2023-09-29T22:49:43.581 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading nfs daemons", 2023-09-29T22:49:43.581 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:49:43.582 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:49:43.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:43 smithi060 ceph-mon[155919]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:43.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:43 smithi060 ceph-mon[155919]: pgmap v232: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 597 B/s wr, 0 op/s 2023-09-29T22:49:43.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:43 smithi060 ceph-mon[155919]: from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:43.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:43 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/2635425441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:44.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:43 smithi163 ceph-mon[136964]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:44.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:43 smithi163 ceph-mon[136964]: pgmap v232: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 597 B/s wr, 0 op/s 2023-09-29T22:49:44.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:43 smithi163 ceph-mon[136964]: from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:44.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:43 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/2635425441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:44.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 71 sec 2023-09-29T22:49:44.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:44 smithi060 ceph-mon[155919]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:44.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:44 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:49:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:44 smithi163 ceph-mon[136964]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:49:45.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:44 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:49:45.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 72 sec 2023-09-29T22:49:45.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:45 smithi060 ceph-mon[155919]: pgmap v233: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2023-09-29T22:49:46.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:45 smithi163 ceph-mon[136964]: pgmap v233: 129 pgs: 129 active+clean; 217 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2023-09-29T22:49:46.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 73 sec 2023-09-29T22:49:47.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 74 sec 2023-09-29T22:49:48.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:47 smithi060 ceph-mon[155919]: pgmap v234: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 0 op/s 2023-09-29T22:49:48.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:47 smithi163 ceph-mon[136964]: pgmap v234: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 0 op/s 2023-09-29T22:49:48.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 75 sec 2023-09-29T22:49:49.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 76 sec 2023-09-29T22:49:50.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:49 smithi060 ceph-mon[155919]: pgmap v235: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 938 B/s wr, 0 op/s 2023-09-29T22:49:50.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:49 smithi163 ceph-mon[136964]: pgmap v235: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 938 B/s wr, 0 op/s 2023-09-29T22:49:50.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 77 sec 2023-09-29T22:49:51.376 INFO:teuthology.orchestra.run.smithi060.stdout: 1 cleanup 78 sec 2023-09-29T22:49:51.686 INFO:teuthology.orchestra.run.smithi060.stdout: 0 cleanup 78 sec 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: Operation Count AvgLat MaxLat 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: ---------------------------------------- 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: NTCreateX 702 15.953 138.724 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: Close 653 6.030 41.305 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: Rename 33 23.702 96.111 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: Unlink 62 5.678 63.719 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: Qpathinfo 315 3.992 71.022 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: Qfileinfo 349 9.425 31.019 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: Qfsinfo 133 2.527 24.788 2023-09-29T22:49:51.687 INFO:teuthology.orchestra.run.smithi060.stdout: Sfileinfo 122 10.370 47.798 2023-09-29T22:49:51.688 INFO:teuthology.orchestra.run.smithi060.stdout: Find 168 8.782 96.391 2023-09-29T22:49:51.688 INFO:teuthology.orchestra.run.smithi060.stdout: WriteX 1736 0.028 0.089 2023-09-29T22:49:51.688 INFO:teuthology.orchestra.run.smithi060.stdout: ReadX 586 0.041 2.992 2023-09-29T22:49:51.688 INFO:teuthology.orchestra.run.smithi060.stdout: Flush 120 9.490 19.702 2023-09-29T22:49:51.688 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:49:51.688 INFO:teuthology.orchestra.run.smithi060.stdout:Throughput 19.0327 MB/sec 5 clients 5 procs max_latency=138.730 ms 2023-09-29T22:49:51.689 DEBUG:teuthology.parallel:result is None 2023-09-29T22:49:51.809 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:51 smithi060 ceph-mon[155919]: pgmap v236: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 938 B/s wr, 0 op/s 2023-09-29T22:49:52.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:51 smithi163 ceph-mon[136964]: pgmap v236: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 938 B/s wr, 0 op/s 2023-09-29T22:49:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:49:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:49:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:49:53.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: Upgrade: Setting container_image for all nfs 2023-09-29T22:49:53.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:53.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi060.wmowsx"}]: dispatch 2023-09-29T22:49:53.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi060.wmowsx"}]': finished 2023-09-29T22:49:53.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi163.kleznb"}]: dispatch 2023-09-29T22:49:53.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:52 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi163.kleznb"}]': finished 2023-09-29T22:49:53.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:53.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:53.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:49:53.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:49:53.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:53.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:53.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:49:53.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: Upgrade: Setting container_image for all nfs 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi060.wmowsx"}]: dispatch 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi060.wmowsx"}]': finished 2023-09-29T22:49:53.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi163.kleznb"}]: dispatch 2023-09-29T22:49:53.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:52 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi163.kleznb"}]': finished 2023-09-29T22:49:54.398 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:54 smithi060 ceph-mon[155919]: pgmap v237: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 1.8 KiB/s wr, 0 op/s 2023-09-29T22:49:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:54 smithi163 ceph-mon[136964]: pgmap v237: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 1.8 KiB/s wr, 0 op/s 2023-09-29T22:49:55.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:55 smithi060 ceph-mon[155919]: Upgrade: Updating node-exporter.smithi060 (1/2) 2023-09-29T22:49:55.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:55 smithi060 ceph-mon[155919]: Deploying daemon node-exporter.smithi060 on smithi060 2023-09-29T22:49:55.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:55 smithi163 ceph-mon[136964]: Upgrade: Updating node-exporter.smithi060 (1/2) 2023-09-29T22:49:55.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:55 smithi163 ceph-mon[136964]: Deploying daemon node-exporter.smithi060 on smithi060 2023-09-29T22:49:56.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:56 smithi060 ceph-mon[155919]: pgmap v238: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-09-29T22:49:56.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:56 smithi163 ceph-mon[136964]: pgmap v238: 129 pgs: 129 active+clean; 217 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-09-29T22:49:58.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:58 smithi163 ceph-mon[136964]: pgmap v239: 129 pgs: 129 active+clean; 215 MiB data, 914 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-09-29T22:49:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:58.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:58 smithi060 ceph-mon[155919]: pgmap v239: 129 pgs: 129 active+clean; 215 MiB data, 914 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-09-29T22:49:58.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:58.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:49:59.531 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:59 smithi163 ceph-mon[136964]: Upgrade: Updating node-exporter.smithi163 (2/2) 2023-09-29T22:49:59.531 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:59 smithi163 ceph-mon[136964]: Deploying daemon node-exporter.smithi163 on smithi163 2023-09-29T22:49:59.531 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:49:59.531 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:49:59 smithi163 ceph-mon[136964]: pgmap v240: 129 pgs: 129 active+clean; 214 MiB data, 908 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-09-29T22:49:59.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:59 smithi060 ceph-mon[155919]: Upgrade: Updating node-exporter.smithi163 (2/2) 2023-09-29T22:49:59.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:59 smithi060 ceph-mon[155919]: Deploying daemon node-exporter.smithi163 on smithi163 2023-09-29T22:49:59.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:49:59.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:49:59 smithi060 ceph-mon[155919]: pgmap v240: 129 pgs: 129 active+clean; 214 MiB data, 908 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-09-29T22:50:00.480 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:00 smithi163 ceph-mon[136964]: overall HEALTH_OK 2023-09-29T22:50:00.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:00 smithi060 ceph-mon[155919]: overall HEALTH_OK 2023-09-29T22:50:01.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:01 smithi060 ceph-mon[155919]: pgmap v241: 129 pgs: 129 active+clean; 212 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 4.0 KiB/s wr, 2 op/s 2023-09-29T22:50:02.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:01 smithi163 ceph-mon[136964]: pgmap v241: 129 pgs: 129 active+clean; 212 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 4.0 KiB/s wr, 2 op/s 2023-09-29T22:50:03.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:03.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:03.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:02 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:03.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:03.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:02 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:03.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:03 smithi060 ceph-mon[155919]: pgmap v242: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 5.2 KiB/s wr, 2 op/s 2023-09-29T22:50:04.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:03 smithi163 ceph-mon[136964]: pgmap v242: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 5.2 KiB/s wr, 2 op/s 2023-09-29T22:50:05.114 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:04 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:05.114 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:04 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:05.114 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:04 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:05.114 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:04 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:05.195 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:04 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:05.195 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:04 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:05.195 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:04 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:05.195 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:04 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:06.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:05 smithi060 ceph-mon[155919]: pgmap v243: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 4.3 KiB/s wr, 2 op/s 2023-09-29T22:50:06.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:05 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:06.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:05 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:05 smithi163 ceph-mon[136964]: pgmap v243: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 4.3 KiB/s wr, 2 op/s 2023-09-29T22:50:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:05 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:06.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:05 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:07.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:07 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:07.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:07 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:07.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:07 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:07.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:07 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:07.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:07 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:07 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:07 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:07.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:07 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:08.377 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:08 smithi060 ceph-mon[155919]: pgmap v244: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-09-29T22:50:08.549 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:08 smithi163 ceph-mon[136964]: pgmap v244: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-09-29T22:50:10.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: pgmap v245: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-09-29T22:50:10.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:10.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:10.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:10.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:10.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:10.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.283 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.284 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:10 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: pgmap v245: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-09-29T22:50:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:10.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:10.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:10 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:11.915 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:11 smithi060 ceph-mon[155919]: Upgrade: Updating prometheus.smithi060 2023-09-29T22:50:11.916 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:11 smithi060 ceph-mon[155919]: Deploying daemon prometheus.smithi060 on smithi060 2023-09-29T22:50:11.916 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:11 smithi060 ceph-mon[155919]: pgmap v246: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-09-29T22:50:12.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:11 smithi163 ceph-mon[136964]: Upgrade: Updating prometheus.smithi060 2023-09-29T22:50:12.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:11 smithi163 ceph-mon[136964]: Deploying daemon prometheus.smithi060 on smithi060 2023-09-29T22:50:12.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:11 smithi163 ceph-mon[136964]: pgmap v246: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-09-29T22:50:13.992 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:50:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:13 smithi060 ceph-mon[155919]: pgmap v247: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-29T22:50:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:50:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:13 smithi163 ceph-mon[136964]: pgmap v247: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-29T22:50:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:50:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:14.715 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:50:14.715 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (14m) 9s ago 15m 24.2M - 0.20.0 0881eb8f169f 4594051b3a86 2023-09-29T22:50:14.715 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (6m) 9s ago 15m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:50:14.715 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (6m) 10s ago 14m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:50:14.715 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (14m) 9s ago 15m 38.5M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:50:14.715 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (2m) 9s ago 11m 42.8M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 481e1c014942 2023-09-29T22:50:14.715 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (118s) 10s ago 11m 13.3M - 17.2.6-1144-ga552a72f 294e5d7ccd3b df7c1c112efc 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (7m) 9s ago 16m 518M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (7m) 10s ago 14m 441M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (6m) 9s ago 16m 112M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (6m) 10s ago 14m 81.7M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (109s) 9s ago 9m 133M - 4.0 294e5d7ccd3b 2c6dbf87ef35 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (105s) 10s ago 9m 80.0M - 4.0 294e5d7ccd3b a8f539c4b4f7 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (17s) 9s ago 15m 7964k - 1.5.0 0da6a335fe13 b8ab12fd28e3 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (13s) 10s ago 14m 4140k - 1.5.0 0da6a335fe13 64b07ab9f3bc 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (5m) 9s ago 14m 415M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (5m) 9s ago 14m 357M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (4m) 9s ago 13m 297M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:50:14.716 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (4m) 9s ago 13m 356M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:50:14.717 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (3m) 10s ago 13m 371M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:50:14.717 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (3m) 10s ago 13m 400M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b b05cdc6ccab3 2023-09-29T22:50:14.717 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (2m) 10s ago 12m 317M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6c4e5c308cc0 2023-09-29T22:50:14.717 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (2m) 10s ago 12m 433M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 028f809941ba 2023-09-29T22:50:14.717 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 starting - - - - 2023-09-29T22:50:15.152 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:50:15.152 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:50:15.152 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:50:15.152 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:50:15.152 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:50:15.152 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:50:15.153 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:50:15.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:14 smithi060 ceph-mon[155919]: from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:15.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:14 smithi163 ceph-mon[136964]: from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:15.552 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:50:15.552 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:50:15.552 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:50:15.552 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:50:15.552 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:50:15.552 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:50:15.553 INFO:teuthology.orchestra.run.smithi060.stdout: "nfs", 2023-09-29T22:50:15.553 INFO:teuthology.orchestra.run.smithi060.stdout: "osd", 2023-09-29T22:50:15.553 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:50:15.553 INFO:teuthology.orchestra.run.smithi060.stdout: "crash", 2023-09-29T22:50:15.553 INFO:teuthology.orchestra.run.smithi060.stdout: "mds" 2023-09-29T22:50:15.553 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:50:15.553 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "18/23 daemons upgraded", 2023-09-29T22:50:15.553 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading prometheus daemons", 2023-09-29T22:50:15.553 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:50:15.553 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:50:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:15 smithi060 ceph-mon[155919]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:15 smithi060 ceph-mon[155919]: from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:15 smithi060 ceph-mon[155919]: pgmap v248: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-09-29T22:50:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:15 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/3276302831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:15 smithi163 ceph-mon[136964]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:15 smithi163 ceph-mon[136964]: from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:15 smithi163 ceph-mon[136964]: pgmap v248: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-09-29T22:50:16.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:15 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/3276302831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:17.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:16 smithi060 ceph-mon[155919]: from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:17.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:16 smithi163 ceph-mon[136964]: from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:17 smithi060 ceph-mon[155919]: pgmap v249: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:50:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:17 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:18.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:17 smithi163 ceph-mon[136964]: pgmap v249: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:50:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:18.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:17 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:19.536 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:19.536 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:19 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:19.536 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:19 smithi060 ceph-mon[155919]: pgmap v250: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:19.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:19.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:19 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:19.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:19 smithi163 ceph-mon[136964]: pgmap v250: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:21.875 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: pgmap v251: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:21.875 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:21.876 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:21.876 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:21.876 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:21.876 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:21.876 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:21.876 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:50:21.877 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:21.877 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.877 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.877 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.877 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.877 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:21.879 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:21 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: pgmap v251: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:22.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.051 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.052 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:21 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:22.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:22 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:50:23.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:22 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T22:50:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:23 smithi060 ceph-mon[155919]: Upgrade: Updating alertmanager.smithi060 2023-09-29T22:50:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:23 smithi060 ceph-mon[155919]: Deploying daemon alertmanager.smithi060 on smithi060 2023-09-29T22:50:23.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:23 smithi060 ceph-mon[155919]: pgmap v252: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:24.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:23 smithi163 ceph-mon[136964]: Upgrade: Updating alertmanager.smithi060 2023-09-29T22:50:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:23 smithi163 ceph-mon[136964]: Deploying daemon alertmanager.smithi060 on smithi060 2023-09-29T22:50:24.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:23 smithi163 ceph-mon[136964]: pgmap v252: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:26.171 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:25 smithi060 ceph-mon[155919]: pgmap v253: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:50:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:25 smithi163 ceph-mon[136964]: pgmap v253: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:50:27.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:27 smithi060 ceph-mon[155919]: pgmap v254: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:28.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:27 smithi163 ceph-mon[136964]: pgmap v254: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:29.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:29.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:29 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:50:29.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:29 smithi060 ceph-mon[155919]: pgmap v255: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:29.799 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:29 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:50:29.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:29 smithi163 ceph-mon[136964]: pgmap v255: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:31.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:31 smithi060 ceph-mon[155919]: pgmap v256: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:32.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:31 smithi163 ceph-mon[136964]: pgmap v256: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:33.089 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:33.089 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:33.089 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:33.090 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:32 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:33.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:33.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:32 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:34.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:33 smithi060 ceph-mon[155919]: pgmap v257: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:34.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:33 smithi163 ceph-mon[136964]: pgmap v257: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:36.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: pgmap v258: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:50:36.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:36.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:36.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:36.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:36.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:36.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:36.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T22:50:36.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:35 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: pgmap v258: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:50:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:36.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:35 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:36 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T22:50:37.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:36 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2023-09-29T22:50:37.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:36 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T22:50:37.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:36 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2023-09-29T22:50:38.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:37 smithi060 ceph-mon[155919]: pgmap v259: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:38.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:37 smithi060 ceph-mon[155919]: Upgrade: Updating grafana.smithi060 2023-09-29T22:50:38.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:37 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:38.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:37 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:38.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:37 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T22:50:38.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:37 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T22:50:38.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:37 smithi060 ceph-mon[155919]: Deploying daemon grafana.smithi060 on smithi060 2023-09-29T22:50:38.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:37 smithi163 ceph-mon[136964]: pgmap v259: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:37 smithi163 ceph-mon[136964]: Upgrade: Updating grafana.smithi060 2023-09-29T22:50:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:37 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:37 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:37 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T22:50:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:37 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T22:50:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:37 smithi163 ceph-mon[136964]: Deploying daemon grafana.smithi060 on smithi060 2023-09-29T22:50:40.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:39 smithi163 ceph-mon[136964]: pgmap v260: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:40.446 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:39 smithi060 ceph-mon[155919]: pgmap v260: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:41.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:41 smithi060 ceph-mon[155919]: pgmap v261: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:42.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:41 smithi163 ceph-mon[136964]: pgmap v261: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:44.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:43 smithi060 ceph-mon[155919]: pgmap v262: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:44.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:50:44.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:43 smithi163 ceph-mon[136964]: pgmap v262: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:44.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:50:45.974 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:50:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:45 smithi060 ceph-mon[155919]: pgmap v263: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:50:46.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:45 smithi163 ceph-mon[136964]: pgmap v263: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:50:46.698 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:50:46.698 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (18s) 14s ago 15m 16.8M - 0.25.0 c8568f914cd2 758cc2508e32 2023-09-29T22:50:46.698 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (6m) 14s ago 15m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:50:46.699 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (6m) 42s ago 15m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:50:46.699 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (14m) 14s ago 15m 38.5M - 6.7.4 557c83e11646 67b60498340e 2023-09-29T22:50:46.699 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (2m) 14s ago 12m 42.8M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 481e1c014942 2023-09-29T22:50:46.699 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (2m) 42s ago 12m 13.3M - 17.2.6-1144-ga552a72f 294e5d7ccd3b df7c1c112efc 2023-09-29T22:50:46.699 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (7m) 14s ago 17m 519M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:50:46.699 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (7m) 42s ago 15m 441M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:50:46.699 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (7m) 14s ago 17m 115M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:50:46.699 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (7m) 42s ago 15m 81.7M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:50:46.699 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (2m) 14s ago 10m 133M - 4.0 294e5d7ccd3b 2c6dbf87ef35 2023-09-29T22:50:46.700 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (2m) 42s ago 10m 80.0M - 4.0 294e5d7ccd3b a8f539c4b4f7 2023-09-29T22:50:46.700 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (49s) 14s ago 15m 8414k - 1.5.0 0da6a335fe13 b8ab12fd28e3 2023-09-29T22:50:46.700 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (45s) 42s ago 15m 4140k - 1.5.0 0da6a335fe13 64b07ab9f3bc 2023-09-29T22:50:46.700 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (6m) 14s ago 14m 417M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:50:46.700 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (5m) 14s ago 14m 359M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:50:46.700 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (5m) 14s ago 14m 298M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:50:46.701 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (4m) 14s ago 14m 358M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:50:46.701 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (4m) 42s ago 13m 371M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:50:46.701 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (3m) 42s ago 13m 400M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b b05cdc6ccab3 2023-09-29T22:50:46.701 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (3m) 42s ago 13m 317M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6c4e5c308cc0 2023-09-29T22:50:46.701 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (3m) 42s ago 13m 433M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 028f809941ba 2023-09-29T22:50:46.701 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (33s) 14s ago 15m 52.1M - 2.43.0 a07b618ecd1d 8fdbd439c220 2023-09-29T22:50:47.103 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:50:47.103 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:50:47.103 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:50:47.103 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:50:47.103 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:50:47.104 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:50:47.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:46 smithi060 ceph-mon[155919]: from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:47.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:46 smithi163 ceph-mon[136964]: from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:47.454 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:50:47.454 INFO:teuthology.orchestra.run.smithi060.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T22:50:47.454 INFO:teuthology.orchestra.run.smithi060.stdout: "in_progress": true, 2023-09-29T22:50:47.454 INFO:teuthology.orchestra.run.smithi060.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T22:50:47.454 INFO:teuthology.orchestra.run.smithi060.stdout: "services_complete": [ 2023-09-29T22:50:47.454 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr", 2023-09-29T22:50:47.454 INFO:teuthology.orchestra.run.smithi060.stdout: "nfs", 2023-09-29T22:50:47.454 INFO:teuthology.orchestra.run.smithi060.stdout: "osd", 2023-09-29T22:50:47.454 INFO:teuthology.orchestra.run.smithi060.stdout: "mon", 2023-09-29T22:50:47.455 INFO:teuthology.orchestra.run.smithi060.stdout: "crash", 2023-09-29T22:50:47.455 INFO:teuthology.orchestra.run.smithi060.stdout: "mds" 2023-09-29T22:50:47.455 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:50:47.455 INFO:teuthology.orchestra.run.smithi060.stdout: "progress": "18/23 daemons upgraded", 2023-09-29T22:50:47.455 INFO:teuthology.orchestra.run.smithi060.stdout: "message": "Currently upgrading grafana daemons", 2023-09-29T22:50:47.455 INFO:teuthology.orchestra.run.smithi060.stdout: "is_paused": false 2023-09-29T22:50:47.455 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:50:48.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:47 smithi060 ceph-mon[155919]: from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:48.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:47 smithi060 ceph-mon[155919]: from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:48.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:47 smithi060 ceph-mon[155919]: pgmap v264: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:48.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:47 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/707384692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:47 smithi163 ceph-mon[136964]: from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:47 smithi163 ceph-mon[136964]: from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:47 smithi163 ceph-mon[136964]: pgmap v264: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:48.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:47 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/707384692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:48.879 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:48 smithi060 ceph-mon[155919]: from='client.34472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:49.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:48 smithi163 ceph-mon[136964]: from='client.34472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:50:50.053 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:49 smithi060 ceph-mon[155919]: pgmap v265: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:50.053 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:50.053 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:49 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:50.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:49 smithi163 ceph-mon[136964]: pgmap v265: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:50.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:50.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:49 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:51.157 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:50 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:51.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:50 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:52.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:51 smithi060 ceph-mon[155919]: pgmap v266: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:52.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:51 smithi163 ceph-mon[136964]: pgmap v266: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:54.478 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:54 smithi060 ceph-mon[155919]: pgmap v267: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:54.479 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:54.479 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:54.479 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:54.479 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:54 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:54 smithi163 ceph-mon[136964]: pgmap v267: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:54.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:54 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:56.361 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:56 smithi060 ceph-mon[155919]: pgmap v268: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:50:56.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:56 smithi163 ceph-mon[136964]: pgmap v268: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:50:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: pgmap v269: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:58.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:58.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:58.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T22:50:58.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi060.front.sepia.ceph.com:3000"}]: dispatch 2023-09-29T22:50:58.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:58.551 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.552 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-09-29T22:50:58.553 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-09-29T22:50:58.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-09-29T22:50:58.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-09-29T22:50:58.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-09-29T22:50:58.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-09-29T22:50:58.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-09-29T22:50:58.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-09-29T22:50:58.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-09-29T22:50:58.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-09-29T22:50:58.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.554 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-09-29T22:50:58.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-09-29T22:50:58.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-09-29T22:50:58.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-09-29T22:50:58.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.555 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:58.556 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:58.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:58.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.557 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.660 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: pgmap v269: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:50:58.660 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.660 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.660 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi060.front.sepia.ceph.com:3000"}]: dispatch 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.661 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.662 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.663 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:50:58.663 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.663 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-09-29T22:50:58.663 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-09-29T22:50:58.663 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.663 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-09-29T22:50:58.663 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-09-29T22:50:58.663 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-09-29T22:50:58.663 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-09-29T22:50:58.663 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-09-29T22:50:58.664 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-09-29T22:50:58.665 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:58.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:58.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:58.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:50:58.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:50:58.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:50:58.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:58.666 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:59 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T22:50:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:59 smithi163 ceph-mon[136964]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi060.front.sepia.ceph.com:3000"}]: dispatch 2023-09-29T22:50:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:59 smithi163 ceph-mon[136964]: Upgrade: Finalizing container_image settings 2023-09-29T22:50:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:59 smithi163 ceph-mon[136964]: Upgrade: Complete! 2023-09-29T22:50:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:50:59.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:50:59 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:50:59.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:59 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T22:50:59.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:59 smithi060 ceph-mon[155919]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi060.front.sepia.ceph.com:3000"}]: dispatch 2023-09-29T22:50:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:59 smithi060 ceph-mon[155919]: Upgrade: Finalizing container_image settings 2023-09-29T22:50:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:59 smithi060 ceph-mon[155919]: Upgrade: Complete! 2023-09-29T22:50:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:50:59.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:50:59 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:51:00.550 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:00 smithi163 ceph-mon[136964]: pgmap v270: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:00.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:00 smithi060 ceph-mon[155919]: pgmap v270: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:01.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:01 smithi060 ceph-mon[155919]: pgmap v271: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:02.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:01 smithi163 ceph-mon[136964]: pgmap v271: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:04.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:03 smithi060 ceph-mon[155919]: pgmap v272: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:04.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:03 smithi163 ceph-mon[136964]: pgmap v272: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:06.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:05 smithi060 ceph-mon[155919]: pgmap v273: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:06.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:05 smithi163 ceph-mon[136964]: pgmap v273: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:08.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:07 smithi060 ceph-mon[155919]: pgmap v274: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:08.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:07 smithi163 ceph-mon[136964]: pgmap v274: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:10.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:09 smithi060 ceph-mon[155919]: pgmap v275: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:10.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:09 smithi163 ceph-mon[136964]: pgmap v275: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:11.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:11 smithi060 ceph-mon[155919]: pgmap v276: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:12.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:11 smithi163 ceph-mon[136964]: pgmap v276: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:13 smithi060 ceph-mon[155919]: pgmap v277: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:51:14.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:13 smithi163 ceph-mon[136964]: pgmap v277: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:51:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:15 smithi060 ceph-mon[155919]: pgmap v278: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:16.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:15 smithi163 ceph-mon[136964]: pgmap v278: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:17 smithi060 ceph-mon[155919]: pgmap v279: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:18.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:17 smithi163 ceph-mon[136964]: pgmap v279: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:18.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:18 smithi060 ceph-mon[155919]: from='client.34476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:51:19.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:18 smithi163 ceph-mon[136964]: from='client.34476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:51:20.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:19 smithi060 ceph-mon[155919]: pgmap v280: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:20.268 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph orch ps' 2023-09-29T22:51:20.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:19 smithi163 ceph-mon[136964]: pgmap v280: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:21.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:21 smithi060 ceph-mon[155919]: pgmap v281: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:22.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:21 smithi163 ceph-mon[136964]: pgmap v281: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:24.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:23 smithi060 ceph-mon[155919]: pgmap v282: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:24.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:23 smithi163 ceph-mon[136964]: pgmap v282: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:24.412 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:51:24.412 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (56s) 31s ago 16m 19.6M - 0.25.0 c8568f914cd2 758cc2508e32 2023-09-29T22:51:24.412 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (7m) 31s ago 16m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:51:24.412 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (7m) 80s ago 16m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:51:24.412 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (34s) 31s ago 16m 40.0M - 9.4.7 2c41d148cca3 09d4535d877c 2023-09-29T22:51:24.412 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (3m) 31s ago 12m 42.8M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 481e1c014942 2023-09-29T22:51:24.412 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (3m) 80s ago 12m 13.3M - 17.2.6-1144-ga552a72f 294e5d7ccd3b df7c1c112efc 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (8m) 31s ago 17m 520M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (8m) 80s ago 16m 441M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (8m) 31s ago 17m 118M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (7m) 80s ago 16m 81.7M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (2m) 31s ago 10m 135M - 4.0 294e5d7ccd3b 2c6dbf87ef35 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (2m) 80s ago 10m 80.0M - 4.0 294e5d7ccd3b a8f539c4b4f7 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (87s) 31s ago 16m 8627k - 1.5.0 0da6a335fe13 b8ab12fd28e3 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (82s) 80s ago 15m 4140k - 1.5.0 0da6a335fe13 64b07ab9f3bc 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (7m) 31s ago 15m 419M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (6m) 31s ago 15m 360M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (6m) 31s ago 14m 299M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:51:24.413 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (5m) 31s ago 14m 359M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:51:24.414 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (5m) 80s ago 14m 371M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:51:24.414 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (4m) 80s ago 14m 400M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b b05cdc6ccab3 2023-09-29T22:51:24.414 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (4m) 80s ago 14m 317M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6c4e5c308cc0 2023-09-29T22:51:24.414 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (3m) 80s ago 13m 433M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 028f809941ba 2023-09-29T22:51:24.414 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (71s) 31s ago 16m 52.5M - 2.43.0 a07b618ecd1d 8fdbd439c220 2023-09-29T22:51:24.788 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph versions' 2023-09-29T22:51:26.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:25 smithi060 ceph-mon[155919]: from='client.34480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:51:26.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:25 smithi060 ceph-mon[155919]: pgmap v283: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:26.286 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:51:26.286 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:51:26.286 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:51:26.286 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:51:26.286 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:51:26.286 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:51:26.286 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:51:26.286 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:51:26.287 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T22:51:26.287 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:51:26.287 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:51:26.287 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:51:26.287 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:51:26.287 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:51:26.287 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T22:51:26.287 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:51:26.287 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:51:26.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:25 smithi163 ceph-mon[136964]: from='client.34480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:51:26.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:25 smithi163 ceph-mon[136964]: pgmap v283: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:26.671 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-09-29T22:51:27.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:26 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/1056856767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:51:27.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:26 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/1056856767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:51:27.865 INFO:teuthology.orchestra.run.smithi060.stdout:wait for servicemap items w/ changing names to refresh 2023-09-29T22:51:28.121 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:27 smithi060 ceph-mon[155919]: pgmap v284: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:28.213 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'sleep 60' 2023-09-29T22:51:28.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:27 smithi163 ceph-mon[136964]: pgmap v284: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:29.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:28 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:51:29.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:28 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:51:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:29 smithi060 ceph-mon[155919]: pgmap v285: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:30.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:29 smithi163 ceph-mon[136964]: pgmap v285: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:31.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:31 smithi060 ceph-mon[155919]: pgmap v286: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:32.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:31 smithi163 ceph-mon[136964]: pgmap v286: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:34.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:33 smithi060 ceph-mon[155919]: pgmap v287: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:34.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:33 smithi163 ceph-mon[136964]: pgmap v287: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:36.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:35 smithi060 ceph-mon[155919]: pgmap v288: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:35 smithi163 ceph-mon[136964]: pgmap v288: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:38.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:37 smithi060 ceph-mon[155919]: pgmap v289: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:38.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:37 smithi163 ceph-mon[136964]: pgmap v289: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:39 smithi060 ceph-mon[155919]: pgmap v290: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:40.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:39 smithi163 ceph-mon[136964]: pgmap v290: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:41.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:41 smithi060 ceph-mon[155919]: pgmap v291: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:42.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:41 smithi163 ceph-mon[136964]: pgmap v291: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:44.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:43 smithi060 ceph-mon[155919]: pgmap v292: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:44.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:51:44.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:43 smithi163 ceph-mon[136964]: pgmap v292: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:44.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:51:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:45 smithi060 ceph-mon[155919]: pgmap v293: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:46.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:45 smithi163 ceph-mon[136964]: pgmap v293: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:48.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:47 smithi060 ceph-mon[155919]: pgmap v294: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:48.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:47 smithi163 ceph-mon[136964]: pgmap v294: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:50.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:49 smithi060 ceph-mon[155919]: pgmap v295: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:50.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:49 smithi163 ceph-mon[136964]: pgmap v295: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:51.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:51 smithi060 ceph-mon[155919]: pgmap v296: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:52.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:51 smithi163 ceph-mon[136964]: pgmap v296: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:54.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:53 smithi060 ceph-mon[155919]: pgmap v297: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:54.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:53 smithi163 ceph-mon[136964]: pgmap v297: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:56.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:55 smithi060 ceph-mon[155919]: pgmap v298: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:56.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:55 smithi163 ceph-mon[136964]: pgmap v298: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:51:58.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:57 smithi060 ceph-mon[155919]: pgmap v299: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:58.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:57 smithi163 ceph-mon[136964]: pgmap v299: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:51:58.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:51:58.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:51:58.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:51:58.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:51:58.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:51:58.947 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:58 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:51:59.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T22:51:59.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T22:51:59.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T22:51:59.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:51:59.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' 2023-09-29T22:51:59.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:58 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:52:00.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:51:59 smithi060 ceph-mon[155919]: pgmap v300: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:00.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:51:59 smithi163 ceph-mon[136964]: pgmap v300: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:01.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:01 smithi060 ceph-mon[155919]: pgmap v301: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:02.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:01 smithi163 ceph-mon[136964]: pgmap v301: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:04.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:03 smithi060 ceph-mon[155919]: pgmap v302: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:04.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:03 smithi163 ceph-mon[136964]: pgmap v302: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:06.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:05 smithi060 ceph-mon[155919]: pgmap v303: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:52:06.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:05 smithi163 ceph-mon[136964]: pgmap v303: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:52:08.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:07 smithi060 ceph-mon[155919]: pgmap v304: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:08.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:07 smithi163 ceph-mon[136964]: pgmap v304: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:10.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:09 smithi060 ceph-mon[155919]: pgmap v305: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:10.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:09 smithi163 ceph-mon[136964]: pgmap v305: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:11.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:11 smithi060 ceph-mon[155919]: pgmap v306: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:12.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:11 smithi163 ceph-mon[136964]: pgmap v306: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:13 smithi060 ceph-mon[155919]: pgmap v307: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:14.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:13 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:52:14.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:13 smithi163 ceph-mon[136964]: pgmap v307: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:14.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:13 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:52:16.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:15 smithi060 ceph-mon[155919]: pgmap v308: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:52:16.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:15 smithi163 ceph-mon[136964]: pgmap v308: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:52:18.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:17 smithi060 ceph-mon[155919]: pgmap v309: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:18.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:17 smithi163 ceph-mon[136964]: pgmap v309: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:20.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:19 smithi060 ceph-mon[155919]: pgmap v310: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:20.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:19 smithi163 ceph-mon[136964]: pgmap v310: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:21.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:21 smithi060 ceph-mon[155919]: pgmap v311: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:22.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:21 smithi163 ceph-mon[136964]: pgmap v311: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:24.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:23 smithi060 ceph-mon[155919]: pgmap v312: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:24.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:23 smithi163 ceph-mon[136964]: pgmap v312: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:26.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:25 smithi060 ceph-mon[155919]: pgmap v313: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:52:26.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:25 smithi163 ceph-mon[136964]: pgmap v313: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:52:28.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:27 smithi060 ceph-mon[155919]: pgmap v314: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:28.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:27 smithi163 ceph-mon[136964]: pgmap v314: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:28.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:28 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:52:29.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:28 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:52:29.664 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph orch ps' 2023-09-29T22:52:30.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:29 smithi060 ceph-mon[155919]: pgmap v315: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:30.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:29 smithi163 ceph-mon[136964]: pgmap v315: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:31.202 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (2m) 97s ago 17m 19.6M - 0.25.0 c8568f914cd2 758cc2508e32 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (8m) 97s ago 17m 7486k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 836df48bf5b3 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi163 smithi163 running (8m) 2m ago 17m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 1d1a9e66df58 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (101s) 97s ago 17m 40.0M - 9.4.7 2c41d148cca3 09d4535d877c 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi060.rekotv smithi060 running (4m) 97s ago 14m 42.8M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 481e1c014942 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:mds.foofs.smithi163.avrbvr smithi163 running (4m) 2m ago 14m 13.3M - 17.2.6-1144-ga552a72f 294e5d7ccd3b df7c1c112efc 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.njrpah smithi060 *:8443,9283 running (9m) 97s ago 18m 520M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 873a1cccc84a 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi163.bpdfjr smithi163 *:8443,9283 running (9m) 2m ago 17m 441M - 17.2.6-1144-ga552a72f 294e5d7ccd3b cf760ef774c9 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (9m) 97s ago 18m 118M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7d4ac7078fc6 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi163 smithi163 running (8m) 2m ago 17m 81.7M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 11dc2bfc1709 2023-09-29T22:52:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.0.1.smithi060.wmowsx smithi060 *:2049 running (4m) 97s ago 12m 135M - 4.0 294e5d7ccd3b 2c6dbf87ef35 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:nfs.foo.1.1.smithi163.kleznb smithi163 *:2049 running (4m) 2m ago 11m 80.0M - 4.0 294e5d7ccd3b a8f539c4b4f7 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (2m) 97s ago 17m 8627k - 1.5.0 0da6a335fe13 b8ab12fd28e3 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi163 smithi163 *:9100 running (2m) 2m ago 16m 4140k - 1.5.0 0da6a335fe13 64b07ab9f3bc 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi060 running (8m) 97s ago 16m 419M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 083e27225130 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (7m) 97s ago 16m 360M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5539e7677a0a 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi060 running (7m) 97s ago 16m 299M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6a91d654723b 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (6m) 97s ago 15m 359M 1943M 17.2.6-1144-ga552a72f 294e5d7ccd3b e9558c7a83ae 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi163 running (6m) 2m ago 15m 371M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 9947025cc630 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi163 running (5m) 2m ago 15m 400M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b b05cdc6ccab3 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi163 running (5m) 2m ago 15m 317M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 6c4e5c308cc0 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi163 running (4m) 2m ago 14m 433M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 028f809941ba 2023-09-29T22:52:31.204 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi060 smithi060 *:9095 running (2m) 97s ago 17m 52.5M - 2.43.0 a07b618ecd1d 8fdbd439c220 2023-09-29T22:52:31.596 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph versions' 2023-09-29T22:52:31.933 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:31 smithi060 ceph-mon[155919]: pgmap v316: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:31.934 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:31 smithi060 ceph-mon[155919]: from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:52:32.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:31 smithi163 ceph-mon[136964]: pgmap v316: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:32.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:31 smithi163 ceph-mon[136964]: from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:52:33.102 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-29T22:52:33.102 INFO:teuthology.orchestra.run.smithi060.stdout: "mon": { 2023-09-29T22:52:33.102 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:52:33.102 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:52:33.102 INFO:teuthology.orchestra.run.smithi060.stdout: "mgr": { 2023-09-29T22:52:33.102 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:52:33.102 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:52:33.102 INFO:teuthology.orchestra.run.smithi060.stdout: "osd": { 2023-09-29T22:52:33.102 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T22:52:33.103 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:52:33.103 INFO:teuthology.orchestra.run.smithi060.stdout: "mds": { 2023-09-29T22:52:33.103 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T22:52:33.103 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:52:33.103 INFO:teuthology.orchestra.run.smithi060.stdout: "overall": { 2023-09-29T22:52:33.103 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T22:52:33.103 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:52:33.103 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-29T22:52:33.445 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-09-29T22:52:34.158 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:33 smithi060 ceph-mon[155919]: pgmap v317: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:34.158 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:33 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/1766088640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:52:34.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:33 smithi163 ceph-mon[136964]: pgmap v317: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:34.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:33 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/1766088640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:52:35.002 INFO:teuthology.orchestra.run.smithi060.stdout:true 2023-09-29T22:52:35.363 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2023-09-29T22:52:36.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:35 smithi060 ceph-mon[155919]: pgmap v318: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:52:36.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:35 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/2814356170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:52:36.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:35 smithi163 ceph-mon[136964]: pgmap v318: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T22:52:36.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:35 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/2814356170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:52:36.910 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)" 2023-09-29T22:52:37.281 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2023-09-29T22:52:37.281 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-09-29T22:52:37.282 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-29T22:52:38.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:37 smithi060 ceph-mon[155919]: pgmap v319: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:38.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:37 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/3214299619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:52:38.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:37 smithi163 ceph-mon[136964]: pgmap v319: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:38.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:37 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/3214299619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T22:52:38.758 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-29T22:52:38.758 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-29T22:34:28.096631Z", "last_refresh": "2023-09-29T22:50:53.209195Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-29T22:34:16.359830Z", "last_refresh": "2023-09-29T22:50:03.807054Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2023-09-29T22:34:26.273294Z", "last_refresh": "2023-09-29T22:50:53.209371Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-29T22:38:24.592186Z", "last_refresh": "2023-09-29T22:50:03.807802Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-29T22:34:15.328253Z", "last_refresh": "2023-09-29T22:50:03.807254Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-29T22:34:55.054046Z", "last_refresh": "2023-09-29T22:50:03.807343Z", "running": 2, "size": 2}}, {"events": ["2023-09-29T22:43:36.205457Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-29T22:40:27.253243Z", "last_refresh": "2023-09-29T22:50:03.807885Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-29T22:34:27.198050Z", "last_refresh": "2023-09-29T22:50:03.807425Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "294e5d7ccd3b0596544d47bd54b0c8cc46e7f049c7bc127fd722f4e9d7601f18", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", "last_refresh": "2023-09-29T22:50:03.807502Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-29T22:34:25.006442Z", "last_refresh": "2023-09-29T22:50:53.209539Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-29T22:52:39.137 INFO:tasks.cephadm:nfs.foo has 2/2 2023-09-29T22:52:39.137 DEBUG:teuthology.parallel:result is None 2023-09-29T22:52:39.137 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-29T22:52:39.147 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:52:39.147 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2023-09-29T22:52:39.185 INFO:teuthology.orchestra.run.smithi060.stderr:+ umount /mnt/foo 2023-09-29T22:52:39.219 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-29T22:52:39.229 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:52:39.229 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs cluster ls | grep foo' 2023-09-29T22:52:40.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:39 smithi060 ceph-mon[155919]: from='client.34504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:52:40.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:39 smithi060 ceph-mon[155919]: pgmap v320: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:40.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:39 smithi163 ceph-mon[136964]: from='client.34504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T22:52:40.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:39 smithi163 ceph-mon[136964]: pgmap v320: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:40.752 INFO:teuthology.orchestra.run.smithi060.stdout:foo 2023-09-29T22:52:41.112 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs export ls foo --detailed' 2023-09-29T22:52:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:41 smithi060 ceph-mon[155919]: from='client.34508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:52:41.697 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:41 smithi060 ceph-mon[155919]: pgmap v321: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:42.049 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:41 smithi163 ceph-mon[136964]: from='client.34508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:52:42.050 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:41 smithi163 ceph-mon[136964]: pgmap v321: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:42.594 INFO:teuthology.orchestra.run.smithi060.stdout:[ 2023-09-29T22:52:42.594 INFO:teuthology.orchestra.run.smithi060.stdout: { 2023-09-29T22:52:42.594 INFO:teuthology.orchestra.run.smithi060.stdout: "export_id": 1, 2023-09-29T22:52:42.594 INFO:teuthology.orchestra.run.smithi060.stdout: "path": "/", 2023-09-29T22:52:42.594 INFO:teuthology.orchestra.run.smithi060.stdout: "cluster_id": "foo", 2023-09-29T22:52:42.594 INFO:teuthology.orchestra.run.smithi060.stdout: "pseudo": "/fake", 2023-09-29T22:52:42.594 INFO:teuthology.orchestra.run.smithi060.stdout: "access_type": "RW", 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: "squash": "no_root_squash", 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: "security_label": true, 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: "protocols": [ 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: 4 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: "transports": [ 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: "TCP" 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: ], 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: "fsal": { 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: "name": "CEPH", 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: "user_id": "nfs.foo.1", 2023-09-29T22:52:42.595 INFO:teuthology.orchestra.run.smithi060.stdout: "fs_name": "foofs" 2023-09-29T22:52:42.596 INFO:teuthology.orchestra.run.smithi060.stdout: }, 2023-09-29T22:52:42.596 INFO:teuthology.orchestra.run.smithi060.stdout: "clients": [] 2023-09-29T22:52:42.596 INFO:teuthology.orchestra.run.smithi060.stdout: } 2023-09-29T22:52:42.596 INFO:teuthology.orchestra.run.smithi060.stdout:] 2023-09-29T22:52:42.918 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'rados -p .nfs --all ls -' 2023-09-29T22:52:44.095 INFO:teuthology.orchestra.run.smithi060.stdout:foo grace 2023-09-29T22:52:44.095 INFO:teuthology.orchestra.run.smithi060.stdout:foo rec-0000000000000005:nfs.foo.1 2023-09-29T22:52:44.095 INFO:teuthology.orchestra.run.smithi060.stdout:foo rec-0000000000000005:nfs.foo.0 2023-09-29T22:52:44.095 INFO:teuthology.orchestra.run.smithi060.stdout:foo conf-nfs.foo 2023-09-29T22:52:44.095 INFO:teuthology.orchestra.run.smithi060.stdout:foo export-1 2023-09-29T22:52:44.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:43 smithi060 ceph-mon[155919]: from='client.34512 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:52:44.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:43 smithi060 ceph-mon[155919]: pgmap v322: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:44.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:43 smithi060 ceph-mon[155919]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:52:44.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:43 smithi163 ceph-mon[136964]: from='client.34512 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T22:52:44.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:43 smithi163 ceph-mon[136964]: pgmap v322: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T22:52:44.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:43 smithi163 ceph-mon[136964]: from='mgr.34104 172.21.15.60:0/3754802978' entity='mgr.smithi060.njrpah' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T22:52:44.462 DEBUG:teuthology.orchestra.run.smithi060:> 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 2d15e80e-5f18-11ee-8db4-212e2dc638e7 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2023-09-29T22:52:45.157 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:44 smithi060 ceph-mon[155919]: mgrmap e41: smithi060.njrpah(active, since 9m), standbys: smithi163.bpdfjr 2023-09-29T22:52:45.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:44 smithi163 ceph-mon[136964]: mgrmap e41: smithi060.njrpah(active, since 9m), standbys: smithi163.bpdfjr 2023-09-29T22:52:45.917 INFO:teuthology.orchestra.run.smithi060.stdout:5 2023-09-29T22:52:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:45 smithi060 ceph-mon[155919]: pgmap v323: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-09-29T22:52:46.196 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:45 smithi060 ceph-mon[155919]: from='client.? 172.21.15.60:0/3730077827' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2023-09-29T22:52:46.301 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:45 smithi163 ceph-mon[136964]: pgmap v323: 129 pgs: 129 active+clean; 211 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-09-29T22:52:46.302 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:45 smithi163 ceph-mon[136964]: from='client.? 172.21.15.60:0/3730077827' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2023-09-29T22:52:46.360 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-29T22:52:46.370 INFO:tasks.cephadm:Teardown begin 2023-09-29T22:52:46.370 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-29T22:52:46.409 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-29T22:52:46.446 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-29T22:52:46.446 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-29T22:52:46.472 DEBUG:teuthology.orchestra.run.smithi163:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-29T22:52:46.510 INFO:tasks.cephadm:Stopping all daemons... 2023-09-29T22:52:46.510 INFO:tasks.cephadm.mon.smithi060:Stopping mon.smithi060... 2023-09-29T22:52:46.510 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060 2023-09-29T22:52:46.696 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:46 smithi060 systemd[1]: Stopping Ceph mon.smithi060 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:52:47.149 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon-smithi060[155893]: 2023-09-29T22:52:46.748+0000 7f29c3278700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi060 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-29T22:52:47.149 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:46 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon-smithi060[155893]: 2023-09-29T22:52:46.748+0000 7f29c3278700 -1 mon.smithi060@0(leader) e3 *** Got Signal Terminated *** 2023-09-29T22:52:47.431 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Sep 29 22:52:47 smithi060 bash[215250]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon-smithi060 2023-09-29T22:52:47.439 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi060.service' 2023-09-29T22:52:47.489 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T22:52:47.490 INFO:tasks.cephadm.mon.smithi060:Stopped mon.smithi060 2023-09-29T22:52:47.490 INFO:tasks.cephadm.mon.smithi163:Stopping mon.smithi163... 2023-09-29T22:52:47.490 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi163 2023-09-29T22:52:47.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:47 smithi163 systemd[1]: Stopping Ceph mon.smithi163 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:52:47.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon-smithi163[136940]: 2023-09-29T22:52:47.708+0000 7ff0845b8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi163 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-29T22:52:47.800 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:47 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon-smithi163[136940]: 2023-09-29T22:52:47.708+0000 7ff0845b8700 -1 mon.smithi163@1(peon) e3 *** Got Signal Terminated *** 2023-09-29T22:52:48.299 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Sep 29 22:52:48 smithi163 bash[169326]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-mon-smithi163 2023-09-29T22:52:48.315 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@mon.smithi163.service' 2023-09-29T22:52:48.391 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T22:52:48.391 INFO:tasks.cephadm.mon.smithi163:Stopped mon.smithi163 2023-09-29T22:52:48.391 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-09-29T22:52:48.391 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.0 2023-09-29T22:52:48.696 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:52:48 smithi060 systemd[1]: Stopping Ceph osd.0 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:52:48.697 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:52:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-0[163324]: 2023-09-29T22:52:48.655+0000 7f2309dcf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-29T22:52:48.697 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:52:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-0[163324]: 2023-09-29T22:52:48.655+0000 7f2309dcf700 -1 osd.0 112 *** Got signal Terminated *** 2023-09-29T22:52:48.697 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:52:48 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-0[163324]: 2023-09-29T22:52:48.655+0000 7f2309dcf700 -1 osd.0 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:52:54.697 INFO:journalctl@ceph.osd.0.smithi060.stdout:Sep 29 22:52:54 smithi060 bash[215406]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-0 2023-09-29T22:52:55.600 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.0.service' 2023-09-29T22:52:55.654 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T22:52:55.654 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-09-29T22:52:55.654 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-09-29T22:52:55.655 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.1 2023-09-29T22:52:55.877 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:52:55 smithi060 systemd[1]: Stopping Ceph osd.1 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:52:56.196 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:52:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-1[166501]: 2023-09-29T22:52:55.876+0000 7fbb1def3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-29T22:52:56.196 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:52:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-1[166501]: 2023-09-29T22:52:55.876+0000 7fbb1def3700 -1 osd.1 112 *** Got signal Terminated *** 2023-09-29T22:52:56.196 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:52:55 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-1[166501]: 2023-09-29T22:52:55.876+0000 7fbb1def3700 -1 osd.1 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:53:01.946 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 29 22:53:01 smithi060 bash[215666]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-1 2023-09-29T22:53:03.024 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.1.service' 2023-09-29T22:53:03.076 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T22:53:03.076 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-09-29T22:53:03.077 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-09-29T22:53:03.077 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.2 2023-09-29T22:53:03.313 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:53:03 smithi060 systemd[1]: Stopping Ceph osd.2 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:53:03.696 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:53:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-2[169732]: 2023-09-29T22:53:03.311+0000 7fede0cfe700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-29T22:53:03.696 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:53:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-2[169732]: 2023-09-29T22:53:03.311+0000 7fede0cfe700 -1 osd.2 112 *** Got signal Terminated *** 2023-09-29T22:53:03.696 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:53:03 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-2[169732]: 2023-09-29T22:53:03.311+0000 7fede0cfe700 -1 osd.2 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:53:08.946 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 29 22:53:08 smithi060 bash[215963]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-2 2023-09-29T22:53:10.173 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.2.service' 2023-09-29T22:53:10.224 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T22:53:10.224 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-09-29T22:53:10.224 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-09-29T22:53:10.224 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.3 2023-09-29T22:53:10.446 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:53:10 smithi060 systemd[1]: Stopping Ceph osd.3 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:53:10.946 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:53:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-3[172915]: 2023-09-29T22:53:10.452+0000 7f4f8329a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-29T22:53:10.947 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:53:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-3[172915]: 2023-09-29T22:53:10.452+0000 7f4f8329a700 -1 osd.3 112 *** Got signal Terminated *** 2023-09-29T22:53:10.947 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:53:10 smithi060 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-3[172915]: 2023-09-29T22:53:10.452+0000 7f4f8329a700 -1 osd.3 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:53:15.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:15.135+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:15.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:15 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:15.071+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:16.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:16.036+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:16.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:16.115+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:16.446 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 29 22:53:16 smithi060 bash[216223]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-3 2023-09-29T22:53:17.051 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:16 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:16.666+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:17.405 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.3.service' 2023-09-29T22:53:17.458 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T22:53:17.458 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-09-29T22:53:17.458 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-09-29T22:53:17.458 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.4 2023-09-29T22:53:17.490 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:17.155+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:17.491 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:17.061+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:17.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:53:17 smithi163 systemd[1]: Stopping Ceph osd.4 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:53:17.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:53:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:53:17.677+0000 7f9b2271a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-29T22:53:17.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:53:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:53:17.677+0000 7f9b2271a700 -1 osd.4 112 *** Got signal Terminated *** 2023-09-29T22:53:17.800 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:53:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:53:17.677+0000 7f9b2271a700 -1 osd.4 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:53:17.800 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:17.640+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:18.138 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:18.091+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:18.139 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:53:17 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:53:17.868+0000 7f9b1bd12700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.564211+0000 front 2023-09-29T22:52:53.564195+0000 (oldest deadline 2023-09-29T22:53:17.664049+0000) 2023-09-29T22:53:18.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:18.137+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:19.050 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:53:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:53:18.878+0000 7f9b1bd12700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.564211+0000 front 2023-09-29T22:52:53.564195+0000 (oldest deadline 2023-09-29T22:53:17.664049+0000) 2023-09-29T22:53:19.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:18 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:18.652+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:19.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:19.099+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:19.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:19.151+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:20.050 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:53:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:53:19.911+0000 7f9b1bd12700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.564211+0000 front 2023-09-29T22:52:53.564195+0000 (oldest deadline 2023-09-29T22:53:17.664049+0000) 2023-09-29T22:53:20.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:19 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:19.668+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:20.464 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:20.104+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:20.465 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:20.121+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:20.800 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:20.623+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:21.299 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:53:20 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:53:20.898+0000 7f9b1bd12700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.564211+0000 front 2023-09-29T22:52:53.564195+0000 (oldest deadline 2023-09-29T22:53:17.664049+0000) 2023-09-29T22:53:21.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:21.100+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:21.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:21.061+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:21.900 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:21.602+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:22.299 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:22.148+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:22.300 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:53:21 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4[142874]: 2023-09-29T22:53:21.899+0000 7f9b1bd12700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.564211+0000 front 2023-09-29T22:52:53.564195+0000 (oldest deadline 2023-09-29T22:53:17.664049+0000) 2023-09-29T22:53:22.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:22.042+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:23.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:22.592+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:23.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:22 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:22.592+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:57.689268+0000 front 2023-09-29T22:52:57.689392+0000 (oldest deadline 2023-09-29T22:53:21.789085+0000) 2023-09-29T22:53:23.381 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:23.196+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:23.381 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:23.083+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:23.381 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:23.083+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:23.799 INFO:journalctl@ceph.osd.4.smithi163.stdout:Sep 29 22:53:23 smithi163 bash[169517]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-4 2023-09-29T22:53:23.800 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:23.628+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:23.800 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:23 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:23.628+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:57.689268+0000 front 2023-09-29T22:52:57.689392+0000 (oldest deadline 2023-09-29T22:53:21.789085+0000) 2023-09-29T22:53:24.148 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:24.108+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:24.148 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:24.108+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:24.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:24.147+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:24.574 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.4.service' 2023-09-29T22:53:24.654 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T22:53:24.654 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-09-29T22:53:24.654 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-09-29T22:53:24.654 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.5 2023-09-29T22:53:24.912 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:24.664+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:24.912 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:24.664+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:57.689268+0000 front 2023-09-29T22:52:57.689392+0000 (oldest deadline 2023-09-29T22:53:21.789085+0000) 2023-09-29T22:53:24.912 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:24 smithi163 systemd[1]: Stopping Ceph osd.5 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:53:24.912 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:24.910+0000 7fa63ba55700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-29T22:53:25.182 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:24.910+0000 7fa63ba55700 -1 osd.5 112 *** Got signal Terminated *** 2023-09-29T22:53:25.183 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:24 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:24.910+0000 7fa63ba55700 -1 osd.5 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:53:25.183 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:25.078+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:25.183 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:25.078+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:25.549 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:25.181+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:26.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:25.665+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:26.051 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:25 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:25.665+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:57.689268+0000 front 2023-09-29T22:52:57.689392+0000 (oldest deadline 2023-09-29T22:53:21.789085+0000) 2023-09-29T22:53:26.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:26.202+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:26.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:26.202+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:26.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:26.109+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:26.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:26.109+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:27.049 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:26.678+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:27.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:26 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:26.678+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:57.689268+0000 front 2023-09-29T22:52:57.689392+0000 (oldest deadline 2023-09-29T22:53:21.789085+0000) 2023-09-29T22:53:27.549 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:27.159+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:27.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:27.159+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:27.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:27.115+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:27.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:27.115+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:28.049 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:27.715+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:28.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:27 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:27.715+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:57.689268+0000 front 2023-09-29T22:52:57.689392+0000 (oldest deadline 2023-09-29T22:53:21.789085+0000) 2023-09-29T22:53:28.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:28.135+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:28.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:28.135+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:28.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:28.086+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:28.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:28.086+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:29.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:28.705+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:29.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:28 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:28.705+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:57.689268+0000 front 2023-09-29T22:52:57.689392+0000 (oldest deadline 2023-09-29T22:53:21.789085+0000) 2023-09-29T22:53:29.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:29.121+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:29.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:29.121+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:29.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:29.064+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:29.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:29.064+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:30.049 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:29.724+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:51.888243+0000 front 2023-09-29T22:52:51.888197+0000 (oldest deadline 2023-09-29T22:53:15.988172+0000) 2023-09-29T22:53:30.050 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:29 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5[145540]: 2023-09-29T22:53:29.724+0000 7fa637051700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:57.689268+0000 front 2023-09-29T22:52:57.689392+0000 (oldest deadline 2023-09-29T22:53:21.789085+0000) 2023-09-29T22:53:30.466 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:30.130+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:30.466 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:30.130+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:30.466 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:30.089+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:30.466 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:30 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:30.089+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:30.800 INFO:journalctl@ceph.osd.5.smithi163.stdout:Sep 29 22:53:30 smithi163 bash[169817]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-5 2023-09-29T22:53:31.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:31.109+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:31.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:31.109+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:31.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:31.127+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:31.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:31 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:31.127+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:31.897 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.5.service' 2023-09-29T22:53:31.937 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T22:53:31.937 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-09-29T22:53:31.937 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-09-29T22:53:31.938 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.6 2023-09-29T22:53:32.186 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:32 smithi163 systemd[1]: Stopping Ceph osd.6 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:53:32.186 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:32.080+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:32.186 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:32.080+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:32.186 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:32.080+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:05.992321+0000 front 2023-09-29T22:53:05.992333+0000 (oldest deadline 2023-09-29T22:53:31.292282+0000) 2023-09-29T22:53:32.186 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:32.184+0000 7f7bd373f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-29T22:53:32.186 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:32.087+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:32.187 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:32.087+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:32.187 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:32.087+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:32.549 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:32.184+0000 7f7bd373f700 -1 osd.6 112 *** Got signal Terminated *** 2023-09-29T22:53:32.550 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:32 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:32.184+0000 7f7bd373f700 -1 osd.6 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:53:33.299 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:33.049+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:33.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:33.049+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:33.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:33.049+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:05.992321+0000 front 2023-09-29T22:53:05.992333+0000 (oldest deadline 2023-09-29T22:53:31.292282+0000) 2023-09-29T22:53:33.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:33.057+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:33.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:33.057+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:33.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:33 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:33.057+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:34.299 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:34.042+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:34.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:34.042+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:34.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:34.042+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:05.992321+0000 front 2023-09-29T22:53:05.992333+0000 (oldest deadline 2023-09-29T22:53:31.292282+0000) 2023-09-29T22:53:34.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:34.057+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:34.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:34.057+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:34.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:34 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:34.057+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:35.299 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:35.041+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:35.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:35.041+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:35.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:35.041+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:05.992321+0000 front 2023-09-29T22:53:05.992333+0000 (oldest deadline 2023-09-29T22:53:31.292282+0000) 2023-09-29T22:53:35.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:35.102+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:35.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:35.102+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:35.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:35 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:35.102+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:36.299 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:35.999+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:36.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:35.999+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:36.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:35.999+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:05.992321+0000 front 2023-09-29T22:53:05.992333+0000 (oldest deadline 2023-09-29T22:53:31.292282+0000) 2023-09-29T22:53:36.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:36.110+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:36.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:36.110+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:36.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:36.110+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:36.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:36 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:36.110+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6830 osd.3 since back 2023-09-29T22:53:13.641132+0000 front 2023-09-29T22:53:13.641143+0000 (oldest deadline 2023-09-29T22:53:35.940959+0000) 2023-09-29T22:53:37.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:37.036+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:53.190001+0000 front 2023-09-29T22:52:53.190023+0000 (oldest deadline 2023-09-29T22:53:14.890151+0000) 2023-09-29T22:53:37.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:37.036+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:53:00.691743+0000 front 2023-09-29T22:53:00.691804+0000 (oldest deadline 2023-09-29T22:53:25.991729+0000) 2023-09-29T22:53:37.300 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6[148257]: 2023-09-29T22:53:37.037+0000 7f7bd1540700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:05.992321+0000 front 2023-09-29T22:53:05.992333+0000 (oldest deadline 2023-09-29T22:53:31.292282+0000) 2023-09-29T22:53:37.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:37.112+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:37.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:37.112+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:37.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:37.112+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:37.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:37 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:37.112+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6830 osd.3 since back 2023-09-29T22:53:13.641132+0000 front 2023-09-29T22:53:13.641143+0000 (oldest deadline 2023-09-29T22:53:35.940959+0000) 2023-09-29T22:53:38.049 INFO:journalctl@ceph.osd.6.smithi163.stdout:Sep 29 22:53:37 smithi163 bash[170080]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-6 2023-09-29T22:53:38.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:38.161+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:38.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:38.161+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:38.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:38.161+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:38.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:38 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:38.161+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6830 osd.3 since back 2023-09-29T22:53:13.641132+0000 front 2023-09-29T22:53:13.641143+0000 (oldest deadline 2023-09-29T22:53:35.940959+0000) 2023-09-29T22:53:39.049 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.6.service' 2023-09-29T22:53:39.090 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T22:53:39.090 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-09-29T22:53:39.090 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-09-29T22:53:39.091 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.7 2023-09-29T22:53:39.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:39.146+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:39.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:39.146+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:39.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:39.146+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:39.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:39.146+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6830 osd.3 since back 2023-09-29T22:53:13.641132+0000 front 2023-09-29T22:53:13.641143+0000 (oldest deadline 2023-09-29T22:53:35.940959+0000) 2023-09-29T22:53:39.301 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:39 smithi163 systemd[1]: Stopping Ceph osd.7 for 2d15e80e-5f18-11ee-8db4-212e2dc638e7... 2023-09-29T22:53:39.799 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:39.354+0000 7fda0441b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-29T22:53:39.800 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:39.354+0000 7fda0441b700 -1 osd.7 112 *** Got signal Terminated *** 2023-09-29T22:53:39.800 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:39 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:39.354+0000 7fda0441b700 -1 osd.7 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T22:53:40.464 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:40.163+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:40.464 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:40.163+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:40.464 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:40.163+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:40.465 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:40 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:40.163+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6830 osd.3 since back 2023-09-29T22:53:13.641132+0000 front 2023-09-29T22:53:13.641143+0000 (oldest deadline 2023-09-29T22:53:35.940959+0000) 2023-09-29T22:53:41.549 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:41.149+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:41.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:41.149+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:41.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:41.149+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:41.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:41 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:41.149+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6830 osd.3 since back 2023-09-29T22:53:13.641132+0000 front 2023-09-29T22:53:13.641143+0000 (oldest deadline 2023-09-29T22:53:35.940959+0000) 2023-09-29T22:53:42.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:42.104+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:42.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:42.104+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:42.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:42.104+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:42.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:42 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:42.104+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6830 osd.3 since back 2023-09-29T22:53:13.641132+0000 front 2023-09-29T22:53:13.641143+0000 (oldest deadline 2023-09-29T22:53:35.940959+0000) 2023-09-29T22:53:43.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:43.089+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:43.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:43.089+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:43.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:43.089+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:43.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:43 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:43.089+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6830 osd.3 since back 2023-09-29T22:53:13.641132+0000 front 2023-09-29T22:53:13.641143+0000 (oldest deadline 2023-09-29T22:53:35.940959+0000) 2023-09-29T22:53:44.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:44.129+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2023-09-29T22:52:48.437942+0000 front 2023-09-29T22:52:48.438088+0000 (oldest deadline 2023-09-29T22:53:14.337988+0000) 2023-09-29T22:53:44.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:44.129+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6814 osd.1 since back 2023-09-29T22:52:59.039362+0000 front 2023-09-29T22:52:59.039274+0000 (oldest deadline 2023-09-29T22:53:22.539146+0000) 2023-09-29T22:53:44.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:44.129+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6822 osd.2 since back 2023-09-29T22:53:07.240129+0000 front 2023-09-29T22:53:07.240083+0000 (oldest deadline 2023-09-29T22:53:31.939959+0000) 2023-09-29T22:53:44.550 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:44 smithi163 ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7[150891]: 2023-09-29T22:53:44.129+0000 7fd9fea15700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.60:6830 osd.3 since back 2023-09-29T22:53:13.641132+0000 front 2023-09-29T22:53:13.641143+0000 (oldest deadline 2023-09-29T22:53:35.940959+0000) 2023-09-29T22:53:45.300 INFO:journalctl@ceph.osd.7.smithi163.stdout:Sep 29 22:53:45 smithi163 bash[170380]: ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7-osd-7 2023-09-29T22:53:46.296 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d15e80e-5f18-11ee-8db4-212e2dc638e7@osd.7.service' 2023-09-29T22:53:46.337 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T22:53:46.337 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-09-29T22:53:46.337 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-29T22:54:20.799 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-29T22:54:39.448 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-29T22:54:39.490 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-29T22:54:39.522 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-29T22:54:39.524 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464/remote/smithi060/crash 2023-09-29T22:54:39.525 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/crash -- . 2023-09-29T22:54:39.582 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-29T22:54:39.582 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2023-09-29T22:54:39.584 DEBUG:teuthology.misc:Transferring archived files from smithi163:/var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464/remote/smithi163/crash 2023-09-29T22:54:39.585 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/crash -- . 2023-09-29T22:54:39.628 INFO:teuthology.orchestra.run.smithi163.stderr:tar: /var/lib/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-29T22:54:39.628 INFO:teuthology.orchestra.run.smithi163.stderr:tar: Error is not recoverable: exiting now 2023-09-29T22:54:39.629 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-29T22:54:39.629 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-29T22:54:39.664 INFO:teuthology.orchestra.run.smithi060.stderr:grep: /var/log/ceph/2d15e80e-5f18-11ee-8db4-212e2dc638e7/ceph.log: No such file or directory 2023-09-29T22:54:39.666 INFO:tasks.cephadm:Compressing logs... 2023-09-29T22:54:39.666 DEBUG:teuthology.orchestra.run.smithi060:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-29T22:54:39.709 DEBUG:teuthology.orchestra.run.smithi163:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-29T22:54:39.736 INFO:teuthology.orchestra.run.smithi163.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-29T22:54:39.741 INFO:teuthology.orchestra.run.smithi060.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-29T22:55:05.235 INFO:tasks.cephadm:Archiving logs... 2023-09-29T22:55:05.235 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464/remote/smithi060/log 2023-09-29T22:55:05.236 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-29T22:55:07.763 DEBUG:teuthology.misc:Transferring archived files from smithi163:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464/remote/smithi163/log 2023-09-29T22:55:07.764 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-29T22:55:10.925 INFO:tasks.cephadm:Removing cluster... 2023-09-29T22:55:10.926 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 --force 2023-09-29T22:55:11.298 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2d15e80e-5f18-11ee-8db4-212e2dc638e7 --force 2023-09-29T22:55:11.640 INFO:tasks.cephadm:Removing cephadm ... 2023-09-29T22:55:11.640 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-29T22:55:11.664 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-29T22:55:11.682 INFO:tasks.cephadm:Teardown complete 2023-09-29T22:55:11.682 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-29T22:55:11.692 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-29T22:55:11.693 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-29T22:55:11.707 DEBUG:teuthology.orchestra.run.smithi163:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-29T22:55:11.726 INFO:teuthology.orchestra.run.smithi060.stderr:bash: ntpq: command not found 2023-09-29T22:55:11.732 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T22:55:11.733 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2023-09-29T22:55:11.733 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 37 -196us[ -191us] +/- 92ms 2023-09-29T22:55:11.733 INFO:teuthology.orchestra.run.smithi060.stdout:^* hv02.front.sepia.ceph.com 3 6 377 36 -548us[ -543us] +/- 75ms 2023-09-29T22:55:11.733 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 101 +698us[ +712us] +/- 66ms 2023-09-29T22:55:11.733 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T22:55:11.739 INFO:teuthology.orchestra.run.smithi163.stderr:bash: ntpq: command not found 2023-09-29T22:55:11.744 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T22:55:11.744 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2023-09-29T22:55:11.744 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 37 -195us[ -186us] +/- 92ms 2023-09-29T22:55:11.744 INFO:teuthology.orchestra.run.smithi163.stdout:^* hv02.front.sepia.ceph.com 3 6 377 36 -562us[ -552us] +/- 75ms 2023-09-29T22:55:11.744 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 30 +680us[ +680us] +/- 67ms 2023-09-29T22:55:11.744 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T22:55:11.745 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-29T22:55:11.759 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-29T22:55:11.760 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-29T22:55:11.793 DEBUG:teuthology.orchestra.run.smithi060:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-29T22:55:11.906 DEBUG:teuthology.orchestra.run.smithi163:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-29T22:55:12.000 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-29T22:55:12.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T22:55:12.039 DEBUG:teuthology.orchestra.run.smithi163:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-29T22:55:12.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T22:55:12.072 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-29T22:55:12.082 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-29T22:55:12.118 INFO:teuthology.task.internal:Duration was 1813.401221 seconds 2023-09-29T22:55:12.118 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-29T22:55:12.167 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-29T22:55:12.167 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-29T22:55:12.170 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-29T22:55:12.217 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T22:55:12.228 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T22:55:12.712 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-29T22:55:12.712 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2023-09-29T22:55:12.713 DEBUG:teuthology.orchestra.run.smithi060:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-29T22:55:12.743 INFO:teuthology.orchestra.run.smithi060.stdout:2023-09-29T22:49:39.085033+00:00 smithi060 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2023-09-29T22:55:12.743 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi060.front.sepia.ceph.com: 2023-09-29T22:49:39.085033+00:00 smithi060 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2023-09-29T22:55:12.743 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2023-09-29T22:55:12.743 DEBUG:teuthology.orchestra.run.smithi163:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-29T22:55:12.767 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-29T22:55:12.767 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-29T22:55:12.786 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-29T22:55:12.866 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-29T22:55:12.867 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-29T22:55:12.869 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-29T22:55:13.051 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-29T22:55:13.063 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-29T22:55:13.063 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-29T22:55:13.095 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-29T22:55:13.123 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-29T22:55:13.135 DEBUG:teuthology.orchestra.run.smithi060:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-29T22:55:13.138 DEBUG:teuthology.orchestra.run.smithi163:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-29T22:55:13.168 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2023-09-29T22:55:13.190 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2023-09-29T22:55:13.210 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-29T22:55:13.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T22:55:13.260 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-29T22:55:13.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T22:55:13.278 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-29T22:55:13.290 INFO:teuthology.task.internal:Transferring archived files... 2023-09-29T22:55:13.290 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464/remote/smithi060 2023-09-29T22:55:13.291 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-29T22:55:13.354 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464/remote/smithi163 2023-09-29T22:55:13.354 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-29T22:55:13.395 INFO:teuthology.task.internal:Removing archive directory... 2023-09-29T22:55:13.395 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-29T22:55:13.398 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-29T22:55:13.448 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-29T22:55:13.462 INFO:teuthology.task.internal:Not uploading archives. 2023-09-29T22:55:13.463 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-29T22:55:13.495 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-29T22:55:13.497 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-29T22:55:13.499 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-29T22:55:13.517 INFO:teuthology.orchestra.run.smithi163.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 29 22:55 /home/ubuntu/cephtest 2023-09-29T22:55:13.520 INFO:teuthology.orchestra.run.smithi060.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 29 22:55 /home/ubuntu/cephtest 2023-09-29T22:55:13.521 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-29T22:55:13.545 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-29T22:55:13.644 INFO:teuthology.nuke:Checking targets against current locks 2023-09-29T22:55:13.672 DEBUG:teuthology.nuke:shortname: smithi060 2023-09-29T22:55:13.672 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-29T22:55:13.696 DEBUG:teuthology.nuke:shortname: smithi163 2023-09-29T22:55:13.696 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-29T22:55:13.699 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 22:15:39.199631', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOi2Kz6FA90w5mJV53QkXtD64jsJFKQ9/KSGLLet8YAA0c4C/E5sHoJ+E8TP+E3O2/WcQhyO/YtHXDvouqRJf74='} 2023-09-29T22:55:13.724 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:35:48-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7406464', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 22:15:39.198189', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOO8Xvr5tmx6xEVG/GDVsMejxktEurm7nea3lqKgN2TDVYYb5hKbkEm7kdZVYO5MZJ9Em85pEEUaOUAi3WkaJjw='} 2023-09-29T22:55:13.754 INFO:teuthology.orchestra.console.smithi060:Power off 2023-09-29T22:55:13.754 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-29T22:55:13.777 DEBUG:teuthology.orchestra.console.smithi060:power off output: Chassis Power Control: Down/Off 2023-09-29T22:55:13.777 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T22:55:13.793 INFO:teuthology.orchestra.console.smithi163:Power off 2023-09-29T22:55:13.794 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-29T22:55:13.802 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2023-09-29T22:55:13.815 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2023-09-29T22:55:13.815 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T22:55:13.838 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-09-29T22:55:17.803 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T22:55:17.839 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T22:55:17.913 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2023-09-29T22:55:17.948 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-09-29T22:55:21.918 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T22:55:21.949 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T22:55:22.028 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is off 2023-09-29T22:55:22.059 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2023-09-29T22:55:22.129 INFO:teuthology.orchestra.console.smithi060:Power off completed 2023-09-29T22:55:22.160 INFO:teuthology.orchestra.console.smithi163:Power off completed 2023-09-29T22:55:22.264 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1813.4012207984924 failure_reason: '''2023-09-29T22:49:39.085033+00:00 smithi060 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: '' in syslog' owner: scheduled_yuriw@teuthology status: fail success: false 2023-09-29T22:55:22.264 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-29T22:55:22.355 INFO:teuthology.run:FAIL